None
**Instruments Affected**: NIRISS
This is the validation notebook that displays the regression tests for the NIRISS instrument in the JWST calibration pipeline. This notebook runs and displays the regression tests that are performed as a part of the normal software continuous integration process. For more information on the pipeline visit the links below.
Pipeline description: https://jwst-pipeline.readthedocs.io/en/latest/index.html
Pipeline code: https://github.com/spacetelescope/jwst
JWST regression tests are located in the regtest folder of the pipeline within the GitHub repository.
These are terms or acronymns used in this notebook that may not be known a general audience.
JWST: James Webb Space Telescope
NIRISS: Near-Infrared Camera
Regression testing is a software testing method which checks if the pipeline step produces the expected outcome by comparing an input file with a truth file. Truth files for testing are stored in Artifactory.
Data used for regression tests is stored in Artifactory, and consists of a mix of simulated and ground testing data for the different instruments and modes.
import tempfile
import os
import pytest
import jwst
from IPython.display import IFrame
from IPython.core.display import HTML
Here we define any convenience functions to help with running the unit tests.
print("Testing JWST Pipeline {}".format(jwst.__version__))
jwst_dir = os.path.dirname(jwst.__file__)
regtest = os.path.join(jwst_dir, 'regtest')
associations = os.path.join(jwst_dir, 'associations')
datamodels = os.path.join(jwst_dir, 'datamodels')
stpipe = os.path.join(jwst_dir, 'stpipe')
with tempfile.TemporaryDirectory() as tmpdir:
outdir = os.path.join(tmpdir, 'regtest_report.html')
!pytest --bigdata {regtest} -k 'test_niriss' -v --ignore={associations} --ignore={datamodels} --ignore={stpipe} --html={outdir} --self-contained-html
with open(os.path.join(tmpdir, "regtest_report.html")) as report_file:
html_report = "".join(report_file.readlines())
Testing JWST Pipeline 1.1.0 ============================= test session starts ============================== platform linux -- Python 3.8.10, pytest-6.2.4, py-1.10.0, pluggy-0.13.1 -- /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/bin/python cachedir: .pytest_cache metadata: {'Python': '3.8.10', 'Platform': 'Linux-3.10.0-1160.25.1.el7.x86_64-x86_64-with-glibc2.10', 'Packages': {'pytest': '6.2.4', 'py': '1.10.0', 'pluggy': '0.13.1'}, 'Plugins': {'asdf': '2.8.0', 'metadata': '1.11.0', 'html': '3.1.1', 'forked': '1.3.0', 'xdist': '2.2.1', 'ci-watson': '0.5'}, 'BUILD_NUMBER': '82', 'BUILD_ID': '82', 'BUILD_URL': 'https://plwishmaster.stsci.edu:8081/job/Notebooks/job/jwst_validation_notebooks_spacetelescope/82/', 'NODE_NAME': 'jwcalibdev.stsci.edu', 'JOB_NAME': 'Notebooks/jwst_validation_notebooks_spacetelescope', 'BUILD_TAG': 'jenkins-Notebooks-jwst_validation_notebooks_spacetelescope-82', 'EXECUTOR_NUMBER': '17', 'JENKINS_URL': 'https://plwishmaster.stsci.edu:8081/', 'WORKSPACE': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope', 'GIT_COMMIT': '000767fad942df44f8dafd578d86ffc4f8d0a6b5', 'GIT_URL': 'https://github.com/spacetelescope/jwst_validation_notebooks', 'GIT_BRANCH': 'origin/master'} rootdir: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope plugins: asdf-2.8.0, metadata-1.11.0, html-3.1.1, forked-1.3.0, xdist-2.2.1, ci-watson-0.5 collected 453 items / 427 deselected / 26 selected ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[022-c1014_ami] FAILED [ 3%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[025-c1014_ami] FAILED [ 7%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[amiavg] FAILED [ 11%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[psf-amiavg] FAILED [ 15%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[aminorm] FAILED [ 19%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] FAILED [ 23%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[flat_field] FAILED [ 26%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[srctype] FAILED [ 30%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[x1dints] FAILED [ 34%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints FAILED [ 38%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_x1dints FAILED [ 42%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_whtlt FAILED [ 46%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] ERROR [ 50%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[bsub] ERROR [ 53%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[cal] ERROR [ 57%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[extract_2d] ERROR [ 61%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[flat_field] ERROR [ 65%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[photom] ERROR [ 69%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[srctype] ERROR [ 73%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[x1d] ERROR [ 76%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] FAILED [ 80%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-x1d] FAILED [ 84%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-c1d] FAILED [ 88%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-cal] FAILED [ 92%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-x1d] FAILED [ 96%] ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-c1d] FAILED [100%] ==================================== ERRORS ==================================== ______________ ERROR at setup of test_nis_wfss_spec2[assign_wcs] _______________ jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError ---------------------------- Captured stdout setup ----------------------------- ---------------------------------------------------------------------- ERROR RUNNING STEP 'Spec2Pipeline': Traceback (most recent call last): File "/data1/jenkins/workspac e/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/en vs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/pipeline/calwebb_spec2.py", line 112, in process result = self.process_exposure_product( File "/data1/jenkins/wor kspace/Notebooks/jwst_validation_notebooks_spacetelescope/minicond a3/envs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product calibrated = self.bkg_subtract(calibrated, members_by_type['background']) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks _spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/pyth on3.8/site-packages/stpipe/step.py", line 407, in run step_result = self.process(*args) File "/data1/jenkins/workspace /Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/env s/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/background/background_step.py", line 57, in process result = background_sub.subtract_wfss_bkg( File "/data1/jenkins/ workspace/Notebooks/jwst_validation_notebooks_spacetelescope/minic onda3/envs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg bkg_mask = mask_from_source_cat(input_model, wl_range_name) File "/data1/jenkins/workspace/Notebooks/jwst_val idation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_n otebooks/lib/python3.8/site- packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat grism_obj_list = create_grism_bbox(input_model, reference_files) File "/data1/jen kins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/ miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) File "/data1/jenkins /workspace/Notebooks/jwst_validation_notebooks_spacetelescope/mini conda3/envs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox skyobject_list = get_object_info(input_model.meta.source_catalog) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks _spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/pyth on3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info raise KeyError(err_text) KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" ---------------------------------------------------------------------- ---------------------------- Captured stderr setup ----------------------------- 2021-06-04 04:54:30,282 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-06-04 04:54:30,283 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-06-04 04:54:30,284 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-06-04 04:54:30,285 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-06-04 04:54:30,286 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-06-04 04:54:30,286 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-06-04 04:54:30,289 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-06-04 04:54:30,290 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:54:30,290 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:54:30,291 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:54:30,292 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-06-04 04:54:30,292 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-06-04 04:54:30,293 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:54:30,294 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-06-04 04:54:30,294 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-06-04 04:54:30,295 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-06-04 04:54:30,296 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:54:30,296 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:54:30,297 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-06-04 04:54:30,298 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-06-04 04:54:30,299 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-06-04 04:54:30,300 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:54:30,300 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:54:30,300 - stpipe - INFO - OS: Linux 2021-06-04 04:54:30,399 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json',). 2021-06-04 04:54:30,411 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-06-04 04:54:30,567 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'nir_wfss_rate.fits' reftypes = ['apcorr', 'area', 'barshadow', 'camera', 'collimator', 'cubepar', 'dflat', 'disperser', 'distortion', 'drizpars', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'msaoper', 'ote', 'pathloss', 'photom', 'regions', 'resol', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange', 'wfssbkg'] 2021-06-04 04:54:30,590 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. 2021-06-04 04:54:30,592 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-06-04 04:54:30,592 - stpipe.Spec2Pipeline - INFO - Prefetch for BARSHADOW reference file is 'N/A'. 2021-06-04 04:54:30,592 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-06-04 04:54:30,592 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-06-04 04:54:30,593 - stpipe.Spec2Pipeline - INFO - Prefetch for CUBEPAR reference file is 'N/A'. 2021-06-04 04:54:30,593 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-06-04 04:54:30,593 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-06-04 04:54:30,593 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf'. 2021-06-04 04:54:30,594 - stpipe.Spec2Pipeline - INFO - Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. 2021-06-04 04:54:30,596 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is 'N/A'. 2021-06-04 04:54:30,596 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-06-04 04:54:30,596 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-06-04 04:54:30,596 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for MSAOPER reference file is 'N/A'. 2021-06-04 04:54:30,599 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-06-04 04:54:30,599 - stpipe.Spec2Pipeline - INFO - Prefetch for PATHLOSS reference file is 'N/A'. 2021-06-04 04:54:30,599 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits'. 2021-06-04 04:54:30,600 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-06-04 04:54:30,600 - stpipe.Spec2Pipeline - INFO - Prefetch for RESOL reference file is 'N/A'. 2021-06-04 04:54:30,600 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-06-04 04:54:30,601 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf'. 2021-06-04 04:54:30,602 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-06-04 04:54:30,602 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf'. 2021-06-04 04:54:30,604 - stpipe.Spec2Pipeline - INFO - Prefetch for WFSSBKG reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits'. 2021-06-04 04:54:30,605 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-06-04 04:54:30,617 - stpipe.Spec2Pipeline - INFO - Processing product nir_wfss 2021-06-04 04:54:30,617 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits ... 2021-06-04 04:54:30,762 - stpipe.Spec2Pipeline - INFO - Using sourcecat file nir_wfss_cat.ecsv 2021-06-04 04:54:30,853 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<ImageModel(2048, 2048) from nir_wfss_rate.fits>,). 2021-06-04 04:54:30,854 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-06-04 04:54:31,260 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-06-04 04:54:31,449 - stpipe.Spec2Pipeline.assign_wcs - INFO - Saved model in nir_wfss_assign_wcs.fits 2021-06-04 04:54:31,449 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-06-04 04:54:31,550 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_assign_wcs.fits>, []). 2021-06-04 04:54:31,551 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'bsub', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None} 2021-06-04 04:54:31,575 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Using WFSSBKG reference file /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits 2021-06-04 04:54:31,575 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Using WavelengthRange reference file /grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf 2021-06-04 04:54:32,454 - stpipe.Spec2Pipeline.bkg_subtract - WARNING - Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored 2021-06-04 04:54:32,500 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Extracting objects < abmag = 99.0 2021-06-04 04:54:32,500 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Getting objects from nir_wfss_cat.ecsv 2021-06-04 04:54:32,524 - stpipe.Spec2Pipeline.bkg_subtract - ERROR - Missing required columns in source catalog: {'is_star', 'id'} Traceback (most recent call last): File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process result = self.process_exposure_product( File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product calibrated = self.bkg_subtract(calibrated, members_by_type['background']) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run step_result = self.process(*args) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process result = background_sub.subtract_wfss_bkg( File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg bkg_mask = mask_from_source_cat(input_model, wl_range_name) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat grism_obj_list = create_grism_bbox(input_model, reference_files) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox skyobject_list = get_object_info(input_model.meta.source_catalog) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info raise KeyError(err_text) KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6400 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6400 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6400 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6400 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:182 No PARS-SPEC2PIPELINE reference files found. DEBUG stpipe:pipeline.py:182 No PARS-SPEC2PIPELINE reference files found. INFO stpipe.Spec2Pipeline:step.py:321 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:321 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:321 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:321 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:321 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:321 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:321 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:321 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:321 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:321 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:321 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:321 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:321 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Spec2Pipeline:step.py:367 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json',). INFO stpipe.Spec2Pipeline:step.py:371 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec2Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec2Pipeline:container.py:214 Files accepted for processing nir_wfss_rate.fits: DEBUG stpipe.Spec2Pipeline:container.py:214 Files accepted for processing nir_wfss_rate.fits: DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'nir_wfss_rate.fits' reftypes = ['apcorr', 'area', 'barshadow', 'camera', 'collimator', 'cubepar', 'dflat', 'disperser', 'distortion', 'drizpars', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'msaoper', 'ote', 'pathloss', 'photom', 'regions', 'resol', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange', 'wfssbkg'] INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for BARSHADOW reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for CUBEPAR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISTORTION reference file is '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for EXTRACT1D reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for MSAOPER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for PATHLOSS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for RESOL reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVELENGTHRANGE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WFSSBKG reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:88 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:105 Processing product nir_wfss INFO stpipe.Spec2Pipeline:calwebb_spec2.py:171 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:calwebb_spec2.py:194 Using sourcecat file nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:331 Science data does not allow imprint processing. Skipping "imprint_subtraction". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:337 Science data does not allow MSA flagging. Skipping "msa_flagging". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:342 Science data does not allow stray light correction. Skipping "straylight". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:347 Science data does not allow fringe correction. Skipping "fringe". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:352 Science data does not allow pathloss correction. Skipping "pathloss". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:357 Science data does not allow barshadow correction. Skipping "barshadow". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:362 Science data does not allow master background correction. Skipping "master_background". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:367 Step assign_wcs running with args (<ImageModel(2048, 2048) from nir_wfss_rate.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:371 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': 'N/A', 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': 'N/A', 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': None, 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': None, 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:928 Saved model in nir_wfss_assign_wcs.fits INFO stpipe.Spec2Pipeline.assign_wcs:step.py:470 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:367 Step bkg_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_assign_wcs.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:371 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'bsub', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None} DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.bkg_subtract:background_step.py:52 Using WFSSBKG reference file /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits INFO stpipe.Spec2Pipeline.bkg_subtract:background_step.py:53 Using WavelengthRange reference file /grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits as <class 'jwst.datamodels.wfssbkg.WfssBkgModel'> DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits as <class 'jwst.datamodels.wfssbkg.WfssBkgModel'> DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.bkg_subtract:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.bkg_subtract:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. WARNING stpipe.Spec2Pipeline.bkg_subtract:dynamicdq.py:29 Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored WARNING stpipe.Spec2Pipeline.bkg_subtract:dynamicdq.py:29 Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:622 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:622 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:630 Getting objects from nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:630 Getting objects from nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:638 Extracting with wavelength_range {1: (1.7, 2.28)} DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:638 Extracting with wavelength_range {1: (1.7, 2.28)} ERROR stpipe.Spec2Pipeline.bkg_subtract:util.py:492 Missing required columns in source catalog: {'is_star', 'id'} ERROR stpipe.Spec2Pipeline.bkg_subtract:util.py:492 Missing required columns in source catalog: {'is_star', 'id'} _________________ ERROR at setup of test_nis_wfss_spec2[bsub] __________________ jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError __________________ ERROR at setup of test_nis_wfss_spec2[cal] __________________ jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError ______________ ERROR at setup of test_nis_wfss_spec2[extract_2d] _______________ jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError ______________ ERROR at setup of test_nis_wfss_spec2[flat_field] _______________ jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError ________________ ERROR at setup of test_nis_wfss_spec2[photom] _________________ jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError ________________ ERROR at setup of test_nis_wfss_spec2[srctype] ________________ jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError __________________ ERROR at setup of test_nis_wfss_spec2[x1d] __________________ jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError =================================== FAILURES =================================== _____________________ test_niriss_ami3_exp[022-c1014_ami] ______________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...14_ami.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits'} suffix = 'c1014_ami', exposure = '022' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["c1014_ami"]) @pytest.mark.parametrize("exposure", ["022", "025"]) def test_niriss_ami3_exp(run_pipeline, suffix, exposure, fitsdiff_default_kwargs): """Check exposure-level results of calwebb_ami3""" rtdata = run_pipeline output = "jw00793" + exposure + "001_03102_00001_nis_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_c1014_ami.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793022001_03102_00001_nis_c1014_ami.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 10 E b: 11 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 239 E b: 230 E Extra keyword 'EPH_TIME' in a: 58574.91041666667 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0469790221838205 E Extra keyword 'JWST_DY' in a: -0.0773431264526588 E Extra keyword 'JWST_DZ' in a: -0.120950340212028 E Extra keyword 'JWST_X' in a: -1384244.75184443 E Extra keyword 'JWST_Y' in a: -770286.33628962 E Extra keyword 'JWST_Z' in a: -530705.629288779 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.91041666667 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 32]: E a> 0.027319299 E b> 0.029738948 E Data differs at [32, 32]: E a> 0.03892398 E ? - ^ E b> 0.043923795 E ? + + ^ E Data differs at [33, 32]: E a> 0.058489412 E b> 0.06942215 E Data differs at [34, 32]: E a> 0.06304373 E b> 0.078361034 E Data differs at [35, 32]: E a> 0.031252537 E b> 0.044305746 E Data differs at [36, 32]: E a> 0.01864158 E b> 0.04366532 E Data differs at [37, 32]: E a> 0.035429783 E b> 0.074503824 E Data differs at [38, 32]: E a> 0.014495383 E b> 0.060259435 E Data differs at [39, 32]: E a> -0.010953207 E b> 0.061708283 E Data differs at [40, 32]: E a> -0.0460661 E b> 0.09621207 E ... E 361 different pixels found (5.78% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.03622613569919769 E b> 0.021950419870430986 E Column coeffs data differs in row 1: E a> 1.9486406261347549 E b> 0.018325053505473917 E Column coeffs data differs in row 2: E a> 0.06906579673256477 E b> 0.4256949799658247 E Column coeffs data differs in row 3: E a> -0.7358468584115925 E b> 0.040449238224080995 E Column coeffs data differs in row 4: E a> 0.2118300186820641 E b> 1.5458205429767602 E Column coeffs data differs in row 5: E a> 1.2097996412757164 E b> 9.71638985246072 E Column coeffs data differs in row 6: E a> -0.5675531141492416 E b> 1.6716728024871619 E Column coeffs data differs in row 7: E a> -0.8524471377574763 E b> 0.13113488180844018 E Column coeffs data differs in row 8: E a> -0.10524975016777893 E b> 0.0927287834929835 E Column coeffs data differs in row 9: E a> -1.6653524329063398 E b> 0.12138148721084678 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.09876699770430772 E b> 0.02669518344207175 E Column coeffs data differs in row 1: E a> -0.21342565239606756 E b> 0.33892525253095823 E Column coeffs data differs in row 2: E a> -1.9218404959516198 E b> 0.014493963790440833 E Column coeffs data differs in row 3: E a> -0.25472683781559097 E b> 0.4466764984668088 E Column coeffs data differs in row 4: E a> 0.33130719266085984 E b> 0.3836613529581313 E Column coeffs data differs in row 5: E a> -0.3758469408264271 E b> 0.3089107125071686 E Column coeffs data differs in row 6: E a> -0.2759665144011776 E b> 0.36702111249475433 E Column coeffs data differs in row 7: E a> -0.07196686752117251 E b> 0.6846900625816025 E Column coeffs data differs in row 8: E a> -0.2844280387873339 E b> 0.8370404052549998 E Column coeffs data differs in row 9: E a> -0.5033066634550404 E b> 0.0799168564371744 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e19af40>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:37: AssertionError ---------------------------- Captured stderr setup ----------------------------- 2021-06-04 04:49:02,238 - stpipe.Ami3Pipeline - INFO - Ami3Pipeline instance created. 2021-06-04 04:49:02,240 - stpipe.Ami3Pipeline.ami_analyze - INFO - AmiAnalyzeStep instance created. 2021-06-04 04:49:02,241 - stpipe.Ami3Pipeline.ami_average - INFO - AmiAverageStep instance created. 2021-06-04 04:49:02,241 - stpipe.Ami3Pipeline.ami_normalize - INFO - AmiNormalizeStep instance created. 2021-06-04 04:49:02,241 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:49:02,241 - stpipe - INFO - OS: Linux 2021-06-04 04:49:02,418 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_20191210t203450_ami3_001_asn.json',). 2021-06-04 04:49:02,420 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'save_averages': True, 'steps': {'ami_analyze': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'}, 'ami_average': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}, 'ami_normalize': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}}} 2021-06-04 04:49:02,594 - stpipe.Ami3Pipeline - INFO - Prefetching reference files for dataset: 'jw00793022001_03102_00002_nis_cal.fits' reftypes = ['throughput'] 2021-06-04 04:49:02,603 - stpipe.Ami3Pipeline - INFO - Prefetch for THROUGHPUT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits'. 2021-06-04 04:49:02,604 - stpipe.Ami3Pipeline - INFO - Starting calwebb_ami3 2021-06-04 04:49:02,789 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits',). 2021-06-04 04:49:02,790 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:49:02,790 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:49:02,791 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:49:02,791 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:49:02,791 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:49:02,954 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:49:19,303 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:49:19,377 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00002_nis_c1014_ami.fits 2021-06-04 04:49:19,592 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits',). 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:49:19,773 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:49:36,193 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:49:36,263 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00001_nis_c1014_ami.fits 2021-06-04 04:49:36,469 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits',). 2021-06-04 04:49:36,470 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:49:36,470 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:49:36,470 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:49:36,470 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:49:36,471 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:49:36,640 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:49:52,901 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:49:52,969 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00003_nis_c1014_ami.fits 2021-06-04 04:49:53,085 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits',). 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:49:53,259 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:50:09,205 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:50:09,272 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00002_nis_c1014_ami.fits 2021-06-04 04:50:09,361 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits',). 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:50:09,531 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:50:25,484 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:50:25,552 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00003_nis_c1014_ami.fits 2021-06-04 04:50:25,673 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits',). 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:50:25,843 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:50:42,029 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:50:42,096 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00001_nis_c1014_ami.fits 2021-06-04 04:50:42,189 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits>],). 2021-06-04 04:50:42,190 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-06-04 04:50:42,225 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average done 2021-06-04 04:50:42,226 - stpipe.Ami3Pipeline - INFO - Blending metadata for averaged psf 2021-06-04 04:50:42,950 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits 2021-06-04 04:50:43,050 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits>],). 2021-06-04 04:50:43,051 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_average', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-06-04 04:50:43,088 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average done 2021-06-04 04:50:43,089 - stpipe.Ami3Pipeline - INFO - Blending metadata for averaged target 2021-06-04 04:50:43,829 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits 2021-06-04 04:50:43,923 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize running with args (<AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits>, <AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits>). 2021-06-04 04:50:43,924 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-06-04 04:50:44,006 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize done 2021-06-04 04:50:44,007 - stpipe.Ami3Pipeline - INFO - Blending metadata for PSF normalized target 2021-06-04 04:50:44,774 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits 2021-06-04 04:50:44,774 - stpipe.Ami3Pipeline - INFO - ... ending calwebb_ami3 2021-06-04 04:50:44,775 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline done ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-AMI3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-AMI3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:182 No PARS-AMI3PIPELINE reference files found. DEBUG stpipe:pipeline.py:182 No PARS-AMI3PIPELINE reference files found. INFO stpipe.Ami3Pipeline:step.py:321 Ami3Pipeline instance created. INFO stpipe.Ami3Pipeline.ami_analyze:step.py:321 AmiAnalyzeStep instance created. INFO stpipe.Ami3Pipeline.ami_average:step.py:321 AmiAverageStep instance created. INFO stpipe.Ami3Pipeline.ami_normalize:step.py:321 AmiNormalizeStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Ami3Pipeline:step.py:367 Step Ami3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_20191210t203450_ami3_001_asn.json',). INFO stpipe.Ami3Pipeline:step.py:371 Step Ami3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'save_averages': True, 'steps': {'ami_analyze': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'}, 'ami_average': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}, 'ami_normalize': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}}} DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Ami3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00002_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00002_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00001_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00001_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00003_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00003_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Ami3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00793022001_03102_00002_nis_cal.fits' reftypes = ['throughput'] INFO stpipe.Ami3Pipeline:pipeline.py:288 Prefetch for THROUGHPUT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits'. INFO stpipe.Ami3Pipeline:calwebb_ami3.py:43 Starting calwebb_ami3 INFO stpipe.Ami3Pipeline:calwebb_ami3.py:43 Starting calwebb_ami3 DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22371.59927505-2.76718212e-14j 22605.06260964+1.06884308e-13j 19489.54412318+2.24236577e-13j ... 17094.22375202-1.91782617e-13j 17636.58133512-4.56923395e-13j 18839.94985284+3.38484322e-14j] [21171.39566015+1.35353316e-13j 20900.19397463+1.08731142e-13j 18049.14155548+2.14402401e-13j ... 16355.31456337-1.08159930e-13j 17519.14292342-2.41783423e-13j 18811.70478772+1.74015714e-13j] [19061.40542851+2.72088395e-13j 18362.62372315+1.43521668e-13j 16593.38479618+2.18130350e-13j ... 15924.16747836+4.80255563e-14j 16947.42734 -4.16999835e-14j 18030.040549 +2.30357908e-13j] ... [17043.5817957 -2.49347327e-13j 17660.47264731+1.24799428e-13j 17120.97783055-2.98466640e-14j ... 14505.28124145-5.48048834e-13j 15058.96782657-7.71819395e-13j 15823.04362199-3.61997004e-15j] [18361.79710803+3.33492937e-14j 18627.9752801 -5.18775848e-14j 17888.71433016-1.30806151e-14j ... 15238.43960275-2.33142607e-13j 15584.85646548-3.43377324e-13j 16515.44487529+1.71950869e-14j] [20334.06059077-2.58229111e-13j 20548.54525871-6.00227573e-14j 18745.65133629+1.81639619e-13j ... 16812.08485826-8.05861163e-13j 16701.69731463-6.31936970e-13j 17448.93918347-4.16451086e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22371.59927505-2.76718212e-14j 22605.06260964+1.06884308e-13j 19489.54412318+2.24236577e-13j ... 17094.22375202-1.91782617e-13j 17636.58133512-4.56923395e-13j 18839.94985284+3.38484322e-14j] [21171.39566015+1.35353316e-13j 20900.19397463+1.08731142e-13j 18049.14155548+2.14402401e-13j ... 16355.31456337-1.08159930e-13j 17519.14292342-2.41783423e-13j 18811.70478772+1.74015714e-13j] [19061.40542851+2.72088395e-13j 18362.62372315+1.43521668e-13j 16593.38479618+2.18130350e-13j ... 15924.16747836+4.80255563e-14j 16947.42734 -4.16999835e-14j 18030.040549 +2.30357908e-13j] ... [17043.5817957 -2.49347327e-13j 17660.47264731+1.24799428e-13j 17120.97783055-2.98466640e-14j ... 14505.28124145-5.48048834e-13j 15058.96782657-7.71819395e-13j 15823.04362199-3.61997004e-15j] [18361.79710803+3.33492937e-14j 18627.9752801 -5.18775848e-14j 17888.71433016-1.30806151e-14j ... 15238.43960275-2.33142607e-13j 15584.85646548-3.43377324e-13j 16515.44487529+1.71950869e-14j] [20334.06059077-2.58229111e-13j 20548.54525871-6.00227573e-14j 18745.65133629+1.81639619e-13j ... 16812.08485826-8.05861163e-13j 16701.69731463-6.31936970e-13j 17448.93918347-4.16451086e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000293.971044957-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000293.971044957-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000294.06640906: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000294.06640906: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000293.971044957: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000293.971044957: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22383.32060551-6.90714338e-14j 22614.44242563+1.77956232e-13j 19481.22421833+1.66826798e-13j ... 17074.51004477-9.40278538e-14j 17609.82444544-2.08716372e-13j 18822.92964688-4.79123175e-13j] [21189.22200292+1.17913406e-13j 20885.08556796+2.67695132e-13j 18008.06552858+2.14582481e-13j ... 16382.4104003 -3.09787633e-14j 17546.9769017 -4.13725515e-14j 18833.42664339-3.86666641e-13j] [19065.6866291 +3.61695100e-13j 18355.97869651+3.38938570e-13j 16586.49764253+4.85738362e-13j ... 15910.09192159+8.13873841e-14j 16980.48960359+1.53771446e-13j 18058.07577023+1.28168820e-13j] ... [17027.61914674-9.52494151e-14j 17636.0096749 -2.01666216e-13j 17131.34653746-4.40689690e-13j ... 14495.88985021-2.63135669e-13j 15052.34982359-5.17190624e-13j 15806.49426812-2.82830840e-13j] [18356.12518843-2.72992089e-13j 18632.60965044+4.79165967e-13j 17901.27754996-2.15132670e-14j ... 15284.7074298 -5.69845926e-13j 15623.64398707-4.38338306e-13j 16507.89332465-1.02757569e-13j] [20318.19339019+6.79338944e-13j 20562.58688826+7.18079622e-13j 18770.05662399+7.31580352e-13j ... 16817.21369988-3.79304217e-13j 16692.00534072+2.72760667e-13j 17411.68274689-1.09665996e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22383.32060551-6.90714338e-14j 22614.44242563+1.77956232e-13j 19481.22421833+1.66826798e-13j ... 17074.51004477-9.40278538e-14j 17609.82444544-2.08716372e-13j 18822.92964688-4.79123175e-13j] [21189.22200292+1.17913406e-13j 20885.08556796+2.67695132e-13j 18008.06552858+2.14582481e-13j ... 16382.4104003 -3.09787633e-14j 17546.9769017 -4.13725515e-14j 18833.42664339-3.86666641e-13j] [19065.6866291 +3.61695100e-13j 18355.97869651+3.38938570e-13j 16586.49764253+4.85738362e-13j ... 15910.09192159+8.13873841e-14j 16980.48960359+1.53771446e-13j 18058.07577023+1.28168820e-13j] ... [17027.61914674-9.52494151e-14j 17636.0096749 -2.01666216e-13j 17131.34653746-4.40689690e-13j ... 14495.88985021-2.63135669e-13j 15052.34982359-5.17190624e-13j 15806.49426812-2.82830840e-13j] [18356.12518843-2.72992089e-13j 18632.60965044+4.79165967e-13j 17901.27754996-2.15132670e-14j ... 15284.7074298 -5.69845926e-13j 15623.64398707-4.38338306e-13j 16507.89332465-1.02757569e-13j] [20318.19339019+6.79338944e-13j 20562.58688826+7.18079622e-13j 18770.05662399+7.31580352e-13j ... 16817.21369988-3.79304217e-13j 16692.00534072+2.72760667e-13j 17411.68274689-1.09665996e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999560.820811985-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999560.820811985-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999560.916166098: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999560.916166098: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999560.820811985: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999560.820811985: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228708: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228708: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22392.50264257-4.18954976e-14j 22619.40780265+1.47271546e-13j 19474.83345083+2.91541936e-13j ... 17057.71212158-3.46436488e-14j 17589.28100839-1.98055785e-13j 18810.04889048-2.71021666e-13j] [21204.04130124+1.92219077e-13j 20869.91967284+1.96454121e-13j 17971.84640064+3.65320898e-13j ... 16413.67040799+3.81969811e-14j 17581.58030339+1.26556804e-13j 18856.87590384-1.35874454e-13j] [19067.47681837+4.44382187e-13j 18350.96000437+3.07143662e-13j 16584.88027987+6.16559726e-13j ... 15894.23217201+2.09605417e-13j 17007.18609681+2.01624504e-13j 18079.4907017 -1.55558472e-13j] ... [17008.05276287-5.07462016e-13j 17614.57639469-1.20241179e-13j 17138.66505873-4.49823389e-13j ... 14481.52693859+2.72976364e-13j 15048.76865908-8.28704786e-14j 15787.5048436 +6.09167597e-14j] [18348.78497473-5.12870647e-13j 18637.06701208+2.75469519e-13j 17908.92030864-6.68329193e-13j ... 15331.87838137-1.42617020e-13j 15663.31939066+1.28874947e-13j 16502.37877359-8.55732697e-14j] [20304.80969587-3.40687975e-13j 20575.35780762-3.41295854e-13j 18792.69117383-2.73882988e-13j ... 16818.37506187-6.61639832e-14j 16681.05790224+1.02372484e-13j 17379.48081849-3.76163800e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22392.50264257-4.18954976e-14j 22619.40780265+1.47271546e-13j 19474.83345083+2.91541936e-13j ... 17057.71212158-3.46436488e-14j 17589.28100839-1.98055785e-13j 18810.04889048-2.71021666e-13j] [21204.04130124+1.92219077e-13j 20869.91967284+1.96454121e-13j 17971.84640064+3.65320898e-13j ... 16413.67040799+3.81969811e-14j 17581.58030339+1.26556804e-13j 18856.87590384-1.35874454e-13j] [19067.47681837+4.44382187e-13j 18350.96000437+3.07143662e-13j 16584.88027987+6.16559726e-13j ... 15894.23217201+2.09605417e-13j 17007.18609681+2.01624504e-13j 18079.4907017 -1.55558472e-13j] ... [17008.05276287-5.07462016e-13j 17614.57639469-1.20241179e-13j 17138.66505873-4.49823389e-13j ... 14481.52693859+2.72976364e-13j 15048.76865908-8.28704786e-14j 15787.5048436 +6.09167597e-14j] [18348.78497473-5.12870647e-13j 18637.06701208+2.75469519e-13j 17908.92030864-6.68329193e-13j ... 15331.87838137-1.42617020e-13j 15663.31939066+1.28874947e-13j 16502.37877359-8.55732697e-14j] [20304.80969587-3.40687975e-13j 20575.35780762-3.41295854e-13j 18792.69117383-2.73882988e-13j ... 16818.37506187-6.61639832e-14j 16681.05790224+1.02372484e-13j 17379.48081849-3.76163800e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999096.733368117-1.0501316370302109e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999096.733368117-1.0501316370302109e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999096.82871591: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999096.82871591: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999096.733368117: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999096.733368117: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22398.13987418+1.72559870e-14j 22618.48203879+2.89572136e-13j 19469.48221762+3.59795033e-13j ... 17045.16473879+1.77225773e-13j 17576.17629827+5.85555864e-15j 18801.18267199-4.04587909e-14j] [21215.7963619 +1.54598225e-13j 20855.57138237+4.06323968e-13j 17941.00286696+3.47075654e-13j ... 16447.72847993+2.73088999e-13j 17621.20430495+2.76230685e-13j 18881.10977256+1.34502994e-13j] [19067.56722623+3.32559326e-13j 18349.02983014+6.22639043e-13j 16588.60003797+3.51468361e-13j ... 15876.42924952+2.92688967e-13j 17026.06926513+5.28770603e-13j 18094.78976438+6.31226139e-13j] ... [16982.82109016-2.74783514e-14j 17594.97677837-1.51817729e-13j 17143.77652486+2.70992590e-13j ... 14463.62320598-4.66552325e-14j 15047.21518662+8.18817578e-14j 15767.36132507-3.87105441e-14j] [18340.11111127-1.72007090e-13j 18641.75146636-2.60795162e-13j 17913.58773079-2.20416790e-13j ... 15381.13241155-1.38782920e-13j 15702.00706748+2.02890197e-13j 16499.06910268+1.90569145e-13j] [20295.22618359+4.32394567e-13j 20587.32602755-1.01310946e-13j 18813.47644146+4.91380225e-13j ... 16816.09360553+1.58856320e-13j 16669.05125017+3.84567774e-13j 17353.08076917+5.22895185e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22398.13987418+1.72559870e-14j 22618.48203879+2.89572136e-13j 19469.48221762+3.59795033e-13j ... 17045.16473879+1.77225773e-13j 17576.17629827+5.85555864e-15j 18801.18267199-4.04587909e-14j] [21215.7963619 +1.54598225e-13j 20855.57138237+4.06323968e-13j 17941.00286696+3.47075654e-13j ... 16447.72847993+2.73088999e-13j 17621.20430495+2.76230685e-13j 18881.10977256+1.34502994e-13j] [19067.56722623+3.32559326e-13j 18349.02983014+6.22639043e-13j 16588.60003797+3.51468361e-13j ... 15876.42924952+2.92688967e-13j 17026.06926513+5.28770603e-13j 18094.78976438+6.31226139e-13j] ... [16982.82109016-2.74783514e-14j 17594.97677837-1.51817729e-13j 17143.77652486+2.70992590e-13j ... 14463.62320598-4.66552325e-14j 15047.21518662+8.18817578e-14j 15767.36132507-3.87105441e-14j] [18340.11111127-1.72007090e-13j 18641.75146636-2.60795162e-13j 17913.58773079-2.20416790e-13j ... 15381.13241155-1.38782920e-13j 15702.00706748+2.02890197e-13j 16499.06910268+1.90569145e-13j] [20295.22618359+4.32394567e-13j 20587.32602755-1.01310946e-13j 18813.47644146+4.91380225e-13j ... 16816.09360553+1.58856320e-13j 16669.05125017+3.84567774e-13j 17353.08076917+5.22895185e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6998954.623659485-1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6998954.623659485-1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6998954.719005342: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6998954.719005342: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6998954.623659485: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6998954.623659485: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22399.51090297-4.89647584e-14j 22610.55631347+2.11623761e-13j 19464.3034593 +2.57083424e-13j ... 17037.90247338-1.53801883e-13j 17571.41213423-3.30282026e-13j 18796.10198817-2.22129609e-13j] [21224.63056986+6.98466765e-14j 20842.77085739+3.35484420e-13j 17915.79599181+3.41114467e-13j ... 16482.85610235-1.50853040e-13j 17663.75614242-9.35782846e-14j 18905.12114487-2.00431000e-13j] [19066.76238027+3.72919991e-13j 18351.50072186+4.11463906e-13j 16597.09257821+4.32498662e-13j ... 15856.63146484-1.36038314e-13j 17036.49099481+5.60755864e-14j 18104.77135608-2.89508023e-14j] ... [16950.77618091-1.63825321e-13j 17575.52494023+1.18988092e-13j 17147.57087889+6.57183555e-13j ... 14445.05335764+6.79862903e-15j 15046.4173896 -2.79105823e-13j 15747.32028395-1.04085021e-13j] [18330.59772742-1.78785137e-14j 18646.79988847-1.99683920e-13j 17917.31144257+2.40550372e-13j ... 15433.54133088-5.16613645e-14j 15738.01574452-7.27102844e-14j 16497.64812921-3.99015949e-13j] [20290.47966719-1.45302733e-14j 20598.9488603 +3.36288482e-13j 18832.51156894+5.67012065e-13j ... 16811.20060337-5.00503537e-13j 16656.7181362 -4.85199598e-13j 17332.92253654-3.40398243e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22399.51090297-4.89647584e-14j 22610.55631347+2.11623761e-13j 19464.3034593 +2.57083424e-13j ... 17037.90247338-1.53801883e-13j 17571.41213423-3.30282026e-13j 18796.10198817-2.22129609e-13j] [21224.63056986+6.98466765e-14j 20842.77085739+3.35484420e-13j 17915.79599181+3.41114467e-13j ... 16482.85610235-1.50853040e-13j 17663.75614242-9.35782846e-14j 18905.12114487-2.00431000e-13j] [19066.76238027+3.72919991e-13j 18351.50072186+4.11463906e-13j 16597.09257821+4.32498662e-13j ... 15856.63146484-1.36038314e-13j 17036.49099481+5.60755864e-14j 18104.77135608-2.89508023e-14j] ... [16950.77618091-1.63825321e-13j 17575.52494023+1.18988092e-13j 17147.57087889+6.57183555e-13j ... 14445.05335764+6.79862903e-15j 15046.4173896 -2.79105823e-13j 15747.32028395-1.04085021e-13j] [18330.59772742-1.78785137e-14j 18646.79988847-1.99683920e-13j 17917.31144257+2.40550372e-13j ... 15433.54133088-5.16613645e-14j 15738.01574452-7.27102844e-14j 16497.64812921-3.99015949e-13j] [20290.47966719-1.45302733e-14j 20598.9488603 +3.36288482e-13j 18832.51156894+5.67012065e-13j ... 16811.20060337-5.00503537e-13j 16656.7181362 -4.85199598e-13j 17332.92253654-3.40398243e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999083.588299235-1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999083.588299235-1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999083.68364685: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999083.68364685: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999083.588299235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999083.588299235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22396.23410642-3.99616248e-14j 22595.02410522+1.71874130e-13j 19458.52395166+3.60092809e-13j ... 17036.47824215+7.18619190e-15j 17575.42009823-2.00582023e-13j 18794.48298069-1.49377470e-13j] [21230.86271408+2.52648843e-13j 20832.03345863+2.37163546e-13j 17896.2798808 +3.85945550e-13j ... 16517.17940475+1.94017734e-13j 17707.02399847+3.99750232e-15j 18927.95222129+1.69462621e-14j] [19065.83850972+2.93105283e-13j 18359.32498714+2.45148849e-13j 16609.27592807+5.91019198e-13j ... 15834.90088959+1.91483214e-13j 17038.59934845+3.13451237e-13j 18110.41614203+1.22627171e-13j] ... [16911.7823669 -1.79930429e-13j 17554.31937672+8.72618538e-14j 17150.85522805-3.03481364e-13j ... 14429.71360604-1.27785499e-13j 15045.13665125+1.84088175e-14j 15728.30552712+1.60446770e-13j] [18320.80477427-2.79181900e-13j 18652.10058405+4.28716095e-13j 17921.95765378+5.81121460e-14j ... 15489.85312706+6.85301963e-14j 15770.16514613-3.74317885e-13j 16497.36384951-1.24082927e-13j] [20291.2183931 -4.51473141e-13j 20610.63940728+4.52768654e-13j 18850.03570772+1.05336460e-12j ... 16804.73501752-3.51465489e-13j 16645.29321695-5.00959742e-13j 17319.14306637+3.86344369e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22396.23410642-3.99616248e-14j 22595.02410522+1.71874130e-13j 19458.52395166+3.60092809e-13j ... 17036.47824215+7.18619190e-15j 17575.42009823-2.00582023e-13j 18794.48298069-1.49377470e-13j] [21230.86271408+2.52648843e-13j 20832.03345863+2.37163546e-13j 17896.2798808 +3.85945550e-13j ... 16517.17940475+1.94017734e-13j 17707.02399847+3.99750232e-15j 18927.95222129+1.69462621e-14j] [19065.83850972+2.93105283e-13j 18359.32498714+2.45148849e-13j 16609.27592807+5.91019198e-13j ... 15834.90088959+1.91483214e-13j 17038.59934845+3.13451237e-13j 18110.41614203+1.22627171e-13j] ... [16911.7823669 -1.79930429e-13j 17554.31937672+8.72618538e-14j 17150.85522805-3.03481364e-13j ... 14429.71360604-1.27785499e-13j 15045.13665125+1.84088175e-14j 15728.30552712+1.60446770e-13j] [18320.80477427-2.79181900e-13j 18652.10058405+4.28716095e-13j 17921.95765378+5.81121460e-14j ... 15489.85312706+6.85301963e-14j 15770.16514613-3.74317885e-13j 16497.36384951-1.24082927e-13j] [20291.2183931 -4.51473141e-13j 20610.63940728+4.52768654e-13j 18850.03570772+1.05336460e-12j ... 16804.73501752-3.51465489e-13j 16645.29321695-5.00959742e-13j 17319.14306637+3.86344369e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999424.162248155+1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999424.162248155+1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999424.257600409: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999424.257600409: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999424.162248155: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999424.162248155: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22388.29402021-7.29172012e-14j 22571.87325019+1.60319269e-13j 19451.54008568+2.57559330e-13j ... 17040.8712539 -3.63475005e-13j 17588.07769456-1.17637357e-13j 18795.93825653-2.07310578e-13j] [21234.94060166+2.45134521e-14j 20823.61358519+2.90429304e-13j 17882.35577293+3.12098078e-13j ... 16548.91253944-2.28577661e-13j 17748.90186496+1.66659024e-13j 18948.80089376+1.44251281e-13j] [19065.50002572-2.85082802e-14j 18372.91694476+2.95766478e-13j 16623.7474086 +6.25043152e-13j ... 15811.37740821-2.23586904e-13j 17033.2351342 +2.42630014e-13j 18112.77638266+4.57713014e-13j] ... [16866.65932169+4.94072218e-13j 17529.55030018-3.44030367e-13j 17154.25050362+3.83956415e-13j ... 14421.89786266+4.20131881e-13j 15042.49927168-3.49553531e-13j 15710.69960018-3.44667627e-13j] [18311.24372545+2.41798239e-13j 18657.34382895-2.39777532e-14j 17929.00889146-3.02818721e-13j ... 15550.31395112-1.69144824e-13j 15798.04184944-6.36326558e-15j 16497.16239155-1.12131882e-13j] [20297.61902956-1.50092047e-13j 20622.73494955-1.02007424e-13j 18866.37699966+8.70414788e-13j ... 16797.79952997+1.04020277e-14j 16636.37422358+4.12207367e-13j 17311.60045184-1.48037859e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22388.29402021-7.29172012e-14j 22571.87325019+1.60319269e-13j 19451.54008568+2.57559330e-13j ... 17040.8712539 -3.63475005e-13j 17588.07769456-1.17637357e-13j 18795.93825653-2.07310578e-13j] [21234.94060166+2.45134521e-14j 20823.61358519+2.90429304e-13j 17882.35577293+3.12098078e-13j ... 16548.91253944-2.28577661e-13j 17748.90186496+1.66659024e-13j 18948.80089376+1.44251281e-13j] [19065.50002572-2.85082802e-14j 18372.91694476+2.95766478e-13j 16623.7474086 +6.25043152e-13j ... 15811.37740821-2.23586904e-13j 17033.2351342 +2.42630014e-13j 18112.77638266+4.57713014e-13j] ... [16866.65932169+4.94072218e-13j 17529.55030018-3.44030367e-13j 17154.25050362+3.83956415e-13j ... 14421.89786266+4.20131881e-13j 15042.49927168-3.49553531e-13j 15710.69960018-3.44667627e-13j] [18311.24372545+2.41798239e-13j 18657.34382895-2.39777532e-14j 17929.00889146-3.02818721e-13j ... 15550.31395112-1.69144824e-13j 15798.04184944-6.36326558e-15j 16497.16239155-1.12131882e-13j] [20297.61902956-1.50092047e-13j 20622.73494955-1.02007424e-13j 18866.37699966+8.70414788e-13j ... 16797.79952997+1.04020277e-14j 16636.37422358+4.12207367e-13j 17311.60045184-1.48037859e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000123.591829778+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000123.591829778+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000123.68719156: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000123.68719156: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000123.591829778: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000123.591829778: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.08462057455301698, -0.27314576780967986) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.08462057455301698, -0.27314576780967986) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00096528 0.00094171 0.00091816 ... 0.00109729 0.00112323 0.00114912] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00096528 0.00094171 0.00091816 ... 0.00109729 0.00112323 0.00114912] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009616 0.00093781 0.00091405 ... 0.00108933 0.00111548 0.00114159] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009616 0.00093781 0.00091405 ... 0.00108933 0.00111548 0.00114159] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009575 0.0009335 0.00090953 ... 0.00108091 0.00110726 0.00113359] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009575 0.0009335 0.00090953 ... 0.00108091 0.00110726 0.00113359] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012206 0.00119587 0.00117102 ... 0.00088828 0.0009109 0.00093354] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012206 0.00119587 0.00117102 ... 0.00088828 0.0009109 0.00093354] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012252 0.00120074 0.00117616 ... 0.00089071 0.00091311 0.00093551] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012252 0.00120074 0.00117616 ... 0.00089071 0.00091311 0.00093551] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00122931 0.00120512 0.0011808 ... 0.00089273 0.0009149 0.00093706]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00122931 0.00120512 0.0011808 ... 0.00089273 0.0009149 0.00093706]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:38.00219 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:38.00219 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793022001_03102_00002_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21262.74743394+1.65702603e-14j 21433.26247024+2.00294736e-13j 18356.43687498+1.85245501e-13j ... 16045.99796503-4.14410365e-16j 16796.20697899-2.57310824e-13j 18027.56643526+1.75690491e-14j] [19481.38859957+1.18864160e-13j 19085.68744314+3.96351906e-13j 16646.31971071+3.54088056e-13j ... 15384.85282167+4.19700524e-16j 16515.24136879-2.41841776e-13j 17672.01558045+7.15419454e-14j] [17784.24477563+3.40755383e-13j 17143.94358718+4.32331348e-13j 15685.17649745+4.18392336e-13j ... 14986.86543025+9.95056619e-14j 15890.05563341-2.43988148e-13j 16923.08402323+1.72445161e-13j] ... [16581.56826942+2.59698201e-13j 17114.04874524-2.47274126e-13j 16573.27231642-6.23124370e-13j ... 13802.20369179-3.55959052e-13j 14378.3542587 +9.55045792e-14j 15248.77303394+3.24084897e-13j] [17803.35720131-1.18048464e-13j 18025.06570965+2.82289129e-14j 17166.04749827+3.98307273e-13j ... 14850.50166992-7.46790597e-14j 15023.78024694-8.00669472e-13j 15823.87996591+3.99237516e-14j] [19987.206492 +4.19513258e-13j 20242.55451854-9.14575721e-13j 18129.35539346-3.79463203e-13j ... 16217.47039602+9.62532257e-14j 16194.16040266-2.84555413e-13j 16961.00512631-5.97856965e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21262.74743394+1.65702603e-14j 21433.26247024+2.00294736e-13j 18356.43687498+1.85245501e-13j ... 16045.99796503-4.14410365e-16j 16796.20697899-2.57310824e-13j 18027.56643526+1.75690491e-14j] [19481.38859957+1.18864160e-13j 19085.68744314+3.96351906e-13j 16646.31971071+3.54088056e-13j ... 15384.85282167+4.19700524e-16j 16515.24136879-2.41841776e-13j 17672.01558045+7.15419454e-14j] [17784.24477563+3.40755383e-13j 17143.94358718+4.32331348e-13j 15685.17649745+4.18392336e-13j ... 14986.86543025+9.95056619e-14j 15890.05563341-2.43988148e-13j 16923.08402323+1.72445161e-13j] ... [16581.56826942+2.59698201e-13j 17114.04874524-2.47274126e-13j 16573.27231642-6.23124370e-13j ... 13802.20369179-3.55959052e-13j 14378.3542587 +9.55045792e-14j 15248.77303394+3.24084897e-13j] [17803.35720131-1.18048464e-13j 18025.06570965+2.82289129e-14j 17166.04749827+3.98307273e-13j ... 14850.50166992-7.46790597e-14j 15023.78024694-8.00669472e-13j 15823.87996591+3.99237516e-14j] [19987.206492 +4.19513258e-13j 20242.55451854-9.14575721e-13j 18129.35539346-3.79463203e-13j ... 16217.47039602+9.62532257e-14j 16194.16040266-2.84555413e-13j 16961.00512631-5.97856965e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647637.515665944-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647637.515665944-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647637.435355943: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647637.435355943: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647637.515665944: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647637.515665944: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21278.63087013-6.60492746e-15j 21435.03528144+7.29224234e-14j 18333.98480902+5.27876675e-14j ... 16040.19323564+6.05431057e-14j 16783.62874095-1.13993620e-13j 18023.05185665+6.42963773e-14j] [19494.76218849+2.52620459e-13j 19070.58240717+2.92239820e-13j 16613.01714864+2.00555336e-13j ... 15409.82241141+5.64361744e-14j 16551.00809952+5.56936743e-14j 17697.59702573+1.74159844e-13j] [17783.90232644+4.79672757e-13j 17140.50194998+5.07019626e-13j 15684.39807704+3.61429668e-13j ... 14958.04419036+1.87108530e-13j 15914.57240246+2.74584439e-13j 16947.18516078+1.78649349e-13j] ... [16573.15397847-1.26247330e-13j 17100.03724311+7.12642867e-14j 16583.08017342-3.54309913e-13j ... 13808.36757452-2.30526529e-13j 14390.09138632-4.72709750e-13j 15240.92051671+5.22422561e-13j] [17792.72066935-1.56766774e-13j 18032.29499804+1.23123046e-13j 17181.36608457-3.35505815e-13j ... 14895.55753044-4.22344013e-13j 15055.96368383-8.13735363e-14j 15808.94432479+3.20169998e-13j] [19977.92954315-4.64403424e-13j 20259.01942178+2.25038540e-13j 18149.78289894-1.28776033e-13j ... 16205.81842122-4.80385484e-14j 16170.41577097-8.09338540e-13j 16924.49292922+5.35475652e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21278.63087013-6.60492746e-15j 21435.03528144+7.29224234e-14j 18333.98480902+5.27876675e-14j ... 16040.19323564+6.05431057e-14j 16783.62874095-1.13993620e-13j 18023.05185665+6.42963773e-14j] [19494.76218849+2.52620459e-13j 19070.58240717+2.92239820e-13j 16613.01714864+2.00555336e-13j ... 15409.82241141+5.64361744e-14j 16551.00809952+5.56936743e-14j 17697.59702573+1.74159844e-13j] [17783.90232644+4.79672757e-13j 17140.50194998+5.07019626e-13j 15684.39807704+3.61429668e-13j ... 14958.04419036+1.87108530e-13j 15914.57240246+2.74584439e-13j 16947.18516078+1.78649349e-13j] ... [16573.15397847-1.26247330e-13j 17100.03724311+7.12642867e-14j 16583.08017342-3.54309913e-13j ... 13808.36757452-2.30526529e-13j 14390.09138632-4.72709750e-13j 15240.92051671+5.22422561e-13j] [17792.72066935-1.56766774e-13j 18032.29499804+1.23123046e-13j 17181.36608457-3.35505815e-13j ... 14895.55753044-4.22344013e-13j 15055.96368383-8.13735363e-14j 15808.94432479+3.20169998e-13j] [19977.92954315-4.64403424e-13j 20259.01942178+2.25038540e-13j 18149.78289894-1.28776033e-13j ... 16205.81842122-4.80385484e-14j 16170.41577097-8.09338540e-13j 16924.49292922+5.35475652e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646941.2996193785+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646941.2996193785+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646941.2193177845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646941.2193177845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646941.2996193785: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646941.2996193785: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190157: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190157: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.5179496 +1.40503999e-14j 21433.25843064+1.68735326e-13j 18313.90500314+2.48941120e-13j ... 16039.42486992-1.61003864e-13j 16779.30113906-7.54001431e-14j 18022.39016903-2.33818731e-13j] [19505.47569945+1.25836921e-13j 19056.68372581+2.44879042e-13j 16585.13478356+2.10024298e-13j ... 15435.96356063-1.82720405e-13j 16589.73458165-8.18579011e-15j 17722.6782783 -1.21451856e-13j] [17781.61845476+1.82804300e-13j 17137.3050708 +2.49226495e-13j 15686.96766503+2.62263796e-13j ... 14929.07366251-2.33362085e-14j 15931.77831338-6.34652456e-14j 16964.21882756-1.98291594e-13j] ... [16560.51274265+1.59384198e-13j 17087.54232774+3.78909868e-13j 16589.91697808+5.46640877e-13j ... 13811.86740094+2.49276645e-13j 14404.15333152+5.62071453e-14j 15231.62046143-1.90526270e-13j] [17782.53069351-2.78058549e-13j 18038.97244617+1.89837928e-13j 17191.9004795 +3.01643927e-13j ... 14940.58786473-1.00135323e-14j 15087.8406763 +2.97934885e-14j 15797.47405785+4.12552910e-13j] [19970.1333488 -3.09028869e-13j 20273.24981581-4.90329186e-13j 18169.72512491+2.76049781e-13j ... 16190.76949306-2.54872690e-13j 16146.37465515-1.40008381e-13j 16892.30979577-5.62391086e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.5179496 +1.40503999e-14j 21433.25843064+1.68735326e-13j 18313.90500314+2.48941120e-13j ... 16039.42486992-1.61003864e-13j 16779.30113906-7.54001431e-14j 18022.39016903-2.33818731e-13j] [19505.47569945+1.25836921e-13j 19056.68372581+2.44879042e-13j 16585.13478356+2.10024298e-13j ... 15435.96356063-1.82720405e-13j 16589.73458165-8.18579011e-15j 17722.6782783 -1.21451856e-13j] [17781.61845476+1.82804300e-13j 17137.3050708 +2.49226495e-13j 15686.96766503+2.62263796e-13j ... 14929.07366251-2.33362085e-14j 15931.77831338-6.34652456e-14j 16964.21882756-1.98291594e-13j] ... [16560.51274265+1.59384198e-13j 17087.54232774+3.78909868e-13j 16589.91697808+5.46640877e-13j ... 13811.86740094+2.49276645e-13j 14404.15333152+5.62071453e-14j 15231.62046143-1.90526270e-13j] [17782.53069351-2.78058549e-13j 18038.97244617+1.89837928e-13j 17191.9004795 +3.01643927e-13j ... 14940.58786473-1.00135323e-14j 15087.8406763 +2.97934885e-14j 15797.47405785+4.12552910e-13j] [19970.1333488 -3.09028869e-13j 20273.24981581-4.90329186e-13j 18169.72512491+2.76049781e-13j ... 16190.76949306-2.54872690e-13j 16146.37465515-1.40008381e-13j 16892.30979577-5.62391086e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646500.591684088-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646500.591684088-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646500.511387821: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646500.511387821: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646500.591684088: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646500.591684088: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21300.36681117+7.68442863e-14j 21426.77342143+2.01057320e-13j 18295.75107447+2.83690471e-13j ... 16044.29548055+1.60291680e-13j 16783.68226037+1.69335426e-13j 18025.0812865 -1.02473174e-13j] [19514.08130256+2.92627451e-13j 19045.45509671+3.73382558e-13j 16563.16933922+3.37135760e-13j ... 15461.89026462+1.92865962e-13j 16629.34959028+4.00191107e-13j 17746.57808136+1.48315516e-14j] [17777.70117984+4.07690748e-13j 17135.01942467+4.89715307e-13j 15692.91075637+5.87891579e-13j ... 14900.47784549+3.69013608e-13j 15940.83627691+5.70681049e-13j 16975.03475688+4.70957018e-13j] ... [16542.07905462+3.42243014e-13j 17075.44356733+2.35108258e-13j 16594.88262568-5.51103056e-13j ... 13814.8221334 +1.72417180e-13j 14419.21211114+4.71401849e-14j 15221.6093762 -6.36926922e-13j] [17773.83445644+1.65902715e-13j 18046.041693 +9.08390806e-14j 17199.29371156-1.52042118e-13j ... 14986.11008877+4.28216309e-13j 15117.89763406-7.46402660e-14j 15789.69170142-3.55892574e-14j] [19964.43968937+5.90648395e-13j 20284.96219415+1.79195076e-13j 18188.54046535+8.37780770e-13j ... 16173.29896176+6.86319033e-14j 16123.02504616+3.31838452e-13j 16865.12711653-1.53093863e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21300.36681117+7.68442863e-14j 21426.77342143+2.01057320e-13j 18295.75107447+2.83690471e-13j ... 16044.29548055+1.60291680e-13j 16783.68226037+1.69335426e-13j 18025.0812865 -1.02473174e-13j] [19514.08130256+2.92627451e-13j 19045.45509671+3.73382558e-13j 16563.16933922+3.37135760e-13j ... 15461.89026462+1.92865962e-13j 16629.34959028+4.00191107e-13j 17746.57808136+1.48315516e-14j] [17777.70117984+4.07690748e-13j 17135.01942467+4.89715307e-13j 15692.91075637+5.87891579e-13j ... 14900.47784549+3.69013608e-13j 15940.83627691+5.70681049e-13j 16975.03475688+4.70957018e-13j] ... [16542.07905462+3.42243014e-13j 17075.44356733+2.35108258e-13j 16594.88262568-5.51103056e-13j ... 13814.8221334 +1.72417180e-13j 14419.21211114+4.71401849e-14j 15221.6093762 -6.36926922e-13j] [17773.83445644+1.65902715e-13j 18046.041693 +9.08390806e-14j 17199.29371156-1.52042118e-13j ... 14986.11008877+4.28216309e-13j 15117.89763406-7.46402660e-14j 15789.69170142-3.55892574e-14j] [19964.43968937+5.90648395e-13j 20284.96219415+1.79195076e-13j 18188.54046535+8.37780770e-13j ... 16173.29896176+6.86319033e-14j 16123.02504616+3.31838452e-13j 16865.12711653-1.53093863e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646365.641089961+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646365.641089961+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646365.560795326: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646365.560795326: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646365.641089961: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646365.641089961: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21304.4406748 +2.46319221e-15j 21414.69143767+1.87751785e-13j 18279.06562554+1.83986283e-13j ... 16054.93251303-1.53778343e-14j 16796.6901123 -1.13951167e-13j 18030.50790205+9.48701370e-14j] [19521.2352387 +4.99516017e-14j 19038.10317126+2.71091124e-13j 16547.23489993+2.66554487e-13j ... 15486.14173176+6.48815141e-14j 16667.78227753-3.36962287e-14j 17768.64832553+2.38419516e-13j] [17772.44059096+3.44411884e-13j 17134.4277476 +5.15267577e-13j 15701.73045535+3.46078845e-13j ... 14872.65753689+2.16658778e-13j 15941.72252513+1.73596597e-13j 16980.7699697 +5.07595546e-13j] ... [16517.07788049+5.54268068e-15j 17062.27942348-1.71302802e-13j 16599.03867855-1.49194087e-13j ... 13820.25878983-3.19373108e-13j 14433.85159679-1.67448154e-13j 15211.43282361-6.01674840e-13j] [17767.55537397+1.83549839e-13j 18054.22411778+1.08116211e-13j 17205.35600312+1.74528293e-14j ... 15032.51261712+1.23777413e-14j 15144.95907996-3.06844397e-14j 15785.33076076-1.83488338e-13j] [19961.3392294 +4.29888463e-13j 20294.00773366+5.73132183e-13j 18205.72352239+3.51981763e-13j ... 16154.64592418+2.02669462e-13j 16101.73780383-4.92393510e-14j 16843.4647776 +3.03214483e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21304.4406748 +2.46319221e-15j 21414.69143767+1.87751785e-13j 18279.06562554+1.83986283e-13j ... 16054.93251303-1.53778343e-14j 16796.6901123 -1.13951167e-13j 18030.50790205+9.48701370e-14j] [19521.2352387 +4.99516017e-14j 19038.10317126+2.71091124e-13j 16547.23489993+2.66554487e-13j ... 15486.14173176+6.48815141e-14j 16667.78227753-3.36962287e-14j 17768.64832553+2.38419516e-13j] [17772.44059096+3.44411884e-13j 17134.4277476 +5.15267577e-13j 15701.73045535+3.46078845e-13j ... 14872.65753689+2.16658778e-13j 15941.72252513+1.73596597e-13j 16980.7699697 +5.07595546e-13j] ... [16517.07788049+5.54268068e-15j 17062.27942348-1.71302802e-13j 16599.03867855-1.49194087e-13j ... 13820.25878983-3.19373108e-13j 14433.85159679-1.67448154e-13j 15211.43282361-6.01674840e-13j] [17767.55537397+1.83549839e-13j 18054.22411778+1.08116211e-13j 17205.35600312+1.74528293e-14j ... 15032.51261712+1.23777413e-14j 15144.95907996-3.06844397e-14j 15785.33076076-1.83488338e-13j] [19961.3392294 +4.29888463e-13j 20294.00773366+5.73132183e-13j 18205.72352239+3.51981763e-13j ... 16154.64592418+2.02669462e-13j 16101.73780383-4.92393510e-14j 16843.4647776 +3.03214483e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646488.10882931+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646488.10882931+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646488.028533194: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646488.028533194: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646488.10882931: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646488.10882931: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21303.36004587-1.93393694e-14j 21396.50855094+1.35133114e-13j 18263.43126154+2.13604612e-13j ... 16070.92460457-8.28825597e-14j 16817.67480455-8.23803410e-14j 18037.98749714+8.24109895e-14j] [19527.62787845+1.01456123e-13j 19035.44131205+2.94590702e-13j 16537.14327141+4.17628450e-13j ... 15507.37349709+3.67128735e-14j 16703.17657509+1.11561743e-13j 17788.35290951+2.56810630e-13j] [17766.14258145+2.58216387e-13j 17136.26199147+5.74503876e-13j 15712.45688139+4.44531001e-13j ... 14845.82754951+1.70375125e-14j 15935.1498005 +5.63975371e-14j 16982.69362816+3.71936338e-13j] ... [16485.55907262+6.35530956e-13j 17046.47707154+2.72503696e-13j 16603.26221175-2.30153898e-13j ... 13831.6232422 -5.36200610e-14j 14446.86545302+7.27010986e-14j 15201.26848845+7.76598534e-14j] [17764.37568099+1.77290399e-13j 18063.96307528-4.26452525e-13j 17211.84217956-2.61384976e-13j ... 15079.95923803+2.42240134e-14j 15168.43643995+6.63867061e-14j 15783.71607572+7.95428127e-14j] [19961.1367216 +2.97659438e-13j 20300.40135592+4.25249707e-13j 18220.92888252+2.36095783e-13j ... 16136.1554045 -1.50082150e-13j 16084.12283784-1.76916053e-13j 16827.66332607+2.83171406e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21303.36004587-1.93393694e-14j 21396.50855094+1.35133114e-13j 18263.43126154+2.13604612e-13j ... 16070.92460457-8.28825597e-14j 16817.67480455-8.23803410e-14j 18037.98749714+8.24109895e-14j] [19527.62787845+1.01456123e-13j 19035.44131205+2.94590702e-13j 16537.14327141+4.17628450e-13j ... 15507.37349709+3.67128735e-14j 16703.17657509+1.11561743e-13j 17788.35290951+2.56810630e-13j] [17766.14258145+2.58216387e-13j 17136.26199147+5.74503876e-13j 15712.45688139+4.44531001e-13j ... 14845.82754951+1.70375125e-14j 15935.1498005 +5.63975371e-14j 16982.69362816+3.71936338e-13j] ... [16485.55907262+6.35530956e-13j 17046.47707154+2.72503696e-13j 16603.26221175-2.30153898e-13j ... 13831.6232422 -5.36200610e-14j 14446.86545302+7.27010986e-14j 15201.26848845+7.76598534e-14j] [17764.37568099+1.77290399e-13j 18063.96307528-4.26452525e-13j 17211.84217956-2.61384976e-13j ... 15079.95923803+2.42240134e-14j 15168.43643995+6.63867061e-14j 15783.71607572+7.95428127e-14j] [19961.1367216 +2.97659438e-13j 20300.40135592+4.25249707e-13j 18220.92888252+2.36095783e-13j ... 16136.1554045 -1.50082150e-13j 16084.12283784-1.76916053e-13j 16827.66332607+2.83171406e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646811.525555672-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646811.525555672-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646811.445255649: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646811.445255649: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646811.525555672: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646811.525555672: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21297.12492993-3.69038127e-14j 21372.18884088+1.20669626e-13j 18248.52373625+1.22874052e-13j ... 16091.35538281+2.16585126e-13j 16845.46783089-3.83166677e-16j 18046.8443013 -6.42931837e-14j] [19533.90522183+1.02609510e-14j 19037.79356014+2.80590240e-13j 16532.50060349+3.70289507e-13j ... 15524.51596931+2.75357224e-13j 16734.05997153+5.35818011e-14j 17805.33039695+1.35649827e-13j] [17759.15915642+4.60476102e-13j 17141.03029707+3.57979798e-13j 15723.79249485+4.62602297e-13j ... 14819.96476976+2.17695349e-13j 15922.41305068+7.28915529e-14j 16982.06889953+2.29360806e-13j] ... [16448.31321323+2.09513197e-13j 17026.60286732+1.32060941e-13j 16608.14108515-3.82725664e-14j ... 13852.19768827+3.29265735e-14j 14457.55711203-3.07951488e-14j 15190.85325486-1.67722797e-13j] [17764.63180455+2.52804499e-13j 18075.40056568+1.07309981e-13j 17220.24154846-3.47776177e-14j ... 15128.31732263+3.14807077e-13j 15188.48062559-2.00748474e-13j 15783.90472534-3.66906882e-14j] [19963.90523055-6.73067280e-13j 20304.3346288 -1.53788701e-13j 18233.98569232+5.93099861e-13j ... 16119.09856227+7.01588352e-13j 16071.82578344+7.99332044e-14j 16817.8649762 -1.87706811e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21297.12492993-3.69038127e-14j 21372.18884088+1.20669626e-13j 18248.52373625+1.22874052e-13j ... 16091.35538281+2.16585126e-13j 16845.46783089-3.83166677e-16j 18046.8443013 -6.42931837e-14j] [19533.90522183+1.02609510e-14j 19037.79356014+2.80590240e-13j 16532.50060349+3.70289507e-13j ... 15524.51596931+2.75357224e-13j 16734.05997153+5.35818011e-14j 17805.33039695+1.35649827e-13j] [17759.15915642+4.60476102e-13j 17141.03029707+3.57979798e-13j 15723.79249485+4.62602297e-13j ... 14819.96476976+2.17695349e-13j 15922.41305068+7.28915529e-14j 16982.06889953+2.29360806e-13j] ... [16448.31321323+2.09513197e-13j 17026.60286732+1.32060941e-13j 16608.14108515-3.82725664e-14j ... 13852.19768827+3.29265735e-14j 14457.55711203-3.07951488e-14j 15190.85325486-1.67722797e-13j] [17764.63180455+2.52804499e-13j 18075.40056568+1.07309981e-13j 17220.24154846-3.47776177e-14j ... 15128.31732263+3.14807077e-13j 15188.48062559-2.00748474e-13j 15783.90472534-3.66906882e-14j] [19963.90523055-6.73067280e-13j 20304.3346288 -1.53788701e-13j 18233.98569232+5.93099861e-13j ... 16119.09856227+7.01588352e-13j 16071.82578344+7.99332044e-14j 16817.8649762 -1.87706811e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647475.719708889-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647475.719708889-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647475.639400842: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647475.639400842: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647475.719708889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647475.719708889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.09041303934909911, 0.48255080655963667) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.09041303934909911, 0.48255080655963667) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00080357 0.000784 0.00076445 ... 0.00130607 0.00133095 0.00135562] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00080357 0.000784 0.00076445 ... 0.00130607 0.00133095 0.00135562] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080495 0.00078513 0.00076534 ... 0.00129971 0.00132486 0.00134983] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080495 0.00078513 0.00076534 ... 0.00129971 0.00132486 0.00134983] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080596 0.0007859 0.00076587 ... 0.00129282 0.00131825 0.00134351] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080596 0.0007859 0.00076587 ... 0.00129282 0.00131825 0.00134351] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00129957 0.00127186 0.00124405 ... 0.00070533 0.00072732 0.00074945] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00129957 0.00127186 0.00124405 ... 0.00070533 0.00072732 0.00074945] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00131087 0.0012834 0.0012558 ... 0.000709 0.00073082 0.00075278] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00131087 0.0012834 0.0012558 ... 0.000709 0.00073082 0.00075278] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00132167 0.00129444 0.00126708 ... 0.00071232 0.00073397 0.00075574]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00132167 0.00129444 0.00126708 ... 0.00071232 0.00073397 0.00075574]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:36.087738 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:36.087738 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793022001_03102_00001_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19074.16027669-1.74714959e-13j 19226.6353208 -1.94028020e-13j 16951.82403348+2.26704296e-14j ... 15166.85950127-6.13662431e-14j 15277.85409621-2.05190935e-13j 16137.87309782-2.95567892e-13j] [19452.26253466-4.20108353e-14j 19355.71875592+7.99073527e-14j 16571.85462597+1.34970980e-13j ... 14704.56650231+2.06817392e-13j 15544.35397553-1.85288811e-13j 16772.88513746-1.23361160e-13j] [17515.33573263-8.14562250e-14j 16958.09539012+2.16754499e-13j 14976.13606487+2.93564848e-13j ... 14165.48646031+7.96320811e-14j 15138.59393106-7.14090601e-14j 16180.12085328+1.30757749e-13j] ... [14313.26065793-1.29133394e-13j 14849.66439004-1.67087322e-13j 14407.64397106-4.28997894e-13j ... 12796.34677225-1.89652521e-13j 13154.61977156+4.05770615e-13j 13526.15470759-7.74006572e-13j] [15735.80049349-6.95255098e-14j 16103.63355673-1.09470879e-13j 15527.72026183-1.75512745e-13j ... 13012.71052739-1.27394564e-13j 13491.32012937+3.84203157e-13j 14358.93848715-4.12138471e-13j] [16964.15948136-4.63007202e-13j 17110.64457598-2.74374085e-13j 16062.21957354-1.72014051e-13j ... 14219.97851934-9.04490050e-14j 14206.44213952+1.24763897e-13j 14897.98668546-5.03588124e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19074.16027669-1.74714959e-13j 19226.6353208 -1.94028020e-13j 16951.82403348+2.26704296e-14j ... 15166.85950127-6.13662431e-14j 15277.85409621-2.05190935e-13j 16137.87309782-2.95567892e-13j] [19452.26253466-4.20108353e-14j 19355.71875592+7.99073527e-14j 16571.85462597+1.34970980e-13j ... 14704.56650231+2.06817392e-13j 15544.35397553-1.85288811e-13j 16772.88513746-1.23361160e-13j] [17515.33573263-8.14562250e-14j 16958.09539012+2.16754499e-13j 14976.13606487+2.93564848e-13j ... 14165.48646031+7.96320811e-14j 15138.59393106-7.14090601e-14j 16180.12085328+1.30757749e-13j] ... [14313.26065793-1.29133394e-13j 14849.66439004-1.67087322e-13j 14407.64397106-4.28997894e-13j ... 12796.34677225-1.89652521e-13j 13154.61977156+4.05770615e-13j 13526.15470759-7.74006572e-13j] [15735.80049349-6.95255098e-14j 16103.63355673-1.09470879e-13j 15527.72026183-1.75512745e-13j ... 13012.71052739-1.27394564e-13j 13491.32012937+3.84203157e-13j 14358.93848715-4.12138471e-13j] [16964.15948136-4.63007202e-13j 17110.64457598-2.74374085e-13j 16062.21957354-1.72014051e-13j ... 14219.97851934-9.04490050e-14j 14206.44213952+1.24763897e-13j 14897.98668546-5.03588124e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160686.685527395-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160686.685527395-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160687.085962279: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160687.085962279: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160686.685527395: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160686.685527395: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19072.78523136+1.20931725e-14j 19240.55652287-1.25094659e-13j 16964.16621307-3.91251344e-14j ... 15147.66948333-8.52049436e-14j 15248.37842967-1.77558792e-13j 16108.11938388-9.82730284e-14j] [19470.25121655+1.13576139e-13j 19350.5466685 +8.33582082e-14j 16542.12962385+1.35651091e-13j ... 14713.12314946+5.92467746e-14j 15546.45441697-1.16326850e-13j 16779.81606193-7.24740805e-15j] [17523.84861482+2.43019562e-13j 16944.42833408+2.92349198e-13j 14954.55553102+3.20587126e-13j ... 14177.75626508+1.39060107e-13j 15173.45925558+2.00609061e-14j 16205.88971964+5.32724145e-14j] ... [14285.89028996-2.72193575e-13j 14811.9531229 -7.82091906e-14j 14413.24044591-1.99816453e-13j ... 12777.95130923-5.09001547e-13j 13126.73276111-1.64067780e-14j 13500.36596657-3.08640172e-13j] [15734.10753218+3.18916759e-13j 16101.73737826-2.84682198e-13j 15538.30213382-7.96939855e-13j ... 13034.83718623-5.92795868e-13j 13514.80956197-4.65524754e-14j 14355.51824154+1.82178579e-13j] [16949.90851755-4.12999730e-14j 17118.22869942+1.94020129e-13j 16079.93434685-4.34445594e-13j ... 14250.40786473-3.37632190e-13j 14221.82270164-2.34251077e-13j 14874.61453975-3.33376491e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19072.78523136+1.20931725e-14j 19240.55652287-1.25094659e-13j 16964.16621307-3.91251344e-14j ... 15147.66948333-8.52049436e-14j 15248.37842967-1.77558792e-13j 16108.11938388-9.82730284e-14j] [19470.25121655+1.13576139e-13j 19350.5466685 +8.33582082e-14j 16542.12962385+1.35651091e-13j ... 14713.12314946+5.92467746e-14j 15546.45441697-1.16326850e-13j 16779.81606193-7.24740805e-15j] [17523.84861482+2.43019562e-13j 16944.42833408+2.92349198e-13j 14954.55553102+3.20587126e-13j ... 14177.75626508+1.39060107e-13j 15173.45925558+2.00609061e-14j 16205.88971964+5.32724145e-14j] ... [14285.89028996-2.72193575e-13j 14811.9531229 -7.82091906e-14j 14413.24044591-1.99816453e-13j ... 12777.95130923-5.09001547e-13j 13126.73276111-1.64067780e-14j 13500.36596657-3.08640172e-13j] [15734.10753218+3.18916759e-13j 16101.73737826-2.84682198e-13j 15538.30213382-7.96939855e-13j ... 13034.83718623-5.92795868e-13j 13514.80956197-4.65524754e-14j 14355.51824154+1.82178579e-13j] [16949.90851755-4.12999730e-14j 17118.22869942+1.94020129e-13j 16079.93434685-4.34445594e-13j ... 14250.40786473-3.37632190e-13j 14221.82270164-2.34251077e-13j 14874.61453975-3.33376491e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160041.4684983045+2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160041.4684983045+2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160041.868891248: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160041.868891248: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160041.4684983045: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160041.4684983045: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19071.69856629-3.27459135e-14j 19251.6740214 -5.93039352e-14j 16977.50553817+1.72890213e-13j ... 15127.13522344-1.17104698e-13j 15220.58109056-1.45819905e-13j 16082.53522181-9.94205278e-14j] [19484.94365397+1.45988036e-13j 19342.75095684+9.79403224e-14j 16515.29818146+2.90849318e-13j ... 14727.1056259 +1.27029841e-13j 15556.67564942-7.46155023e-14j 16789.84777744-4.89082396e-14j] [17529.66718689+2.42589397e-13j 16932.55863108+3.33715016e-13j 14938.44628026+3.48305451e-13j ... 14189.66111054+2.74248918e-13j 15207.61412648+1.07310944e-13j 16228.69916201+5.71209187e-14j] ... [14258.94796641+1.27612730e-14j 14779.28643751+1.22890392e-13j 14414.79798142+5.25748994e-13j ... 12754.65364476-3.51998608e-13j 13103.15780706+2.15502854e-14j 13472.77535271+2.51377140e-13j] [15728.70765448+1.88308762e-13j 16100.36511738+5.37104831e-13j 15545.44897438-1.88052563e-13j ... 13056.23403465-2.38370797e-13j 13539.97424817+1.84036626e-13j 14351.40083736+2.61927118e-13j] [16937.12734737-5.41296642e-14j 17125.17134856+4.19557688e-13j 16093.97394429-4.50465137e-13j ... 14279.46391556-1.92300148e-13j 14236.27355823+5.75730434e-13j 14855.06344672+4.58520318e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19071.69856629-3.27459135e-14j 19251.6740214 -5.93039352e-14j 16977.50553817+1.72890213e-13j ... 15127.13522344-1.17104698e-13j 15220.58109056-1.45819905e-13j 16082.53522181-9.94205278e-14j] [19484.94365397+1.45988036e-13j 19342.75095684+9.79403224e-14j 16515.29818146+2.90849318e-13j ... 14727.1056259 +1.27029841e-13j 15556.67564942-7.46155023e-14j 16789.84777744-4.89082396e-14j] [17529.66718689+2.42589397e-13j 16932.55863108+3.33715016e-13j 14938.44628026+3.48305451e-13j ... 14189.66111054+2.74248918e-13j 15207.61412648+1.07310944e-13j 16228.69916201+5.71209187e-14j] ... [14258.94796641+1.27612730e-14j 14779.28643751+1.22890392e-13j 14414.79798142+5.25748994e-13j ... 12754.65364476-3.51998608e-13j 13103.15780706+2.15502854e-14j 13472.77535271+2.51377140e-13j] [15728.70765448+1.88308762e-13j 16100.36511738+5.37104831e-13j 15545.44897438-1.88052563e-13j ... 13056.23403465-2.38370797e-13j 13539.97424817+1.84036626e-13j 14351.40083736+2.61927118e-13j] [16937.12734737-5.41296642e-14j 17125.17134856+4.19557688e-13j 16093.97394429-4.50465137e-13j ... 14279.46391556-1.92300148e-13j 14236.27355823+5.75730434e-13j 14855.06344672+4.58520318e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159633.043173858-8.077935669463161e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159633.043173858-8.077935669463161e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159633.443540255: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159633.443540255: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159633.043173858: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159633.043173858: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.81571149+1.35359175e-13j 19259.17203708+4.96535592e-14j 16990.87373562+1.30117871e-13j ... 15106.4586448 +1.82831981e-13j 15195.79290571-1.95158303e-13j 16061.52040688-1.35014588e-13j] [19495.45067435+3.05612998e-13j 19331.86940115+1.12891504e-13j 16491.26679335+2.39529412e-13j ... 14746.3206419 +2.21131841e-13j 15574.72750914+1.54543337e-13j 16802.17752916-7.13081526e-14j] [17533.63831913+5.39480356e-13j 16924.27012383+1.96202998e-13j 14928.1107234 +2.92210433e-13j ... 14200.04236864+3.29242642e-13j 15239.14292287+2.96670497e-13j 16248.30071145+6.81562256e-14j] ... [14230.64866374-1.19017360e-13j 14751.6048861 +5.96007984e-14j 14413.11602828-3.37140738e-13j ... 12725.19572193+5.89161484e-14j 13083.42811046+1.39705568e-13j 13445.16921586-5.47249357e-13j] [15718.59507808+1.73631921e-13j 16098.80124569+9.68553034e-15j 15550.46243374-8.88445944e-16j ... 13078.82717108+3.69328126e-13j 13565.35046967-1.68633244e-13j 14346.91206144-1.55118896e-13j] [16927.20615656-2.51422920e-13j 17132.52619587+4.66801534e-14j 16105.32923371+4.43019129e-13j ... 14307.35880937+1.31038022e-14j 14248.86915703+3.40221118e-13j 14839.76045336+2.99996984e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.81571149+1.35359175e-13j 19259.17203708+4.96535592e-14j 16990.87373562+1.30117871e-13j ... 15106.4586448 +1.82831981e-13j 15195.79290571-1.95158303e-13j 16061.52040688-1.35014588e-13j] [19495.45067435+3.05612998e-13j 19331.86940115+1.12891504e-13j 16491.26679335+2.39529412e-13j ... 14746.3206419 +2.21131841e-13j 15574.72750914+1.54543337e-13j 16802.17752916-7.13081526e-14j] [17533.63831913+5.39480356e-13j 16924.27012383+1.96202998e-13j 14928.1107234 +2.92210433e-13j ... 14200.04236864+3.29242642e-13j 15239.14292287+2.96670497e-13j 16248.30071145+6.81562256e-14j] ... [14230.64866374-1.19017360e-13j 14751.6048861 +5.96007984e-14j 14413.11602828-3.37140738e-13j ... 12725.19572193+5.89161484e-14j 13083.42811046+1.39705568e-13j 13445.16921586-5.47249357e-13j] [15718.59507808+1.73631921e-13j 16098.80124569+9.68553034e-15j 15550.46243374-8.88445944e-16j ... 13078.82717108+3.69328126e-13j 13565.35046967-1.68633244e-13j 14346.91206144-1.55118896e-13j] [16927.20615656-2.51422920e-13j 17132.52619587+4.66801534e-14j 16105.32923371+4.43019129e-13j ... 14307.35880937+1.31038022e-14j 14248.86915703+3.40221118e-13j 14839.76045336+2.99996984e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159507.977941813+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159507.977941813+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159508.378300082: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159508.378300082: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159507.977941813: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159507.977941813: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.05742144-5.63012694e-14j 19262.4710802 +7.26321730e-14j 17003.37466117+2.61481859e-14j ... 15086.96083927+1.28379412e-13j 15175.4957023 -1.78902423e-13j 16045.35869445-2.23904217e-13j] [19501.19045562+4.49868362e-14j 19317.58289782+2.05801920e-13j 16469.88584662-5.21064023e-15j ... 14770.04420604+2.05875478e-13j 15599.76031741-1.98619075e-13j 16815.89553939-1.40308029e-13j] [17536.69177559+5.69414791e-14j 16921.0360312 +5.43366735e-13j 14923.35175634+7.72184450e-14j ... 14207.81412177+2.10535916e-13j 15266.45863305-5.23369980e-14j 16264.59115461-3.84969723e-14j] ... [14199.79623375-3.87535376e-13j 14728.12614973-1.56655949e-13j 14409.33683981+2.14490387e-13j ... 12689.91349337-6.32005253e-14j 13066.45284994-2.58409674e-13j 13419.45473674+6.09240766e-14j] [15703.33149524-1.41127944e-14j 16096.07913774+7.81804499e-14j 15554.62865739+8.80530726e-13j ... 13104.92856916-1.37084184e-13j 13589.46632001-2.55343529e-13j 14342.12334548+5.17128307e-14j] [16921.28448203-3.87246357e-13j 17141.19113704+2.00086522e-13j 16115.17009723-5.79050824e-14j ... 14334.30395307+3.03417842e-13j 14259.11093103-1.48233594e-13j 14828.72785268+6.20342996e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.05742144-5.63012694e-14j 19262.4710802 +7.26321730e-14j 17003.37466117+2.61481859e-14j ... 15086.96083927+1.28379412e-13j 15175.4957023 -1.78902423e-13j 16045.35869445-2.23904217e-13j] [19501.19045562+4.49868362e-14j 19317.58289782+2.05801920e-13j 16469.88584662-5.21064023e-15j ... 14770.04420604+2.05875478e-13j 15599.76031741-1.98619075e-13j 16815.89553939-1.40308029e-13j] [17536.69177559+5.69414791e-14j 16921.0360312 +5.43366735e-13j 14923.35175634+7.72184450e-14j ... 14207.81412177+2.10535916e-13j 15266.45863305-5.23369980e-14j 16264.59115461-3.84969723e-14j] ... [14199.79623375-3.87535376e-13j 14728.12614973-1.56655949e-13j 14409.33683981+2.14490387e-13j ... 12689.91349337-6.32005253e-14j 13066.45284994-2.58409674e-13j 13419.45473674+6.09240766e-14j] [15703.33149524-1.41127944e-14j 16096.07913774+7.81804499e-14j 15554.62865739+8.80530726e-13j ... 13104.92856916-1.37084184e-13j 13589.46632001-2.55343529e-13j 14342.12334548+5.17128307e-14j] [16921.28448203-3.87246357e-13j 17141.19113704+2.00086522e-13j 16115.17009723-5.79050824e-14j ... 14334.30395307+3.03417842e-13j 14259.11093103-1.48233594e-13j 14828.72785268+6.20342996e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159621.474709565+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159621.474709565+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159621.875075211: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159621.875075211: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159621.474709565: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159621.474709565: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19069.35325062-7.22820951e-14j 19261.2965034 -2.73882611e-15j 17014.24786027+4.89796295e-14j ... 15069.89088925-1.16077137e-13j 15161.12800167-5.24049297e-13j 16034.19320525-6.07036386e-14j] [19501.93297352+5.63682318e-15j 19299.76484094+4.40710131e-14j 16450.99470677+1.25626562e-13j ... 14797.08102178+2.45905120e-14j 15630.43409711-4.88752195e-13j 16830.07293251+1.12693967e-13j] [17539.75598215+1.00912697e-13j 16923.83176178+1.79337750e-13j 14923.58521832+3.35417170e-13j ... 14212.1241263 +1.30392375e-13j 15288.45210362-6.06205801e-13j 16277.6229313 +2.30174794e-13j] ... [14165.95732363-8.46202381e-13j 14707.517018 -2.61762643e-13j 14404.77482228-5.26293356e-13j ... 12650.77309377-9.08726826e-14j 13050.78311657-2.10665637e-14j 13397.27244672-2.49736885e-14j] [15683.0373217 -1.27613056e-13j 16091.13307175+1.05838502e-14j 15559.05430827-3.49568852e-13j ... 13136.83489342-3.79722318e-13j 13611.12996534-5.89861427e-14j 14336.77870455+1.98098619e-13j] [16920.12471387-1.49023028e-14j 17151.82646918-9.94294951e-14j 16124.69953798+2.67971454e-14j ... 14360.47927757-2.85131763e-13j 14267.07710711-3.31341112e-13j 14821.6453254 +1.60977465e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19069.35325062-7.22820951e-14j 19261.2965034 -2.73882611e-15j 17014.24786027+4.89796295e-14j ... 15069.89088925-1.16077137e-13j 15161.12800167-5.24049297e-13j 16034.19320525-6.07036386e-14j] [19501.93297352+5.63682318e-15j 19299.76484094+4.40710131e-14j 16450.99470677+1.25626562e-13j ... 14797.08102178+2.45905120e-14j 15630.43409711-4.88752195e-13j 16830.07293251+1.12693967e-13j] [17539.75598215+1.00912697e-13j 16923.83176178+1.79337750e-13j 14923.58521832+3.35417170e-13j ... 14212.1241263 +1.30392375e-13j 15288.45210362-6.06205801e-13j 16277.6229313 +2.30174794e-13j] ... [14165.95732363-8.46202381e-13j 14707.517018 -2.61762643e-13j 14404.77482228-5.26293356e-13j ... 12650.77309377-9.08726826e-14j 13050.78311657-2.10665637e-14j 13397.27244672-2.49736885e-14j] [15683.0373217 -1.27613056e-13j 16091.13307175+1.05838502e-14j 15559.05430827-3.49568852e-13j ... 13136.83489342-3.79722318e-13j 13611.12996534-5.89861427e-14j 14336.77870455+1.98098619e-13j] [16920.12471387-1.49023028e-14j 17151.82646918-9.94294951e-14j 16124.69953798+2.67971454e-14j ... 14360.47927757-2.85131763e-13j 14267.07710711-3.31341112e-13j 14821.6453254 +1.60977465e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159921.200606965+6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159921.200606965+6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159921.600992093: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159921.600992093: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159921.200606965: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159921.200606965: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19068.64147111-4.25073587e-14j 19255.71886487+4.36219704e-14j 17022.9272476 +9.09176709e-14j ... 15056.24646476-4.00256972e-14j 15153.88000215-5.91938335e-14j 16028.01305269-1.55965339e-13j] [19497.81166506-1.78854150e-15j 19278.51721938+6.65101552e-14j 16434.46243264+1.17362167e-13j ... 14825.90751996+1.19504225e-13j 15665.05258109+2.07741298e-13j 16843.86083043+2.93457508e-14j] [17543.66618393+9.67312341e-15j 16933.00054378+2.40131446e-13j 14927.99148135+1.32020592e-14j ... 14212.4560048 +2.15880710e-13j 15304.56412418+3.41596678e-13j 16287.60012007+2.24841158e-13j] ... [14129.48970785-2.91392476e-14j 14688.13801222+2.12471696e-13j 14400.72606089-1.15604477e-13j ... 12611.09411205+1.66583537e-14j 13034.96692198-2.67149581e-13j 13379.65857223-4.62300020e-13j] [15658.30517637-1.25248923e-13j 16082.96755684-4.95076783e-13j 15564.54317822-4.10438369e-13j ... 13176.41355969-1.90817017e-14j 13629.7005342 +1.32694559e-13j 14330.31333643-6.01930522e-13j] [16924.01454082-3.48726216e-13j 17164.79667119-6.89370538e-14j 16135.0057797 +2.65847476e-13j ... 14385.99574353-1.77045615e-13j 14273.46655925-1.77362385e-13j 14817.94918828+9.90164278e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19068.64147111-4.25073587e-14j 19255.71886487+4.36219704e-14j 17022.9272476 +9.09176709e-14j ... 15056.24646476-4.00256972e-14j 15153.88000215-5.91938335e-14j 16028.01305269-1.55965339e-13j] [19497.81166506-1.78854150e-15j 19278.51721938+6.65101552e-14j 16434.46243264+1.17362167e-13j ... 14825.90751996+1.19504225e-13j 15665.05258109+2.07741298e-13j 16843.86083043+2.93457508e-14j] [17543.66618393+9.67312341e-15j 16933.00054378+2.40131446e-13j 14927.99148135+1.32020592e-14j ... 14212.4560048 +2.15880710e-13j 15304.56412418+3.41596678e-13j 16287.60012007+2.24841158e-13j] ... [14129.48970785-2.91392476e-14j 14688.13801222+2.12471696e-13j 14400.72606089-1.15604477e-13j ... 12611.09411205+1.66583537e-14j 13034.96692198-2.67149581e-13j 13379.65857223-4.62300020e-13j] [15658.30517637-1.25248923e-13j 16082.96755684-4.95076783e-13j 15564.54317822-4.10438369e-13j ... 13176.41355969-1.90817017e-14j 13629.7005342 +1.32694559e-13j 14330.31333643-6.01930522e-13j] [16924.01454082-3.48726216e-13j 17164.79667119-6.89370538e-14j 16135.0057797 +2.65847476e-13j ... 14385.99574353-1.77045615e-13j 14273.46655925-1.77362385e-13j 14817.94918828+9.90164278e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160536.7414012235+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160536.7414012235+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160537.14182636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160537.14182636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160536.7414012235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160536.7414012235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.0661461926215714, 0.12676799754768706) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.0661461926215714, 0.12676799754768706) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00135252 0.00132714 0.00130157 ... 0.00075368 0.00077437 0.00079512] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00135252 0.00132714 0.00130157 ... 0.00075368 0.00077437 0.00079512] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0013455 0.00131983 0.00129399 ... 0.00075257 0.00077348 0.00079445] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0013455 0.00131983 0.00129399 ... 0.00075257 0.00077348 0.00079445] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00133794 0.00131199 0.00128589 ... 0.00075111 0.00077222 0.00079341] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00133794 0.00131199 0.00128589 ... 0.00075111 0.00077222 0.00079341] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082034 0.00079846 0.00077665 ... 0.00122138 0.00124836 0.00127523] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082034 0.00079846 0.00077665 ... 0.00122138 0.00124836 0.00127523] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082212 0.00080045 0.00077885 ... 0.00123124 0.00125798 0.00128461] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082212 0.00080045 0.00077885 ... 0.00123124 0.00125798 0.00128461] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082352 0.00080207 0.00078068 ... 0.00124061 0.00126711 0.00129349]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082352 0.00080207 0.00078068 ... 0.00124061 0.00126711 0.00129349]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:33.44425 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:33.44425 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793022001_03102_00003_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21317.33382123-1.61184094e-13j 19942.98340123-8.88274583e-15j 17466.67242274+3.69423473e-14j ... 16385.59886132-8.33162317e-14j 16424.32970669-3.25144146e-13j 18524.20260883-4.35554896e-13j] [20720.86729096+9.32290264e-14j 19105.7624108 +2.87336098e-13j 16563.16533549+2.70580012e-13j ... 15911.10842908+6.11125556e-14j 16719.21962227-1.08509626e-13j 18599.84349241-2.80847816e-13j] [18180.07810267+1.40796569e-13j 16800.92935639+2.99759255e-13j 15346.27540174+2.32341600e-13j ... 15360.8790961 +3.74095654e-13j 16275.57017612+1.39595987e-14j 17395.98656819-2.31273859e-13j] ... [15901.88252068-3.55703107e-13j 16172.37677528-2.80510192e-13j 15266.4075778 -1.34933130e-13j ... 13772.94873189-5.99527702e-13j 14149.0703829 -7.22520517e-13j 14893.11945445-4.56503641e-13j] [17218.59466635-2.76461421e-13j 17107.97583601+1.55421607e-14j 16308.44095222+1.55169897e-13j ... 14240.45190177-4.32853456e-13j 14602.50305569-7.70786893e-14j 15907.94280807-4.73239743e-13j] [18891.91419172-4.37277389e-13j 18159.34250353-5.60631366e-13j 16973.60515162-4.07460095e-13j ... 15592.86950819-3.95126372e-13j 15295.05134898-1.71612148e-13j 16870.12532509-3.97361336e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21317.33382123-1.61184094e-13j 19942.98340123-8.88274583e-15j 17466.67242274+3.69423473e-14j ... 16385.59886132-8.33162317e-14j 16424.32970669-3.25144146e-13j 18524.20260883-4.35554896e-13j] [20720.86729096+9.32290264e-14j 19105.7624108 +2.87336098e-13j 16563.16533549+2.70580012e-13j ... 15911.10842908+6.11125556e-14j 16719.21962227-1.08509626e-13j 18599.84349241-2.80847816e-13j] [18180.07810267+1.40796569e-13j 16800.92935639+2.99759255e-13j 15346.27540174+2.32341600e-13j ... 15360.8790961 +3.74095654e-13j 16275.57017612+1.39595987e-14j 17395.98656819-2.31273859e-13j] ... [15901.88252068-3.55703107e-13j 16172.37677528-2.80510192e-13j 15266.4075778 -1.34933130e-13j ... 13772.94873189-5.99527702e-13j 14149.0703829 -7.22520517e-13j 14893.11945445-4.56503641e-13j] [17218.59466635-2.76461421e-13j 17107.97583601+1.55421607e-14j 16308.44095222+1.55169897e-13j ... 14240.45190177-4.32853456e-13j 14602.50305569-7.70786893e-14j 15907.94280807-4.73239743e-13j] [18891.91419172-4.37277389e-13j 18159.34250353-5.60631366e-13j 16973.60515162-4.07460095e-13j ... 15592.86950819-3.95126372e-13j 15295.05134898-1.71612148e-13j 16870.12532509-3.97361336e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542664.314978508+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542664.314978508+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542664.427862845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542664.427862845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542664.314978508: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542664.314978508: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21328.03493822-1.19048848e-13j 19951.17062658-2.25447029e-14j 17467.82907784+8.47599708e-14j ... 16358.41830223-1.25745493e-13j 16393.82211818-2.26628867e-13j 18509.6795268 -2.52736558e-13j] [20732.3065549 +2.64489641e-14j 19080.21318647+1.43788341e-13j 16528.19675309+1.97673483e-13j ... 15929.08031662+1.72896099e-13j 16733.09723475-9.26472097e-14j 18616.05777899-9.14659148e-14j] [18182.72018642+3.25040362e-13j 16785.40050985+3.97119600e-13j 15345.70197124+3.82299741e-13j ... 15376.74853979+2.20644090e-13j 16313.1585269 -1.68203381e-13j 17414.88417154+1.00314364e-13j] ... [15873.957642 -4.32718601e-13j 16149.79922426-2.46020234e-13j 15292.25820151+3.58997955e-13j ... 13761.39000024-5.48989453e-13j 14125.92736757-9.46874650e-14j 14873.50119704-1.05535566e-12j] [17218.41541209-2.15053191e-13j 17112.74347692-2.01008872e-13j 16323.06488985-2.25112546e-13j ... 14286.0106533 -3.69709983e-13j 14620.09748438+2.46030101e-13j 15900.20388794-7.02899207e-13j] [18886.79635458+4.24149394e-13j 18175.52513274+3.85754225e-13j 16998.44349739-3.01642302e-13j ... 15611.96760154-3.86371729e-13j 15285.09536315-5.63611013e-13j 16839.0256008 -7.44739480e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21328.03493822-1.19048848e-13j 19951.17062658-2.25447029e-14j 17467.82907784+8.47599708e-14j ... 16358.41830223-1.25745493e-13j 16393.82211818-2.26628867e-13j 18509.6795268 -2.52736558e-13j] [20732.3065549 +2.64489641e-14j 19080.21318647+1.43788341e-13j 16528.19675309+1.97673483e-13j ... 15929.08031662+1.72896099e-13j 16733.09723475-9.26472097e-14j 18616.05777899-9.14659148e-14j] [18182.72018642+3.25040362e-13j 16785.40050985+3.97119600e-13j 15345.70197124+3.82299741e-13j ... 15376.74853979+2.20644090e-13j 16313.1585269 -1.68203381e-13j 17414.88417154+1.00314364e-13j] ... [15873.957642 -4.32718601e-13j 16149.79922426-2.46020234e-13j 15292.25820151+3.58997955e-13j ... 13761.39000024-5.48989453e-13j 14125.92736757-9.46874650e-14j 14873.50119704-1.05535566e-12j] [17218.41541209-2.15053191e-13j 17112.74347692-2.01008872e-13j 16323.06488985-2.25112546e-13j ... 14286.0106533 -3.69709983e-13j 14620.09748438+2.46030101e-13j 15900.20388794-7.02899207e-13j] [18886.79635458+4.24149394e-13j 18175.52513274+3.85754225e-13j 16998.44349739-3.01642302e-13j ... 15611.96760154-3.86371729e-13j 15285.09536315-5.63611013e-13j 16839.0256008 -7.44739480e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541979.092916889-1.0339757656912846e-25j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541979.092916889-1.0339757656912846e-25j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541979.2057894: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541979.2057894: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541979.092916889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541979.092916889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535726: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535726: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21335.78821292-1.10671488e-13j 19956.86490963+7.07828224e-14j 17473.32152892+1.64466281e-13j ... 16332.8611618 -3.86826275e-13j 16367.68573069-3.31042445e-13j 18497.65984251-3.95300168e-13j] [20740.30056952+9.86805045e-14j 19055.43549277+2.08105776e-13j 16497.23804073+2.40709037e-13j ... 15954.27838616-2.44273708e-13j 16753.34199426-1.68782270e-13j 18632.08241274-1.66661022e-13j] [18184.17480276+2.57922556e-13j 16773.57460464+1.50718880e-13j 15349.69495224+1.66686727e-13j ... 15390.74391864-3.05779994e-13j 16345.94471016-1.92039053e-13j 17429.57529714-8.33274986e-14j] ... [15847.66079671-4.76655609e-13j 16129.21699765-9.08259557e-14j 15314.7609933 +2.15294201e-13j ... 13748.31145292+9.46260526e-14j 14105.65669895-2.21083045e-13j 14849.63296982-4.92601824e-13j] [17216.30742509-7.88267518e-15j 17116.81749555+8.61033305e-15j 16331.56119299+2.59357562e-13j ... 14330.75542585-2.10541401e-13j 14640.33393792-2.55055997e-14j 15891.13476271-6.55639302e-14j] [18882.49357554-1.78065513e-13j 18190.03988134-9.49793688e-15j 17019.9352492 -4.73960065e-13j ... 15626.87979412-4.41561144e-13j 15276.79141395-4.00354115e-13j 16812.72395319-3.34827023e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21335.78821292-1.10671488e-13j 19956.86490963+7.07828224e-14j 17473.32152892+1.64466281e-13j ... 16332.8611618 -3.86826275e-13j 16367.68573069-3.31042445e-13j 18497.65984251-3.95300168e-13j] [20740.30056952+9.86805045e-14j 19055.43549277+2.08105776e-13j 16497.23804073+2.40709037e-13j ... 15954.27838616-2.44273708e-13j 16753.34199426-1.68782270e-13j 18632.08241274-1.66661022e-13j] [18184.17480276+2.57922556e-13j 16773.57460464+1.50718880e-13j 15349.69495224+1.66686727e-13j ... 15390.74391864-3.05779994e-13j 16345.94471016-1.92039053e-13j 17429.57529714-8.33274986e-14j] ... [15847.66079671-4.76655609e-13j 16129.21699765-9.08259557e-14j 15314.7609933 +2.15294201e-13j ... 13748.31145292+9.46260526e-14j 14105.65669895-2.21083045e-13j 14849.63296982-4.92601824e-13j] [17216.30742509-7.88267518e-15j 17116.81749555+8.61033305e-15j 16331.56119299+2.59357562e-13j ... 14330.75542585-2.10541401e-13j 14640.33393792-2.55055997e-14j 15891.13476271-6.55639302e-14j] [18882.49357554-1.78065513e-13j 18190.03988134-9.49793688e-15j 17019.9352492 -4.73960065e-13j ... 15626.87979412-4.41561144e-13j 15276.79141395-4.00354115e-13j 16812.72395319-3.34827023e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541545.344224251+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541545.344224251+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541545.457089281: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541545.457089281: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541545.344224251: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541545.344224251: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.72609872-7.34715852e-14j 19958.81259293+1.26549212e-13j 17482.36469338+1.58467185e-13j ... 16310.65671191-1.96457855e-13j 16346.83518375-8.95659398e-14j 18487.92522136-1.37854474e-13j] [20744.62542228+1.33859996e-13j 19031.6477693 +2.18515826e-13j 16470.83703181+1.72038488e-13j ... 15985.64286093+5.25732787e-14j 16779.03447957+9.15418318e-14j 18647.15768926+1.11896092e-13j] [18185.65352653-4.23853405e-14j 16766.97479014+1.88721702e-13j 15357.45859139+1.71789861e-13j ... 15401.19621402+2.57068251e-13j 16372.80900971+3.74507285e-13j 17440.60562649+1.99653325e-13j] ... [15820.5158504 -1.66425383e-13j 16111.14752736-6.56115737e-13j 15333.48294873+9.98711534e-14j ... 13732.47933432-3.74821434e-13j 14088.83985998-6.56401175e-13j 14822.10846223-1.81908140e-13j] [17211.50564461-4.79465900e-13j 17120.9020872 +7.02095759e-14j 16335.21679937-1.09742021e-13j ... 14374.60924342-8.20965187e-14j 14661.88403066+8.36288521e-14j 15881.31500962-1.65205181e-13j] [18880.31419645+3.74490978e-13j 18203.72608302-2.28034417e-13j 17037.74512073+3.64911134e-13j ... 15637.79313815-6.58621448e-13j 15269.66410266-6.68579536e-15j 16792.39248275-3.42305418e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.72609872-7.34715852e-14j 19958.81259293+1.26549212e-13j 17482.36469338+1.58467185e-13j ... 16310.65671191-1.96457855e-13j 16346.83518375-8.95659398e-14j 18487.92522136-1.37854474e-13j] [20744.62542228+1.33859996e-13j 19031.6477693 +2.18515826e-13j 16470.83703181+1.72038488e-13j ... 15985.64286093+5.25732787e-14j 16779.03447957+9.15418318e-14j 18647.15768926+1.11896092e-13j] [18185.65352653-4.23853405e-14j 16766.97479014+1.88721702e-13j 15357.45859139+1.71789861e-13j ... 15401.19621402+2.57068251e-13j 16372.80900971+3.74507285e-13j 17440.60562649+1.99653325e-13j] ... [15820.5158504 -1.66425383e-13j 16111.14752736-6.56115737e-13j 15333.48294873+9.98711534e-14j ... 13732.47933432-3.74821434e-13j 14088.83985998-6.56401175e-13j 14822.10846223-1.81908140e-13j] [17211.50564461-4.79465900e-13j 17120.9020872 +7.02095759e-14j 16335.21679937-1.09742021e-13j ... 14374.60924342-8.20965187e-14j 14661.88403066+8.36288521e-14j 15881.31500962-1.65205181e-13j] [18880.31419645+3.74490978e-13j 18203.72608302-2.28034417e-13j 17037.74512073+3.64911134e-13j ... 15637.79313815-6.58621448e-13j 15269.66410266-6.68579536e-15j 16792.39248275-3.42305418e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541412.524642197+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541412.524642197+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541412.637504936: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541412.637504936: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541412.524642197: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541412.524642197: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.24355561-1.41070188e-14j 19956.02527748+1.28690709e-13j 17494.02014354+2.24601272e-13j ... 16293.42600323-4.25202978e-13j 16332.13113621-3.21797762e-13j 18480.23276993-2.53763437e-13j] [20745.28551056+1.98191030e-13j 19008.92684898+7.15844910e-14j 16449.54829173+2.80059638e-13j ... 16021.54218558-2.99906591e-13j 16808.88181841-2.73174838e-13j 18660.6028862 -1.47495185e-13j] [18188.38448046+2.52346507e-13j 16766.6353141 -2.62107796e-13j 15367.90582146+5.41014834e-13j ... 15406.77456246-3.15707232e-13j 16393.15766271-1.86350553e-13j 17448.60630611+1.01507931e-13j] ... [15790.34906138+3.90242684e-14j 16095.50953031+6.30302734e-13j 15348.45009977-6.25944072e-14j ... 13713.6787305 -9.66946263e-14j 14075.37584403-1.11607439e-13j 14792.18153687-9.42044799e-14j] [17203.53194431-2.76464625e-13j 17125.34826047+1.52344189e-13j 16335.69064004-1.85375703e-14j ... 14417.97132554-3.65322795e-13j 14683.08424583-1.38025902e-13j 15871.23236642-7.42439419e-13j] [18881.37870017-5.96789051e-13j 18217.39284742+7.88782888e-13j 17051.89481222+1.00578429e-13j ... 15645.41256661-7.52723174e-13j 15263.42569266-7.75953947e-14j 16778.70433633-1.24180502e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.24355561-1.41070188e-14j 19956.02527748+1.28690709e-13j 17494.02014354+2.24601272e-13j ... 16293.42600323-4.25202978e-13j 16332.13113621-3.21797762e-13j 18480.23276993-2.53763437e-13j] [20745.28551056+1.98191030e-13j 19008.92684898+7.15844910e-14j 16449.54829173+2.80059638e-13j ... 16021.54218558-2.99906591e-13j 16808.88181841-2.73174838e-13j 18660.6028862 -1.47495185e-13j] [18188.38448046+2.52346507e-13j 16766.6353141 -2.62107796e-13j 15367.90582146+5.41014834e-13j ... 15406.77456246-3.15707232e-13j 16393.15766271-1.86350553e-13j 17448.60630611+1.01507931e-13j] ... [15790.34906138+3.90242684e-14j 16095.50953031+6.30302734e-13j 15348.45009977-6.25944072e-14j ... 13713.6787305 -9.66946263e-14j 14075.37584403-1.11607439e-13j 14792.18153687-9.42044799e-14j] [17203.53194431-2.76464625e-13j 17125.34826047+1.52344189e-13j 16335.69064004-1.85375703e-14j ... 14417.97132554-3.65322795e-13j 14683.08424583-1.38025902e-13j 15871.23236642-7.42439419e-13j] [18881.37870017-5.96789051e-13j 18217.39284742+7.88782888e-13j 17051.89481222+1.00578429e-13j ... 15645.41256661-7.52723174e-13j 15263.42569266-7.75953947e-14j 16778.70433633-1.24180502e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541533.058486901-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541533.058486901-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541533.171351721: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541533.171351721: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541533.058486901: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541533.058486901: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535732: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535732: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21334.06184402-1.23677057e-13j 19947.8880959 +2.04031801e-14j 17507.24362534+7.72601917e-14j ... 16282.43634439-2.38420908e-13j 16324.25984652-2.62810899e-13j 18474.33227047-1.57042184e-13j] [20742.50298059-7.01971569e-14j 18987.24154184+1.27063711e-13j 16433.89973884+1.09894137e-13j ... 16059.9504489 -2.40093498e-14j 16841.34689448-1.47655848e-13j 18671.88540092+3.37256793e-14j] [18193.47389253-1.01472596e-13j 16772.96191549+2.69093138e-13j 15379.90154034+2.08266509e-13j ... 15406.62825518+1.69030942e-13j 16406.93827111-6.18605315e-14j 17454.24608791+1.62702047e-13j] ... [15755.61787494-9.44418727e-14j 16081.67255983-2.72028679e-13j 15360.10585633+7.96119545e-14j ... 13692.87389743-5.97365604e-13j 14064.51868858+8.60161504e-14j 14761.4560449 -2.48796132e-13j] [17192.2412176 +8.67401550e-14j 17130.14388525+8.32810230e-14j 16334.79747921-5.59499068e-13j ... 14461.65371683-5.90842780e-13j 14702.23777755-2.75665970e-13j 15861.14718654-1.99755821e-13j] [18886.50417799-2.29079343e-13j 18231.73301583-2.83675122e-14j 17062.74602443+2.79454937e-13j ... 15650.88346447-1.96214212e-13j 15258.10497342-2.80870399e-13j 16771.79166353+6.70295319e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21334.06184402-1.23677057e-13j 19947.8880959 +2.04031801e-14j 17507.24362534+7.72601917e-14j ... 16282.43634439-2.38420908e-13j 16324.25984652-2.62810899e-13j 18474.33227047-1.57042184e-13j] [20742.50298059-7.01971569e-14j 18987.24154184+1.27063711e-13j 16433.89973884+1.09894137e-13j ... 16059.9504489 -2.40093498e-14j 16841.34689448-1.47655848e-13j 18671.88540092+3.37256793e-14j] [18193.47389253-1.01472596e-13j 16772.96191549+2.69093138e-13j 15379.90154034+2.08266509e-13j ... 15406.62825518+1.69030942e-13j 16406.93827111-6.18605315e-14j 17454.24608791+1.62702047e-13j] ... [15755.61787494-9.44418727e-14j 16081.67255983-2.72028679e-13j 15360.10585633+7.96119545e-14j ... 13692.87389743-5.97365604e-13j 14064.51868858+8.60161504e-14j 14761.4560449 -2.48796132e-13j] [17192.2412176 +8.67401550e-14j 17130.14388525+8.32810230e-14j 16334.79747921-5.59499068e-13j ... 14461.65371683-5.90842780e-13j 14702.23777755-2.75665970e-13j 15861.14718654-1.99755821e-13j] [18886.50417799-2.29079343e-13j 18231.73301583-2.83675122e-14j 17062.74602443+2.79454937e-13j ... 15650.88346447-1.96214212e-13j 15258.10497342-2.80870399e-13j 16771.79166353+6.70295319e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541851.368122388-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541851.368122388-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541851.480992696: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541851.480992696: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541851.368122388: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541851.368122388: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535728: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535728: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21324.26026463-1.05692626e-13j 19934.23961505+5.71257018e-14j 17520.95658937+1.64004643e-13j ... 16278.41006912-1.74178530e-13j 16323.6289288 -9.49796207e-14j 18469.98889418-5.60416550e-14j] [20736.68486968+6.89460785e-14j 18966.50065968+1.54480972e-13j 16424.33534204+2.20245380e-13j ... 16098.67918309+1.94699254e-14j 16874.80534849+1.52614010e-13j 18680.67878917+9.37999204e-14j] [18201.76696386+1.04139526e-13j 16785.67167115+2.68068076e-13j 15392.5004579 +4.02147482e-13j ... 15400.44285898+1.40042725e-14j 16414.5890624 +2.81385985e-13j 17458.18867878+8.82873382e-14j] ... [15715.62639913-5.53989002e-14j 16068.59163763-2.44209387e-13j 15369.22002033-2.62821929e-13j ... 13672.15771765+1.46560513e-13j 14055.06707003-2.86749732e-13j 14731.52945029-1.44312970e-13j] [17177.81153363-7.34961584e-14j 17134.96111203-4.76021937e-13j 16334.28940534+4.30665969e-13j ... 14506.74337191-2.08565495e-13j 14717.95214234-4.79453842e-14j 15851.01257783-3.61998443e-13j] [18896.10747071-7.76033607e-14j 18247.25233559-3.09307676e-13j 17070.94004808-9.57078571e-15j ... 15655.62820044-3.56835782e-13j 15254.10419228+2.79008617e-13j 16771.25692947-5.17993362e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21324.26026463-1.05692626e-13j 19934.23961505+5.71257018e-14j 17520.95658937+1.64004643e-13j ... 16278.41006912-1.74178530e-13j 16323.6289288 -9.49796207e-14j 18469.98889418-5.60416550e-14j] [20736.68486968+6.89460785e-14j 18966.50065968+1.54480972e-13j 16424.33534204+2.20245380e-13j ... 16098.67918309+1.94699254e-14j 16874.80534849+1.52614010e-13j 18680.67878917+9.37999204e-14j] [18201.76696386+1.04139526e-13j 16785.67167115+2.68068076e-13j 15392.5004579 +4.02147482e-13j ... 15400.44285898+1.40042725e-14j 16414.5890624 +2.81385985e-13j 17458.18867878+8.82873382e-14j] ... [15715.62639913-5.53989002e-14j 16068.59163763-2.44209387e-13j 15369.22002033-2.62821929e-13j ... 13672.15771765+1.46560513e-13j 14055.06707003-2.86749732e-13j 14731.52945029-1.44312970e-13j] [17177.81153363-7.34961584e-14j 17134.96111203-4.76021937e-13j 16334.28940534+4.30665969e-13j ... 14506.74337191-2.08565495e-13j 14717.95214234-4.79453842e-14j 15851.01257783-3.61998443e-13j] [18896.10747071-7.76033607e-14j 18247.25233559-3.09307676e-13j 17070.94004808-9.57078571e-15j ... 15655.62820044-3.56835782e-13j 15254.10419228+2.79008617e-13j 16771.25692947-5.17993362e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542505.073950092+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542505.073950092+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542505.186831681: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542505.186831681: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542505.073950092: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542505.073950092: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.2550097372675405, -0.08019507942774762) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.2550097372675405, -0.08019507942774762) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00104776 0.00102291 0.00099806 ... 0.00104185 0.00106565 0.00108939] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00104776 0.00102291 0.00099806 ... 0.00104185 0.00106565 0.00108939] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104189 0.00101682 0.00099177 ... 0.00103813 0.00106218 0.00108617] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104189 0.00101682 0.00099177 ... 0.00103813 0.00106218 0.00108617] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00103556 0.00101029 0.00098504 ... 0.00103397 0.00105825 0.0010825 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00103556 0.00101029 0.00098504 ... 0.00103397 0.00105825 0.0010825 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095467 0.00093077 0.00090692 ... 0.00113606 0.00116074 0.00118532] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095467 0.00093077 0.00090692 ... 0.00113606 0.00116074 0.00118532] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095887 0.00093519 0.00091153 ... 0.00114072 0.00116515 0.00118946] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095887 0.00093519 0.00091153 ... 0.00114072 0.00116515 0.00118946] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00096264 0.00093917 0.00091573 ... 0.00114491 0.00116907 0.00119311]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00096264 0.00093917 0.00091573 ... 0.00114491 0.00116907 0.00119311]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517876 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517876 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793025001_03102_00002_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21268.40480356-1.81436014e-13j 19918.92936497-7.23690826e-14j 17415.86811049+2.58357944e-14j ... 16331.71535992-1.30429161e-13j 16356.11777759-1.92681048e-13j 18424.74848975-2.16743346e-13j] [20631.48968114-1.40316841e-13j 19051.40446548+6.17211635e-14j 16491.19301127+1.30695430e-13j ... 15838.36740341-3.05865919e-14j 16633.65949172+1.32754711e-14j 18480.08959138-7.21264629e-14j] [18112.88997434+1.24985541e-13j 16758.14357331+2.65138717e-13j 15289.05303939+1.19094528e-13j ... 15287.01056481-7.93589018e-14j 16191.62119871+1.09715948e-13j 17305.6692363 +9.63395468e-14j] ... [15844.98602989+6.23259860e-15j 16118.71695123+1.30393546e-13j 15237.28980348+4.13000533e-15j ... 13710.13111823-9.41510424e-14j 14095.56868838-7.57274027e-13j 14845.33415884-5.06273559e-14j] [17156.91693256-3.22956663e-13j 17043.45651883-2.71621329e-13j 16270.75923896+3.96185518e-13j ... 14192.40052249+5.59905380e-13j 14534.3191735 -1.11500171e-13j 15838.48126811-7.03904235e-13j] [18855.04392514-1.94999507e-13j 18124.79694925-2.70966785e-14j 16932.01429957+1.46763715e-13j ... 15562.14216345-3.19766903e-13j 15233.41492483-1.26894368e-13j 16792.24728436+5.18572582e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21268.40480356-1.81436014e-13j 19918.92936497-7.23690826e-14j 17415.86811049+2.58357944e-14j ... 16331.71535992-1.30429161e-13j 16356.11777759-1.92681048e-13j 18424.74848975-2.16743346e-13j] [20631.48968114-1.40316841e-13j 19051.40446548+6.17211635e-14j 16491.19301127+1.30695430e-13j ... 15838.36740341-3.05865919e-14j 16633.65949172+1.32754711e-14j 18480.08959138-7.21264629e-14j] [18112.88997434+1.24985541e-13j 16758.14357331+2.65138717e-13j 15289.05303939+1.19094528e-13j ... 15287.01056481-7.93589018e-14j 16191.62119871+1.09715948e-13j 17305.6692363 +9.63395468e-14j] ... [15844.98602989+6.23259860e-15j 16118.71695123+1.30393546e-13j 15237.28980348+4.13000533e-15j ... 13710.13111823-9.41510424e-14j 14095.56868838-7.57274027e-13j 14845.33415884-5.06273559e-14j] [17156.91693256-3.22956663e-13j 17043.45651883-2.71621329e-13j 16270.75923896+3.96185518e-13j ... 14192.40052249+5.59905380e-13j 14534.3191735 -1.11500171e-13j 15838.48126811-7.03904235e-13j] [18855.04392514-1.94999507e-13j 18124.79694925-2.70966785e-14j 16932.01429957+1.46763715e-13j ... 15562.14216345-3.19766903e-13j 15233.41492483-1.26894368e-13j 16792.24728436+5.18572582e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515622.588484816+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515622.588484816+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515622.561507518: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515622.561507518: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515622.588484816: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515622.588484816: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21279.52575954-9.53999879e-14j 19926.69238074-1.06032199e-13j 17416.32929201+1.91583807e-14j ... 16305.03814533-8.82290349e-14j 16326.04487726-2.88131231e-13j 18410.77141011-2.49803237e-13j] [20643.63355705+7.22994434e-14j 19025.90028848-8.40300773e-14j 16456.00037012+1.00404733e-13j ... 15856.38958727-6.16300530e-14j 16647.90562905-1.19811626e-13j 18496.59324667-1.14010616e-13j] [18115.7099522 +4.37507064e-13j 16743.2834382 +1.20453298e-13j 15287.99158407+7.68899780e-14j ... 15301.2428198 -2.82769916e-14j 16229.37150975+3.37358013e-13j 17324.52419471+1.89845081e-13j] ... [15817.77604926-1.20050878e-13j 16096.02241868-3.32435459e-13j 15262.50283868-1.19542557e-13j ... 13699.02537464-6.79130219e-13j 14072.94077871-1.89208929e-13j 14826.09524959-1.19843469e-13j] [17156.47708787-3.21582163e-13j 17048.22170921+2.66414839e-13j 16285.26566113-1.88573618e-13j ... 14238.09809643-4.82757402e-13j 14552.49363896-5.95328037e-13j 15830.40619437-3.83432031e-13j] [18849.51270342+5.65435063e-13j 18140.83230133-2.47353155e-13j 16956.5864502 -1.99475776e-13j ... 15580.38581858+2.40714328e-13j 15223.49824497-3.54060655e-13j 16760.94734689-1.32764114e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21279.52575954-9.53999879e-14j 19926.69238074-1.06032199e-13j 17416.32929201+1.91583807e-14j ... 16305.03814533-8.82290349e-14j 16326.04487726-2.88131231e-13j 18410.77141011-2.49803237e-13j] [20643.63355705+7.22994434e-14j 19025.90028848-8.40300773e-14j 16456.00037012+1.00404733e-13j ... 15856.38958727-6.16300530e-14j 16647.90562905-1.19811626e-13j 18496.59324667-1.14010616e-13j] [18115.7099522 +4.37507064e-13j 16743.2834382 +1.20453298e-13j 15287.99158407+7.68899780e-14j ... 15301.2428198 -2.82769916e-14j 16229.37150975+3.37358013e-13j 17324.52419471+1.89845081e-13j] ... [15817.77604926-1.20050878e-13j 16096.02241868-3.32435459e-13j 15262.50283868-1.19542557e-13j ... 13699.02537464-6.79130219e-13j 14072.94077871-1.89208929e-13j 14826.09524959-1.19843469e-13j] [17156.47708787-3.21582163e-13j 17048.22170921+2.66414839e-13j 16285.26566113-1.88573618e-13j ... 14238.09809643-4.82757402e-13j 14552.49363896-5.95328037e-13j 15830.40619437-3.83432031e-13j] [18849.51270342+5.65435063e-13j 18140.83230133-2.47353155e-13j 16956.5864502 -1.99475776e-13j ... 15580.38581858+2.40714328e-13j 15223.49824497-3.54060655e-13j 16760.94734689-1.32764114e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514940.1985397+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514940.1985397+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514940.1715652235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514940.1715652235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514940.1985397: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514940.1985397: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595972: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595972: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21287.64601284-6.61291355e-15j 19931.84481652+6.90105918e-14j 17421.01111574+2.05457736e-13j ... 16280.05639394+9.33995925e-15j 16300.44077796-3.30632466e-13j 18399.41430617-3.29593571e-13j] [20652.34868959+8.72144815e-14j 19001.05977258+1.53669817e-14j 16424.87083308+1.94777041e-13j ... 15881.48310431+1.96255059e-14j 16668.59669764-8.82144341e-14j 18513.09288456-2.64806097e-13j] [18117.31158334+1.13291173e-13j 16731.9530973 -5.97752791e-14j 15291.58006131+3.96416096e-13j ... 15313.7257933 +1.01488470e-13j 16262.26497371+7.54316048e-14j 17339.02648728-4.09355851e-14j] ... [15791.99136671-1.28291917e-13j 16075.45721703+5.20452884e-13j 15284.30333176-7.30684463e-14j ... 13686.34816802+3.96095203e-14j 14053.21996465-7.55554343e-13j 14802.59270266-1.92056541e-13j] [17154.10638846-2.88173740e-14j 17052.41513836+4.53123336e-13j 16293.65215737+3.22629443e-14j ... 14283.04475736+4.59220871e-13j 14573.25932237-1.45382484e-13j 15821.09965375-7.64627219e-14j] [18844.80433929-3.71304973e-14j 18155.32049207+6.47426017e-13j 16977.98738566+3.58097280e-13j ... 15594.43394591-2.73995697e-13j 15215.0405907 -8.55300759e-13j 16734.39357971+2.35844589e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21287.64601284-6.61291355e-15j 19931.84481652+6.90105918e-14j 17421.01111574+2.05457736e-13j ... 16280.05639394+9.33995925e-15j 16300.44077796-3.30632466e-13j 18399.41430617-3.29593571e-13j] [20652.34868959+8.72144815e-14j 19001.05977258+1.53669817e-14j 16424.87083308+1.94777041e-13j ... 15881.48310431+1.96255059e-14j 16668.59669764-8.82144341e-14j 18513.09288456-2.64806097e-13j] [18117.31158334+1.13291173e-13j 16731.9530973 -5.97752791e-14j 15291.58006131+3.96416096e-13j ... 15313.7257933 +1.01488470e-13j 16262.26497371+7.54316048e-14j 17339.02648728-4.09355851e-14j] ... [15791.99136671-1.28291917e-13j 16075.45721703+5.20452884e-13j 15284.30333176-7.30684463e-14j ... 13686.34816802+3.96095203e-14j 14053.21996465-7.55554343e-13j 14802.59270266-1.92056541e-13j] [17154.10638846-2.88173740e-14j 17052.41513836+4.53123336e-13j 16293.65215737+3.22629443e-14j ... 14283.04475736+4.59220871e-13j 14573.25932237-1.45382484e-13j 15821.09965375-7.64627219e-14j] [18844.80433929-3.71304973e-14j 18155.32049207+6.47426017e-13j 16977.98738566+3.58097280e-13j ... 15594.43394591-2.73995697e-13j 15215.0405907 -8.55300759e-13j 16734.39357971+2.35844589e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514508.2425897345-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514508.2425897345-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514508.2156170495: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514508.2156170495: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514508.2425897345: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514508.2425897345: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.90861368+1.03252807e-14j 19933.14736665+5.45546558e-14j 17429.15012465+2.01775584e-13j ... 16258.48840261-1.20620314e-14j 16280.22436628-2.48525272e-13j 18390.43527701-1.33459623e-13j] [20657.41174488+8.11487157e-14j 18977.14033312+4.44856189e-14j 16398.32023581+3.13130535e-13j ... 15912.59724015+1.26478895e-13j 16694.79234137-1.18883663e-13j 18528.81756496+4.52036004e-14j] [18118.87211542+1.14686245e-13j 16725.66956535+1.96663203e-13j 15299.08240059+3.80521491e-13j ... 15322.84480655+1.16168728e-13j 16289.14360124+7.26067375e-14j 17349.7506763 +4.20803213e-15j] ... [15765.1369324 -1.65509105e-14j 16057.49538547+2.70383217e-13j 15302.35669705-4.46646012e-14j ... 13670.93338833-2.50007004e-13j 14036.94084837-2.91490556e-13j 14775.47206135-1.10932977e-13j] [17149.05910856+7.09826776e-14j 17056.71229158+2.71570470e-13j 16297.2564298 +3.00930466e-14j ... 14327.22617229-3.05431445e-13j 14595.25943643-2.81674701e-13j 15811.14967414-2.79019132e-13j] [18842.22332982-2.00971064e-13j 18169.06957355-1.03455781e-13j 16995.92514378+5.09789885e-13j ... 15604.5231835 +3.30453771e-13j 15207.57849654-1.95195102e-13j 16713.7286957 -1.44239667e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.90861368+1.03252807e-14j 19933.14736665+5.45546558e-14j 17429.15012465+2.01775584e-13j ... 16258.48840261-1.20620314e-14j 16280.22436628-2.48525272e-13j 18390.43527701-1.33459623e-13j] [20657.41174488+8.11487157e-14j 18977.14033312+4.44856189e-14j 16398.32023581+3.13130535e-13j ... 15912.59724015+1.26478895e-13j 16694.79234137-1.18883663e-13j 18528.81756496+4.52036004e-14j] [18118.87211542+1.14686245e-13j 16725.66956535+1.96663203e-13j 15299.08240059+3.80521491e-13j ... 15322.84480655+1.16168728e-13j 16289.14360124+7.26067375e-14j 17349.7506763 +4.20803213e-15j] ... [15765.1369324 -1.65509105e-14j 16057.49538547+2.70383217e-13j 15302.35669705-4.46646012e-14j ... 13670.93338833-2.50007004e-13j 14036.94084837-2.91490556e-13j 14775.47206135-1.10932977e-13j] [17149.05910856+7.09826776e-14j 17056.71229158+2.71570470e-13j 16297.2564298 +3.00930466e-14j ... 14327.22617229-3.05431445e-13j 14595.25943643-2.81674701e-13j 15811.14967414-2.79019132e-13j] [18842.22332982-2.00971064e-13j 18169.06957355-1.03455781e-13j 16995.92514378+5.09789885e-13j ... 15604.5231835 +3.30453771e-13j 15207.57849654-1.95195102e-13j 16713.7286957 -1.44239667e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514375.97196918+1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514375.97196918+1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514375.944997043: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514375.944997043: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514375.97196918: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514375.97196918: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.72490282-2.24430482e-14j 19929.63078952+7.40497706e-14j 17439.84143705+1.39144790e-13j ... 16241.9351188 -1.05772763e-13j 16266.2520646 -1.43328532e-13j 18383.55696519-9.23702652e-15j] [20658.82765672+7.21908450e-14j 18954.26218268+8.35920936e-14j 16376.85981763+3.17777301e-13j ... 15948.11554155+8.41968756e-14j 16725.1796571 -7.13759874e-14j 18543.05978359+1.27021884e-13j] [18121.5812034 +3.15064751e-13j 16725.48346187+1.98394749e-13j 15309.43875685+1.84663934e-13j ... 15327.29919003-2.88898186e-14j 16309.39777209+1.49770346e-13j 17357.36945692+5.73763550e-14j] ... [15735.04723489+1.94840540e-13j 16042.00257423+3.13968898e-13j 15316.78105261-5.87978820e-13j ... 13652.6558345 -1.80074275e-16j 14023.95579611-3.15037154e-13j 14746.01822476+1.15586896e-14j] [17140.8786677 -2.06332363e-13j 17061.4295398 -1.72660327e-13j 16297.7846484 -1.14916092e-13j ... 14371.08908216-6.92598788e-14j 14616.81662228-8.33764887e-14j 15801.03094219-2.24860880e-13j] [18842.89145366-7.51247327e-13j 18182.84670738+3.73054143e-13j 17010.44357483+4.47055548e-13j ... 15611.40309467+3.60177642e-13j 15200.86318337-2.29375787e-14j 16699.60582189-9.65349751e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.72490282-2.24430482e-14j 19929.63078952+7.40497706e-14j 17439.84143705+1.39144790e-13j ... 16241.9351188 -1.05772763e-13j 16266.2520646 -1.43328532e-13j 18383.55696519-9.23702652e-15j] [20658.82765672+7.21908450e-14j 18954.26218268+8.35920936e-14j 16376.85981763+3.17777301e-13j ... 15948.11554155+8.41968756e-14j 16725.1796571 -7.13759874e-14j 18543.05978359+1.27021884e-13j] [18121.5812034 +3.15064751e-13j 16725.48346187+1.98394749e-13j 15309.43875685+1.84663934e-13j ... 15327.29919003-2.88898186e-14j 16309.39777209+1.49770346e-13j 17357.36945692+5.73763550e-14j] ... [15735.04723489+1.94840540e-13j 16042.00257423+3.13968898e-13j 15316.78105261-5.87978820e-13j ... 13652.6558345 -1.80074275e-16j 14023.95579611-3.15037154e-13j 14746.01822476+1.15586896e-14j] [17140.8786677 -2.06332363e-13j 17061.4295398 -1.72660327e-13j 16297.7846484 -1.14916092e-13j ... 14371.08908216-6.92598788e-14j 14616.81662228-8.33764887e-14j 15801.03094219-2.24860880e-13j] [18842.89145366-7.51247327e-13j 18182.84670738+3.73054143e-13j 17010.44357483+4.47055548e-13j ... 15611.40309467+3.60177642e-13j 15200.86318337-2.29375787e-14j 16699.60582189-9.65349751e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514496.007631019-6.058451752097371e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514496.007631019-6.058451752097371e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514495.980658385: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514495.980658385: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514496.007631019: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514496.007631019: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595978: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595978: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21286.83274932-1.77550972e-14j 19920.70376754+9.45445575e-14j 17452.08352085+2.54703974e-13j ... 16231.63555141-2.67192657e-13j 16259.19789045-3.35956764e-13j 18378.48559618-2.22570617e-13j] [20656.81859567+4.68111681e-14j 18932.43702282+2.07911967e-13j 16360.97346905+2.91716027e-13j ... 15986.0324839 -2.25459297e-13j 16758.20542247-2.26389855e-13j 18555.24961479+9.10650147e-15j] [18126.51006858+2.26493968e-13j 16731.8338406 +2.23330428e-13j 15321.50253651+3.62950718e-13j ... 15326.24077402-3.01748349e-13j 16322.9805085 -1.30565505e-13j 17362.59977555+2.61486622e-13j] ... [15700.21028301+2.40224709e-15j 16028.29051314-6.74233433e-14j 15328.09387063-1.95484515e-14j ... 13632.57405683-6.56001651e-13j 14013.4830921 -1.74854829e-13j 14715.8395062 -8.04166940e-14j] [17129.44189572+3.51908019e-13j 17066.51856771+5.78131353e-13j 16297.0885849 +3.99546927e-13j ... 14415.46937186-4.33520415e-13j 14636.24019077-5.32118928e-13j 15790.97327185-3.82844764e-13j] [18847.63236961-4.20066739e-14j 18197.29985575-4.68976766e-13j 17021.90136564+7.87638407e-13j ... 15616.25239196-1.60028746e-13j 15194.98499782-5.71030793e-13j 16692.14767142+4.11227784e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21286.83274932-1.77550972e-14j 19920.70376754+9.45445575e-14j 17452.08352085+2.54703974e-13j ... 16231.63555141-2.67192657e-13j 16259.19789045-3.35956764e-13j 18378.48559618-2.22570617e-13j] [20656.81859567+4.68111681e-14j 18932.43702282+2.07911967e-13j 16360.97346905+2.91716027e-13j ... 15986.0324839 -2.25459297e-13j 16758.20542247-2.26389855e-13j 18555.24961479+9.10650147e-15j] [18126.51006858+2.26493968e-13j 16731.8338406 +2.23330428e-13j 15321.50253651+3.62950718e-13j ... 15326.24077402-3.01748349e-13j 16322.9805085 -1.30565505e-13j 17362.59977555+2.61486622e-13j] ... [15700.21028301+2.40224709e-15j 16028.29051314-6.74233433e-14j 15328.09387063-1.95484515e-14j ... 13632.57405683-6.56001651e-13j 14013.4830921 -1.74854829e-13j 14715.8395062 -8.04166940e-14j] [17129.44189572+3.51908019e-13j 17066.51856771+5.78131353e-13j 16297.0885849 +3.99546927e-13j ... 14415.46937186-4.33520415e-13j 14636.24019077-5.32118928e-13j 15790.97327185-3.82844764e-13j] [18847.63236961-4.20066739e-14j 18197.29985575-4.68976766e-13j 17021.90136564+7.87638407e-13j ... 15616.25239196-1.60028746e-13j 15194.98499782-5.71030793e-13j 16692.14767142+4.11227784e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514813.001649244-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514813.001649244-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514812.974675296: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514812.974675296: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514813.001649244: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514813.001649244: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595975: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595975: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21277.32268875+8.07992983e-15j 19906.2319478 +3.40057955e-14j 17464.84613609+1.44142857e-13j ... 16228.27832534-2.30432959e-13j 16259.45078013+5.10900851e-14j 18374.93790678-4.00467122e-13j] [20651.79016214+5.39835283e-14j 18911.61081638+7.03531777e-14j 16351.07149358+2.40329367e-13j ... 16024.18354818-1.22144764e-13j 16792.23426189+4.55160968e-14j 18565.01879295-2.43141767e-13j] [18134.48000938+1.71282714e-13j 16744.47982002+5.62102560e-14j 15334.2798154 +4.07820826e-13j ... 15319.33023019-1.53272475e-14j 16330.35273644+1.15483021e-13j 17366.1540242 -3.18730775e-14j] ... [15659.97612269-3.73146176e-13j 16015.25745804-2.34373094e-13j 15337.11174075-4.38877270e-14j ... 13612.86033802-4.75838303e-13j 14004.30598667-3.44199610e-14j 14686.51045572-1.50285065e-13j] [17114.94657863-3.34694409e-13j 17071.61834952+2.19935365e-13j 16296.94065791+4.00812176e-13j ... 14461.44795141-2.88559567e-13j 14652.1656865 -6.65935555e-14j 15780.88803378-9.40776839e-13j] [18856.87331836-5.16911693e-13j 18212.89536564-8.95189378e-14j 17030.91125535+3.07746811e-13j ... 15620.51036573+1.89527422e-13j 15190.42286664-6.21755366e-14j 16690.95838613-1.48217699e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21277.32268875+8.07992983e-15j 19906.2319478 +3.40057955e-14j 17464.84613609+1.44142857e-13j ... 16228.27832534-2.30432959e-13j 16259.45078013+5.10900851e-14j 18374.93790678-4.00467122e-13j] [20651.79016214+5.39835283e-14j 18911.61081638+7.03531777e-14j 16351.07149358+2.40329367e-13j ... 16024.18354818-1.22144764e-13j 16792.23426189+4.55160968e-14j 18565.01879295-2.43141767e-13j] [18134.48000938+1.71282714e-13j 16744.47982002+5.62102560e-14j 15334.2798154 +4.07820826e-13j ... 15319.33023019-1.53272475e-14j 16330.35273644+1.15483021e-13j 17366.1540242 -3.18730775e-14j] ... [15659.97612269-3.73146176e-13j 16015.25745804-2.34373094e-13j 15337.11174075-4.38877270e-14j ... 13612.86033802-4.75838303e-13j 14004.30598667-3.44199610e-14j 14686.51045572-1.50285065e-13j] [17114.94657863-3.34694409e-13j 17071.61834952+2.19935365e-13j 16296.94065791+4.00812176e-13j ... 14461.44795141-2.88559567e-13j 14652.1656865 -6.65935555e-14j 15780.88803378-9.40776839e-13j] [18856.87331836-5.16911693e-13j 18212.89536564-8.95189378e-14j 17030.91125535+3.07746811e-13j ... 15620.51036573+1.89527422e-13j 15190.42286664-6.21755366e-14j 16690.95838613-1.48217699e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515464.005621351+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515464.005621351+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515463.978644709: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515463.978644709: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515464.005621351: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515464.005621351: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.24632638044576569, -0.09072323047893169) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.24632638044576569, -0.09072323047893169) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00106043 0.00103544 0.00101045 ... 0.00102758 0.0010513 0.00107497] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00106043 0.00103544 0.00101045 ... 0.00102758 0.0010513 0.00107497] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00105435 0.00102915 0.00100396 ... 0.00102394 0.00104791 0.00107183] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00105435 0.00102915 0.00100396 ... 0.00102394 0.00104791 0.00107183] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104782 0.00102242 0.00099703 ... 0.00101986 0.00104406 0.00106823] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104782 0.00102242 0.00099703 ... 0.00101986 0.00104406 0.00106823] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094629 0.00092255 0.00089885 ... 0.00114555 0.0011703 0.00119494] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094629 0.00092255 0.00089885 ... 0.00114555 0.0011703 0.00119494] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095027 0.00092674 0.00090324 ... 0.00115035 0.00117483 0.00119921] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095027 0.00092674 0.00090324 ... 0.00115035 0.00117483 0.00119921] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095382 0.00093051 0.00090722 ... 0.00115466 0.00117888 0.00120298]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095382 0.00093051 0.00090722 ... 0.00115466 0.00117888 0.00120298]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.371075 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.371075 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793025001_03102_00003_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21321.72517085+2.38716967e-14j 19964.6973788 +1.39008313e-13j 17473.81744204+2.47656785e-13j ... 16377.04108008-2.25280987e-14j 16416.27949924-2.16504827e-13j 18504.12463452-2.20242973e-13j] [20704.30385398+2.05046441e-13j 19106.6587147 +2.62014094e-13j 16560.7208679 +3.71393723e-13j ... 15891.27298654+8.30347973e-14j 16700.60080864-9.92477449e-14j 18572.46988571-7.32770295e-14j] [18179.12012176+2.72561654e-13j 16802.28666675+3.05541767e-13j 15340.08704646+1.49957159e-13j ... 15346.12075041+5.07466210e-14j 16260.25536991-5.28857090e-14j 17387.61023892-1.59619365e-14j] ... [15886.77252358-2.38151549e-13j 16167.69481591-1.25735480e-13j 15274.1126645 +4.05472618e-14j ... 13761.49307855-3.65147993e-13j 14143.76890159-3.20827583e-13j 14880.65216042-3.33090006e-14j] [17205.12962713-3.42619319e-14j 17097.34219906-6.74931698e-14j 16310.47776808-1.87967410e-14j ... 14234.95954183-1.42957348e-13j 14591.28447902-1.98141896e-13j 15889.42592254-2.44908466e-13j] [18896.50444424+4.56678604e-13j 18168.05422565-1.83467077e-13j 16972.40801165+3.18505049e-13j ... 15597.43232811+4.40566982e-14j 15288.36229591-4.84141288e-13j 16852.65348165-2.91121329e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21321.72517085+2.38716967e-14j 19964.6973788 +1.39008313e-13j 17473.81744204+2.47656785e-13j ... 16377.04108008-2.25280987e-14j 16416.27949924-2.16504827e-13j 18504.12463452-2.20242973e-13j] [20704.30385398+2.05046441e-13j 19106.6587147 +2.62014094e-13j 16560.7208679 +3.71393723e-13j ... 15891.27298654+8.30347973e-14j 16700.60080864-9.92477449e-14j 18572.46988571-7.32770295e-14j] [18179.12012176+2.72561654e-13j 16802.28666675+3.05541767e-13j 15340.08704646+1.49957159e-13j ... 15346.12075041+5.07466210e-14j 16260.25536991-5.28857090e-14j 17387.61023892-1.59619365e-14j] ... [15886.77252358-2.38151549e-13j 16167.69481591-1.25735480e-13j 15274.1126645 +4.05472618e-14j ... 13761.49307855-3.65147993e-13j 14143.76890159-3.20827583e-13j 14880.65216042-3.33090006e-14j] [17205.12962713-3.42619319e-14j 17097.34219906-6.74931698e-14j 16310.47776808-1.87967410e-14j ... 14234.95954183-1.42957348e-13j 14591.28447902-1.98141896e-13j 15889.42592254-2.44908466e-13j] [18896.50444424+4.56678604e-13j 18168.05422565-1.83467077e-13j 16972.40801165+3.18505049e-13j ... 15597.43232811+4.40566982e-14j 15288.36229591-4.84141288e-13j 16852.65348165-2.91121329e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542535.048301982+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542535.048301982+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542535.131721448: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542535.131721448: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542535.048301982: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542535.048301982: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21333.19372181+2.58361072e-14j 19972.66137698+8.85023361e-14j 17474.34772831+2.04373400e-13j ... 16350.41407114-3.07201517e-13j 16385.57859998+1.72739238e-13j 18489.94577462-1.08812230e-13j] [20716.44826416+8.91753799e-14j 19081.46165501+1.77070630e-13j 16525.57144565+2.75013284e-13j ... 15909.63228611-2.32902925e-13j 16714.7304297 +2.40116568e-13j 18588.8994992 +9.10536015e-15j] [18181.67973761+2.16794467e-13j 16787.41794351+2.03965531e-13j 15339.53753656+2.39900537e-13j ... 15360.77591655+3.47471749e-14j 16297.90910118+2.76753257e-13j 17406.44584412+2.10932001e-13j] ... [15859.59182375-1.98492677e-13j 16145.18880861-5.45611130e-14j 15299.14773591+8.55975780e-15j ... 13749.85923702-2.24546303e-13j 14120.84531563+2.35087778e-13j 14861.15457199+1.03774801e-13j] [17205.02375105-5.87067398e-13j 17101.86506385+5.49179317e-13j 16324.66757424+1.57984620e-13j ... 14280.14793929-5.53323716e-13j 14608.93528498-6.96363265e-14j 15881.66007768+2.18175561e-13j] [18891.44070976-9.29011961e-14j 18183.86296078-2.72104069e-14j 16997.03645089-3.36287171e-14j ... 15615.97990885-5.95592007e-13j 15277.83744421+1.88666578e-13j 16821.54652969+1.86924979e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21333.19372181+2.58361072e-14j 19972.66137698+8.85023361e-14j 17474.34772831+2.04373400e-13j ... 16350.41407114-3.07201517e-13j 16385.57859998+1.72739238e-13j 18489.94577462-1.08812230e-13j] [20716.44826416+8.91753799e-14j 19081.46165501+1.77070630e-13j 16525.57144565+2.75013284e-13j ... 15909.63228611-2.32902925e-13j 16714.7304297 +2.40116568e-13j 18588.8994992 +9.10536015e-15j] [18181.67973761+2.16794467e-13j 16787.41794351+2.03965531e-13j 15339.53753656+2.39900537e-13j ... 15360.77591655+3.47471749e-14j 16297.90910118+2.76753257e-13j 17406.44584412+2.10932001e-13j] ... [15859.59182375-1.98492677e-13j 16145.18880861-5.45611130e-14j 15299.14773591+8.55975780e-15j ... 13749.85923702-2.24546303e-13j 14120.84531563+2.35087778e-13j 14861.15457199+1.03774801e-13j] [17205.02375105-5.87067398e-13j 17101.86506385+5.49179317e-13j 16324.66757424+1.57984620e-13j ... 14280.14793929-5.53323716e-13j 14608.93528498-6.96363265e-14j 15881.66007768+2.18175561e-13j] [18891.44070976-9.29011961e-14j 18183.86296078-2.72104069e-14j 16997.03645089-3.36287171e-14j ... 15615.97990885-5.95592007e-13j 15277.83744421+1.88666578e-13j 16821.54652969+1.86924979e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541849.839778636+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541849.839778636+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541849.9231893625: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541849.9231893625: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541849.839778636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541849.839778636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503272: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503272: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.7107522 +4.23913616e-14j 19978.0927221 +2.96819611e-13j 17479.17481004+3.14676079e-13j ... 16325.48269124+1.35040927e-13j 16359.25841045-1.91948370e-13j 18478.25024161-3.46647023e-13j] [20725.16185888+1.34133498e-13j 19056.86630652+3.03145512e-13j 16494.360688 +3.68165991e-13j ... 15935.22049737+1.97693515e-13j 16735.26866949-1.33390121e-13j 18605.17354668-1.80732471e-13j] [18183.14451156+1.71177233e-13j 16776.20546485+3.96739683e-13j 15343.59484834+2.03653777e-13j ... 15373.61838744+1.62796502e-13j 16330.74748097-2.04993490e-13j 17420.98151564-1.33484202e-13j] ... [15833.91391181+4.60210098e-14j 16124.89383428+3.66919865e-14j 15320.88964213+2.96523819e-13j ... 13736.53807295+3.59903531e-13j 14100.84390515+1.93540611e-13j 14837.36324199-9.83760175e-13j] [17202.9683603 +1.79069087e-13j 17105.77179812+2.76247698e-13j 16332.54418054+2.10555701e-13j ... 14324.58057487+3.59951434e-13j 14629.18827946+2.09239991e-13j 15872.53750849-2.63662034e-13j] [18887.27160386-3.13808705e-13j 18198.16737055+2.95314054e-13j 17018.35027407+2.51157755e-13j ... 15630.38432855+1.73680013e-13j 15268.83634384-1.90371493e-14j 16795.15724612-5.45405110e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.7107522 +4.23913616e-14j 19978.0927221 +2.96819611e-13j 17479.17481004+3.14676079e-13j ... 16325.48269124+1.35040927e-13j 16359.25841045-1.91948370e-13j 18478.25024161-3.46647023e-13j] [20725.16185888+1.34133498e-13j 19056.86630652+3.03145512e-13j 16494.360688 +3.68165991e-13j ... 15935.22049737+1.97693515e-13j 16735.26866949-1.33390121e-13j 18605.17354668-1.80732471e-13j] [18183.14451156+1.71177233e-13j 16776.20546485+3.96739683e-13j 15343.59484834+2.03653777e-13j ... 15373.61838744+1.62796502e-13j 16330.74748097-2.04993490e-13j 17420.98151564-1.33484202e-13j] ... [15833.91391181+4.60210098e-14j 16124.89383428+3.66919865e-14j 15320.88964213+2.96523819e-13j ... 13736.53807295+3.59903531e-13j 14100.84390515+1.93540611e-13j 14837.36324199-9.83760175e-13j] [17202.9683603 +1.79069087e-13j 17105.77179812+2.76247698e-13j 16332.54418054+2.10555701e-13j ... 14324.58057487+3.59951434e-13j 14629.18827946+2.09239991e-13j 15872.53750849-2.63662034e-13j] [18887.27160386-3.13808705e-13j 18198.16737055+2.95314054e-13j 17018.35027407+2.51157755e-13j ... 15630.38432855+1.73680013e-13j 15268.83634384-1.90371493e-14j 16795.15724612-5.45405110e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541416.099655788+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541416.099655788+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541416.183060986: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541416.183060986: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541416.099655788: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541416.099655788: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.36786657+1.46010328e-13j 19979.77102159+1.63865064e-13j 17487.54624238+3.43633889e-13j ... 16303.95931537+1.44499316e-13j 16338.25520786+4.99859821e-14j 18468.80618539+9.84266254e-14j] [20730.20986615+2.13471811e-13j 19033.12655514+2.49145977e-13j 16467.65676913+4.89024436e-13j ... 15966.96232917+2.21937870e-13j 16761.27248117+2.21968186e-13j 18620.5413465 +3.34886710e-13j] [18184.71579336+2.17064602e-13j 16770.13878212+3.68146101e-13j 15351.48614284+3.92483702e-13j ... 15383.03280355+3.74870593e-13j 16357.62526765+3.05892389e-13j 17431.78955547+2.02787590e-13j] ... [15807.22236883+5.35996953e-14j 16107.27084701+4.56019806e-16j 15338.99458611-3.87586987e-13j ... 13720.3368565 +8.78826219e-14j 14084.3010794 -2.01975564e-13j 14809.9140426 -9.40670856e-14j] [17198.19170762+2.56444732e-13j 17109.76222963+6.28319306e-14j 16335.45266111+9.60513165e-14j ... 14368.22610805+5.52320410e-13j 14650.71224834-5.79854259e-15j 15862.65160234-1.91443131e-13j] [18885.27164473+3.20857284e-13j 18211.80648567+2.30794510e-13j 17036.02495541+4.82563361e-13j ... 15640.8407393 -2.22221109e-13j 15260.92983046+5.51761982e-13j 16774.65166077+2.91705084e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.36786657+1.46010328e-13j 19979.77102159+1.63865064e-13j 17487.54624238+3.43633889e-13j ... 16303.95931537+1.44499316e-13j 16338.25520786+4.99859821e-14j 18468.80618539+9.84266254e-14j] [20730.20986615+2.13471811e-13j 19033.12655514+2.49145977e-13j 16467.65676913+4.89024436e-13j ... 15966.96232917+2.21937870e-13j 16761.27248117+2.21968186e-13j 18620.5413465 +3.34886710e-13j] [18184.71579336+2.17064602e-13j 16770.13878212+3.68146101e-13j 15351.48614284+3.92483702e-13j ... 15383.03280355+3.74870593e-13j 16357.62526765+3.05892389e-13j 17431.78955547+2.02787590e-13j] ... [15807.22236883+5.35996953e-14j 16107.27084701+4.56019806e-16j 15338.99458611-3.87586987e-13j ... 13720.3368565 +8.78826219e-14j 14084.3010794 -2.01975564e-13j 14809.9140426 -9.40670856e-14j] [17198.19170762+2.56444732e-13j 17109.76222963+6.28319306e-14j 16335.45266111+9.60513165e-14j ... 14368.22610805+5.52320410e-13j 14650.71224834-5.79854259e-15j 15862.65160234-1.91443131e-13j] [18885.27164473+3.20857284e-13j 18211.80648567+2.30794510e-13j 17036.02495541+4.82563361e-13j ... 15640.8407393 -2.22221109e-13j 15260.92983046+5.51761982e-13j 16774.65166077+2.91705084e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541283.282697916+2.4233807008389483e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541283.282697916+2.4233807008389483e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541283.366101421: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541283.366101421: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541283.282697916: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541283.282697916: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.52262434+1.08678028e-13j 19976.73587451+2.26393569e-13j 17498.55258695+4.07887308e-13j ... 16287.4443567 -6.72164392e-14j 16323.44757553-2.21621827e-13j 18461.35609574-9.37810846e-14j] [20731.58467247+2.62145911e-13j 19010.37385002+2.62539202e-13j 16446.03082882+5.17770588e-13j ... 16003.20855539+5.15940101e-15j 16791.42995123-9.13389223e-14j 18634.32105628+3.48187931e-14j] [18187.59711969+1.90834532e-13j 16770.23725279-6.22644176e-14j 15362.13610091+3.45714818e-13j ... 15387.72894082+2.09075134e-14j 16377.93850563+1.48556777e-14j 17439.53388211+1.19381736e-13j] ... [15777.32704594+3.06653541e-13j 16092.16740902+1.26263508e-13j 15353.55833379+6.92133161e-13j ... 13701.11233923+1.89333292e-13j 14071.06696782+1.92813488e-14j 14780.09183082-2.73536963e-14j] [17190.21265885+2.43840661e-13j 17114.17667872+7.98092853e-13j 16335.12434828-6.74765393e-16j ... 14411.51426704-1.95000916e-13j 14671.84340289-7.34878276e-15j 15852.50029872-2.27268110e-14j] [18886.52574971-3.10141272e-13j 18225.5697731 -2.06215501e-13j 17050.09305539+1.06969933e-12j ... 15648.05733367-1.49807055e-13j 15253.88541455-3.37755071e-13j 16760.70964457+3.25955088e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.52262434+1.08678028e-13j 19976.73587451+2.26393569e-13j 17498.55258695+4.07887308e-13j ... 16287.4443567 -6.72164392e-14j 16323.44757553-2.21621827e-13j 18461.35609574-9.37810846e-14j] [20731.58467247+2.62145911e-13j 19010.37385002+2.62539202e-13j 16446.03082882+5.17770588e-13j ... 16003.20855539+5.15940101e-15j 16791.42995123-9.13389223e-14j 18634.32105628+3.48187931e-14j] [18187.59711969+1.90834532e-13j 16770.23725279-6.22644176e-14j 15362.13610091+3.45714818e-13j ... 15387.72894082+2.09075134e-14j 16377.93850563+1.48556777e-14j 17439.53388211+1.19381736e-13j] ... [15777.32704594+3.06653541e-13j 16092.16740902+1.26263508e-13j 15353.55833379+6.92133161e-13j ... 13701.11233923+1.89333292e-13j 14071.06696782+1.92813488e-14j 14780.09183082-2.73536963e-14j] [17190.21265885+2.43840661e-13j 17114.17667872+7.98092853e-13j 16335.12434828-6.74765393e-16j ... 14411.51426704-1.95000916e-13j 14671.84340289-7.34878276e-15j 15852.50029872-2.27268110e-14j] [18886.52574971-3.10141272e-13j 18225.5697731 -2.06215501e-13j 17050.09305539+1.06969933e-12j ... 15648.05733367-1.49807055e-13j 15253.88541455-3.37755071e-13j 16760.70964457+3.25955088e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541403.814161173+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541403.814161173+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541403.897566216: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541403.897566216: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541403.814161173: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541403.814161173: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000012750328: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000012750328: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.8653044 +5.47296045e-14j 19968.39160084+2.61517398e-13j 17511.17355527+2.63389530e-13j ... 16277.18216951-9.35537337e-14j 16315.53418983-3.29835019e-13j 18455.63437178+6.31939366e-14j] [20729.49786844+1.13771633e-13j 18988.64306322+3.81554396e-13j 16430.0228399 +4.01603444e-13j ... 16041.91710908+1.63525639e-14j 16824.1921154 -1.71287367e-13j 18645.96929293+1.00285469e-13j] [18192.86132034+2.16822166e-13j 16776.91116336+3.28130779e-13j 15374.4050496 +5.92015546e-13j ... 15386.87955098+4.27261426e-14j 16391.63935367-1.48868666e-13j 17444.91632534+2.03082038e-13j] ... [15742.69146697+3.14013809e-13j 16078.87567782+2.47701421e-13j 15365.06619354-5.72004033e-14j ... 13679.91926209-1.25132348e-14j 14060.35212033+1.78553179e-13j 14749.51461063+2.01838089e-13j] [17178.88742229+3.01601147e-13j 17118.9865741 +8.42837451e-14j 16333.45143878+7.30982103e-14j ... 14455.26842676+3.05542839e-13j 14690.88949302-1.61039968e-13j 15842.35047565-2.68544217e-14j] [18891.81832771+6.18728889e-14j 18240.11417557-2.97617519e-13j 17060.92620261-3.71915844e-13j ... 15653.17867202-7.69061702e-14j 15247.79047248-3.15736653e-13j 16753.48118055+4.60058125e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.8653044 +5.47296045e-14j 19968.39160084+2.61517398e-13j 17511.17355527+2.63389530e-13j ... 16277.18216951-9.35537337e-14j 16315.53418983-3.29835019e-13j 18455.63437178+6.31939366e-14j] [20729.49786844+1.13771633e-13j 18988.64306322+3.81554396e-13j 16430.0228399 +4.01603444e-13j ... 16041.91710908+1.63525639e-14j 16824.1921154 -1.71287367e-13j 18645.96929293+1.00285469e-13j] [18192.86132034+2.16822166e-13j 16776.91116336+3.28130779e-13j 15374.4050496 +5.92015546e-13j ... 15386.87955098+4.27261426e-14j 16391.63935367-1.48868666e-13j 17444.91632534+2.03082038e-13j] ... [15742.69146697+3.14013809e-13j 16078.87567782+2.47701421e-13j 15365.06619354-5.72004033e-14j ... 13679.91926209-1.25132348e-14j 14060.35212033+1.78553179e-13j 14749.51461063+2.01838089e-13j] [17178.88742229+3.01601147e-13j 17118.9865741 +8.42837451e-14j 16333.45143878+7.30982103e-14j ... 14455.26842676+3.05542839e-13j 14690.88949302-1.61039968e-13j 15842.35047565-2.68544217e-14j] [18891.81832771+6.18728889e-14j 18240.11417557-2.97617519e-13j 17060.92620261-3.71915844e-13j ... 15653.17867202-7.69061702e-14j 15247.79047248-3.15736653e-13j 16753.48118055+4.60058125e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541722.117507657+1.9387045606711586e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541722.117507657+1.9387045606711586e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541722.200916757: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541722.200916757: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541722.117507657: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541722.117507657: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21332.45267022+3.26132869e-14j 19954.58523078+2.20521653e-13j 17524.3490528 +3.44640770e-13j ... 16273.87191769-1.60471061e-13j 16314.92895582-1.55132681e-13j 18451.39127926-4.95777106e-14j] [20724.34934425-1.30714430e-14j 18967.91059872+3.10163034e-13j 16420.08503532+4.05788647e-13j ... 16080.88792628+1.43247413e-14j 16857.93080396-7.73279678e-14j 18655.14157502+7.92089777e-14j] [18201.31839945+1.19210683e-13j 16789.89856707+5.60249898e-13j 15387.32527798+5.18251896e-13j ... 15380.1742334 +2.26441663e-13j 16399.18212969-4.85512710e-14j 17448.6288378 +6.14445918e-14j] ... [15702.64431968+2.74998645e-13j 16066.27596919-3.82668046e-14j 15374.29768226-2.55865963e-13j ... 13658.94448819-2.24493502e-13j 14050.92560357-7.93682231e-14j 14719.77505117+2.00505025e-13j] [17164.39990565+8.06346150e-14j 17123.84326261-3.06774387e-13j 16332.25809799+1.83607160e-13j ... 14500.56604177-9.40079212e-14j 14706.46891263+2.12471433e-13j 15832.15839588-1.79696911e-15j] [18901.54015157-2.10931728e-13j 18255.89876778+8.18237166e-15j 17069.17314525+6.64930200e-13j ... 15657.62301122-4.34068560e-14j 15243.10311632+1.82584513e-13j 16752.59412615-1.84494970e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21332.45267022+3.26132869e-14j 19954.58523078+2.20521653e-13j 17524.3490528 +3.44640770e-13j ... 16273.87191769-1.60471061e-13j 16314.92895582-1.55132681e-13j 18451.39127926-4.95777106e-14j] [20724.34934425-1.30714430e-14j 18967.91059872+3.10163034e-13j 16420.08503532+4.05788647e-13j ... 16080.88792628+1.43247413e-14j 16857.93080396-7.73279678e-14j 18655.14157502+7.92089777e-14j] [18201.31839945+1.19210683e-13j 16789.89856707+5.60249898e-13j 15387.32527798+5.18251896e-13j ... 15380.1742334 +2.26441663e-13j 16399.18212969-4.85512710e-14j 17448.6288378 +6.14445918e-14j] ... [15702.64431968+2.74998645e-13j 16066.27596919-3.82668046e-14j 15374.29768226-2.55865963e-13j ... 13658.94448819-2.24493502e-13j 14050.92560357-7.93682231e-14j 14719.77505117+2.00505025e-13j] [17164.39990565+8.06346150e-14j 17123.84326261-3.06774387e-13j 16332.25809799+1.83607160e-13j ... 14500.56604177-9.40079212e-14j 14706.46891263+2.12471433e-13j 15832.15839588-1.79696911e-15j] [18901.54015157-2.10931728e-13j 18255.89876778+8.18237166e-15j 17069.17314525+6.64930200e-13j ... 15657.62301122-4.34068560e-14j 15243.10311632+1.82584513e-13j 16752.59412615-1.84494970e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542375.81041977+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542375.81041977+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542375.893837206: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542375.893837206: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542375.81041977: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542375.81041977: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.25010319832973016, -0.08160686691462213) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.25010319832973016, -0.08160686691462213) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00107004 0.00104498 0.00101991 ... 0.00101819 0.00104179 0.00106533] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00107004 0.00104498 0.00101991 ... 0.00101819 0.00104179 0.00106533] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00106385 0.00103857 0.0010133 ... 0.00101475 0.00103859 0.00106238] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00106385 0.00103857 0.0010133 ... 0.00101475 0.00103859 0.00106238] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0010572 0.00103171 0.00100624 ... 0.00101086 0.00103494 0.00105898] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0010572 0.00103171 0.00100624 ... 0.00101086 0.00103494 0.00105898] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009346 0.00091096 0.00088737 ... 0.00115642 0.00118127 0.001206 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009346 0.00091096 0.00088737 ... 0.00115642 0.00118127 0.001206 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00093849 0.00091506 0.00089167 ... 0.0011614 0.00118599 0.00121046] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00093849 0.00091506 0.00089167 ... 0.0011614 0.00118599 0.00121046] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094196 0.00091874 0.00089556 ... 0.0011659 0.00119022 0.00121442]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094196 0.00091874 0.00089556 ... 0.0011659 0.00119022 0.00121442]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517174 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517174 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793025001_03102_00001_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:114 Calling ami_average for PSF results ... INFO stpipe.Ami3Pipeline.ami_average:step.py:367 Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits>],). INFO stpipe.Ami3Pipeline.ami_average:step.py:371 Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 INFO stpipe.Ami3Pipeline.ami_average:step.py:470 Step ami_average done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:124 Blending metadata for averaged psf DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:132 Calling ami_average for target results ... INFO stpipe.Ami3Pipeline.ami_average:step.py:367 Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits>],). INFO stpipe.Ami3Pipeline.ami_average:step.py:371 Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_average', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 INFO stpipe.Ami3Pipeline.ami_average:step.py:470 Step ami_average done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:142 Blending metadata for averaged target DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits INFO stpipe.Ami3Pipeline.ami_normalize:step.py:367 Step ami_normalize running with args (<AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits>, <AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits>). INFO stpipe.Ami3Pipeline.ami_normalize:step.py:371 Step ami_normalize parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_normalize:step.py:470 Step ami_normalize done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:160 Blending metadata for PSF normalized target DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits INFO stpipe.Ami3Pipeline:calwebb_ami3.py:169 ... ending calwebb_ami3 INFO stpipe.Ami3Pipeline:calwebb_ami3.py:169 ... ending calwebb_ami3 INFO stpipe.Ami3Pipeline:step.py:470 Step Ami3Pipeline done ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 _____________________ test_niriss_ami3_exp[025-c1014_ami] ______________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...14_ami.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits'} suffix = 'c1014_ami', exposure = '025' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["c1014_ami"]) @pytest.mark.parametrize("exposure", ["022", "025"]) def test_niriss_ami3_exp(run_pipeline, suffix, exposure, fitsdiff_default_kwargs): """Check exposure-level results of calwebb_ami3""" rtdata = run_pipeline output = "jw00793" + exposure + "001_03102_00001_nis_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_c1014_ami.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793025001_03102_00001_nis_c1014_ami.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 10 E b: 11 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 239 E b: 230 E Extra keyword 'EPH_TIME' in a: 58574.95763888889 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0468550394819388 E Extra keyword 'JWST_DY' in a: -0.0770407608099809 E Extra keyword 'JWST_DZ' in a: -0.120711480130416 E Extra keyword 'JWST_X' in a: -1384053.33048946 E Extra keyword 'JWST_Y' in a: -770601.278697892 E Extra keyword 'JWST_Z' in a: -531198.619133859 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.95763888889 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 31]: E a> 0.028266229 E b> 0.030602055 E Data differs at [32, 31]: E a> 0.035379626 E b> 0.042237274 E Data differs at [33, 31]: E a> 0.060677316 E b> 0.06978239 E Data differs at [34, 31]: E a> 0.07578976 E b> 0.08563214 E Data differs at [35, 31]: E a> 0.033377524 E b> 0.047743447 E Data differs at [36, 31]: E a> 0.015169862 E b> 0.041354336 E Data differs at [37, 31]: E a> 0.04943361 E b> 0.075028814 E Data differs at [38, 31]: E a> 0.03687531 E b> 0.06517451 E Data differs at [39, 31]: E a> 0.0022906028 E b> 0.06907754 E Data differs at [40, 31]: E a> 0.004854882 E b> 0.09198988 E ... E 361 different pixels found (5.78% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.2458068830969127 E b> 0.021249206818693397 E Column coeffs data differs in row 1: E a> -2.630746916223686 E b> 0.023836714370151224 E Column coeffs data differs in row 2: E a> 0.24494660153928022 E b> 0.6911127752578954 E Column coeffs data differs in row 3: E a> -0.2545759738763384 E b> 0.030914824015494547 E Column coeffs data differs in row 4: E a> 0.49098765755722856 E b> 1.074964100157859 E Column coeffs data differs in row 5: E a> -3.327696711837143 E b> 11.045545754389432 E Column coeffs data differs in row 6: E a> -0.5897623947114257 E b> 1.0459426980968647 E Column coeffs data differs in row 7: E a> -0.797418037467936 E b> 0.36099714665493643 E Column coeffs data differs in row 8: E a> -0.02452802654133185 E b> 0.11847272520386512 E Column coeffs data differs in row 9: E a> 3.1013878707483844 E b> 0.13176401443293376 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.3896503921694478 E b> 0.03179199924160651 E Column coeffs data differs in row 1: E a> -0.2442994911411833 E b> 0.35591898283175843 E Column coeffs data differs in row 2: E a> 2.9964853993439124 E b> 0.02425468502395647 E Column coeffs data differs in row 3: E a> -0.1203159523874154 E b> 0.3978664431094864 E Column coeffs data differs in row 4: E a> 0.3659814293973188 E b> 0.40652831298165404 E Column coeffs data differs in row 5: E a> -0.39203958979405856 E b> 0.37075360539763447 E Column coeffs data differs in row 6: E a> -0.3881430002137184 E b> 0.3461809020740665 E Column coeffs data differs in row 7: E a> -0.023911909049221493 E b> 0.6841524699453827 E Column coeffs data differs in row 8: E a> -0.26501974301758296 E b> 0.8392672347474308 E Column coeffs data differs in row 9: E a> -0.2782449366484674 E b> 0.055051810891622595 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e8ba280>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:37: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 _______________________ test_niriss_ami3_product[amiavg] _______________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ts', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits'} suffix = 'amiavg' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 11 E b: 12 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 242 E b: 233 E Extra keyword 'EPH_TIME' in a: 58574.91041666667 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0469790221838205 E Extra keyword 'JWST_DY' in a: -0.0773431264526588 E Extra keyword 'JWST_DZ' in a: -0.120950340212028 E Extra keyword 'JWST_X' in a: -1384244.75184443 E Extra keyword 'JWST_Y' in a: -770286.33628962 E Extra keyword 'JWST_Z' in a: -530705.629288779 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.91041666667 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 31]: E a> 0.023726119 E b> 0.024969906 E Data differs at [32, 31]: E a> 0.033588223 E b> 0.0371372 E Data differs at [33, 31]: E a> 0.06062609 E b> 0.06611066 E Data differs at [34, 31]: E a> 0.088199936 E b> 0.094267786 E Data differs at [35, 31]: E a> 0.05899796 E b> 0.06627458 E Data differs at [36, 31]: E a> 0.026297087 E b> 0.041321997 E Data differs at [37, 31]: E a> 0.047618445 E b> 0.066069216 E Data differs at [38, 31]: E a> 0.048882395 E b> 0.06605003 E Data differs at [39, 31]: E a> 0.027094817 E b> 0.06061408 E Data differs at [40, 31]: E a> 0.019683136 E b> 0.08170366 E ... E 380 different pixels found (6.09% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.11321084701956356 E b> 0.01949701573124951 E Column coeffs data differs in row 1: E a> 0.602935757396545 E b> 0.018673696589945013 E Column coeffs data differs in row 2: E a> 0.12467165380108004 E b> 0.5410506125732107 E Column coeffs data differs in row 3: E a> -0.7166321189795344 E b> 0.030445803796642624 E Column coeffs data differs in row 4: E a> 0.3302195991410637 E b> 1.0534506575420177 E Column coeffs data differs in row 5: E a> -0.024471165232839393 E b> 8.843358287720525 E Column coeffs data differs in row 6: E a> -0.6035171882639229 E b> 1.0885565476956713 E Column coeffs data differs in row 7: E a> -0.821259161255884 E b> 0.27047606620538567 E Column coeffs data differs in row 8: E a> -0.041972407292496426 E b> 0.09505997545955341 E Column coeffs data differs in row 9: E a> -0.26494466365631864 E b> 0.11224810100418148 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.21256263306360826 E b> 0.0255151011316144 E Column coeffs data differs in row 1: E a> -0.19825735839702283 E b> 0.34672196822008194 E Column coeffs data differs in row 2: E a> -0.4352352358707057 E b> 0.022412780688427364 E Column coeffs data differs in row 3: E a> -0.1672066539967351 E b> 0.4116605603481625 E Column coeffs data differs in row 4: E a> 0.4030326027186127 E b> 0.39488864217941505 E Column coeffs data differs in row 5: E a> -0.3685764873144839 E b> 0.3471351519049019 E Column coeffs data differs in row 6: E a> -0.2976091444410675 E b> 0.3546985490293922 E Column coeffs data differs in row 7: E a> -0.04486211153776865 E b> 0.6859319183429596 E Column coeffs data differs in row 8: E a> -0.2550976332592633 E b> 0.8384971989197396 E Column coeffs data differs in row 9: E a> -0.52616214932453 E b> 0.060754579373959366 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E Extension HDU 9: E Extension names differ: E a: HDRTAB E b: SOLNS E E Headers contain differences: E Headers have different number of cards: E a: 684 E b: 12 E Extra keyword 'TTYPE10' in a: 'DATAMODL' E Extra keyword 'TTYPE100' in a: 'EXPEND' E Extra keyword 'TTYPE101' in a: 'MJD-END' E Extra keyword 'TTYPE102' in a: 'TDB-BEG' E Extra keyword 'TTYPE103' in a: 'TDB-MID' E Extra keyword 'TTYPE104' in a: 'TDB-END' E Extra keyword 'TTYPE105' in a: 'READPATT' E Extra keyword 'TTYPE106' in a: 'EXSEGNUM' E Extra keyword 'TTYPE107' in a: 'EXSEGTOT' E Extra keyword 'TTYPE108' in a: 'NOUTPUTS' E Extra keyword 'TTYPE109' in a: 'NINTS' E Extra keyword 'TTYPE11' in a: 'TELESCOP' E Extra keyword 'TTYPE110' in a: 'INTSTART' E Extra keyword 'TTYPE111' in a: 'INTEND' E Extra keyword 'TTYPE112' in a: 'NGROUPS' E Extra keyword 'TTYPE113' in a: 'NFRAMES' E Extra keyword 'TTYPE114' in a: 'MIRNGRPS' E Extra keyword 'TTYPE115' in a: 'MIRNFRMS' E Extra keyword 'TTYPE116' in a: 'FRMDIVSR' E Extra keyword 'TTYPE117' in a: 'GROUPGAP' E Extra keyword 'TTYPE118' in a: 'DRPFRMS1' E Extra keyword 'TTYPE119' in a: 'DRPFRMS3' E Extra keyword 'TTYPE12' in a: 'HGA_MOVE' E Extra keyword 'TTYPE120' in a: 'NSAMPLES' E Extra keyword 'TTYPE121' in a: 'TSAMPLE' E Extra keyword 'TTYPE122' in a: 'TFRAME' E Extra keyword 'TTYPE123' in a: 'TGROUP' E Extra keyword 'TTYPE124' in a: 'EFFINTTM' E Extra keyword 'TTYPE125' in a: 'EFFEXPTM' E Extra keyword 'TTYPE126' in a: 'XPOSURE' E Extra keyword 'TTYPE127' in a: 'DURATION' E Extra keyword 'TTYPE128' in a: 'TELAPSE' E Extra keyword 'TTYPE129' in a: 'NRSTSTRT' E Extra keyword 'TTYPE13' in a: 'HGA_STRT' E Extra keyword 'TTYPE130' in a: 'NRESETS' E Extra keyword 'TTYPE131' in a: 'ZEROFRAM' E Extra keyword 'TTYPE132' in a: 'DATAPROB' E Extra keyword 'TTYPE133' in a: 'SCA_NUM' E Extra keyword 'TTYPE134' in a: 'DATAMODE' E Extra keyword 'TTYPE135' in a: 'NRS_NORM' E Extra keyword 'TTYPE136' in a: 'NRS_REF' E Extra keyword 'TTYPE137' in a: 'SCTARATE' E Extra keyword 'TTYPE138' in a: 'GAINFACT' E Extra keyword 'TTYPE139' in a: 'IS_IMPRT' E Extra keyword 'TTYPE14' in a: 'HGA_STOP' E Extra keyword 'TTYPE140' in a: 'IS_PSF' E Extra keyword 'TTYPE141' in a: 'SELFREF' E Extra keyword 'TTYPE142' in a: 'SUBARRAY' E Extra keyword 'TTYPE143' in a: 'SUBSTRT1' E Extra keyword 'TTYPE144' in a: 'SUBSTRT2' E Extra keyword 'TTYPE145' in a: 'SUBSIZE1' E Extra keyword 'TTYPE146' in a: 'SUBSIZE2' E Extra keyword 'TTYPE147' in a: 'FASTAXIS' E Extra keyword 'TTYPE148' in a: 'SLOWAXIS' E Extra keyword 'TTYPE149' in a: 'DETXCOR' E Extra keyword 'TTYPE15' in a: 'PWFSEET' E Extra keyword 'TTYPE150' in a: 'DETYCOR' E Extra keyword 'TTYPE151' in a: 'DETXSIZ' E Extra keyword 'TTYPE152' in a: 'DETYSIZ' E Extra keyword 'TTYPE153' in a: 'PATTTYPE' E Extra keyword 'TTYPE154' in a: 'PRIDTYPE' E Extra keyword 'TTYPE155' in a: 'PRIDTPTS' E Extra keyword 'TTYPE156' in a: 'PATT_NUM' E Extra keyword 'TTYPE157' in a: 'PATTSTRT' E Extra keyword 'TTYPE158' in a: 'NUMDTHPT' E Extra keyword 'TTYPE159' in a: 'PATTNPTS' E Extra keyword 'TTYPE16' in a: 'NWFSEST' E Extra keyword 'TTYPE160' in a: 'PATTSIZE' E Extra keyword 'TTYPE161' in a: 'SMGRDPAT' E Extra keyword 'TTYPE162' in a: 'SUBPXPTS' E Extra keyword 'TTYPE163' in a: 'SUBPXPAT' E Extra keyword 'TTYPE164' in a: 'SPEC_NUM' E Extra keyword 'TTYPE165' in a: 'SPECNSTP' E Extra keyword 'TTYPE166' in a: 'SPECSTEP' E Extra keyword 'TTYPE167' in a: 'SPCOFFST' E Extra keyword 'TTYPE168' in a: 'SPAT_NUM' E Extra keyword 'TTYPE169' in a: 'SPATNSTP' E Extra keyword 'TTYPE17' in a: 'ASNPOOL' E Extra keyword 'TTYPE170' in a: 'SPATSTEP' E Extra keyword 'TTYPE171' in a: 'SPTOFFST' E Extra keyword 'TTYPE172' in a: 'XOFFSET' E Extra keyword 'TTYPE173' in a: 'YOFFSET' E Extra keyword 'TTYPE174' in a: 'REFFRAME' E Extra keyword 'TTYPE175' in a: 'EPH_TYPE' E Extra keyword 'TTYPE176' in a: 'EPH_TIME' E Extra keyword 'TTYPE177' in a: 'JWST_X' E Extra keyword 'TTYPE178' in a: 'JWST_Y' E Extra keyword 'TTYPE179' in a: 'JWST_Z' E Extra keyword 'TTYPE18' in a: 'ASNTABLE' E Extra keyword 'TTYPE180' in a: 'JWST_DX' E Extra keyword 'TTYPE181' in a: 'JWST_DY' E Extra keyword 'TTYPE182' in a: 'JWST_DZ' E Extra keyword 'TTYPE183' in a: 'APERNAME' E Extra keyword 'TTYPE184' in a: 'PPS_APER' E Extra keyword 'TTYPE185' in a: 'VA_RA' E Extra keyword 'TTYPE186' in a: 'VA_DEC' E Extra keyword 'TTYPE187' in a: 'BARTDELT' E Extra keyword 'TTYPE188' in a: 'BSTRTIME' E Extra keyword 'TTYPE189' in a: 'BENDTIME' E Extra keyword 'TTYPE19' in a: 'TITLE' E Extra keyword 'TTYPE190' in a: 'BMIDTIME' E Extra keyword 'TTYPE191' in a: 'HELIDELT' E Extra keyword 'TTYPE192' in a: 'HSTRTIME' E Extra keyword 'TTYPE193' in a: 'HENDTIME' E Extra keyword 'TTYPE194' in a: 'HMIDTIME' E Extra keyword 'TTYPE195' in a: 'FAM_LA1' E Extra keyword 'TTYPE196' in a: 'FASTEP1' E Extra keyword 'TTYPE197' in a: 'FAUNIT1' E Extra keyword 'TTYPE198' in a: 'FAPHASE1' E Extra keyword 'TTYPE199' in a: 'FA1VALUE' E Extra keyword 'TTYPE2' in a: 'ORIGIN' E Extra keyword 'TTYPE20' in a: 'PI_NAME' E Extra keyword 'TTYPE200' in a: 'FAM_LA2' E Extra keyword 'TTYPE201' in a: 'FASTEP2' E Extra keyword 'TTYPE202' in a: 'FAUNIT2' E Extra keyword 'TTYPE203' in a: 'FAPHASE2' E Extra keyword 'TTYPE204' in a: 'FA2VALUE' E Extra keyword 'TTYPE205' in a: 'FAM_LA3' E Extra keyword 'TTYPE206' in a: 'FASTEP3' E Extra keyword 'TTYPE207' in a: 'FAUNIT3' E Extra keyword 'TTYPE208' in a: 'FAPHASE3' E Extra keyword 'TTYPE209' in a: 'FA3VALUE' E Extra keyword 'TTYPE21' in a: 'CATEGORY' E Extra keyword 'TTYPE210' in a: 'RMA_POS' E Extra keyword 'TTYPE211' in a: 'FCSRLPOS' E Extra keyword 'TTYPE212' in a: 'GS_ORDER' E Extra keyword 'TTYPE213' in a: 'GSSTRTTM' E Extra keyword 'TTYPE214' in a: 'GSENDTIM' E Extra keyword 'TTYPE215' in a: 'GDSTARID' E Extra keyword 'TTYPE216' in a: 'GS_RA' E Extra keyword 'TTYPE217' in a: 'GS_DEC' E Extra keyword 'TTYPE218' in a: 'GS_URA' E Extra keyword 'TTYPE219' in a: 'GS_UDEC' E Extra keyword 'TTYPE22' in a: 'SUBCAT' E Extra keyword 'TTYPE220' in a: 'GS_MAG' E Extra keyword 'TTYPE221' in a: 'GS_UMAG' E Extra keyword 'TTYPE222' in a: 'PCS_MODE' E Extra keyword 'TTYPE223' in a: 'VISITEND' E Extra keyword 'TTYPE224' in a: 'GSACSTAT' E Extra keyword 'TTYPE225' in a: 'GSCENTX' E Extra keyword 'TTYPE226' in a: 'GSCENTY' E Extra keyword 'TTYPE227' in a: 'GS_EPOCH' E Extra keyword 'TTYPE228' in a: 'GS_MURA' E Extra keyword 'TTYPE229' in a: 'GS_MUDEC' E Extra keyword 'TTYPE23' in a: 'SCICAT' E Extra keyword 'TTYPE230' in a: 'GS_PARA' E Extra keyword 'TTYPE231' in a: 'CRDS_VER' E Extra keyword 'TTYPE232' in a: 'CRDS_CTX' E Extra keyword 'TTYPE233' in a: 'R_AREA' E Extra keyword 'TTYPE234' in a: 'R_MSAOPE' E Extra keyword 'TTYPE235' in a: 'R_BARSHA' E Extra keyword 'TTYPE236' in a: 'R_CAMERA' E Extra keyword 'TTYPE237' in a: 'R_COLLIM' E Extra keyword 'TTYPE238' in a: 'R_CUBPAR' E Extra keyword 'TTYPE239' in a: 'R_DARK' E Extra keyword 'TTYPE24' in a: 'CONT_ID' E Extra keyword 'TTYPE240' in a: 'R_DISPER' E Extra keyword 'TTYPE241' in a: 'R_DISTOR' E Extra keyword 'TTYPE242' in a: 'R_DRZPAR' E Extra keyword 'TTYPE243' in a: 'R_EXTR1D' E Extra keyword 'TTYPE244' in a: 'R_FILOFF' E Extra keyword 'TTYPE245' in a: 'R_FLAT' E Extra keyword 'TTYPE246' in a: 'R_DFLAT' E Extra keyword 'TTYPE247' in a: 'R_FFLAT' E Extra keyword 'TTYPE248' in a: 'R_SFLAT' E Extra keyword 'TTYPE249' in a: 'R_FORE' E Extra keyword 'TTYPE25' in a: 'DATE-OBS' E Extra keyword 'TTYPE250' in a: 'R_FPA' E Extra keyword 'TTYPE251' in a: 'R_FRINGE' E Extra keyword 'TTYPE252' in a: 'R_GAIN' E Extra keyword 'TTYPE253' in a: 'R_IFUFOR' E Extra keyword 'TTYPE254' in a: 'R_IFUPOS' E Extra keyword 'TTYPE255' in a: 'R_IFUSLI' E Extra keyword 'TTYPE256' in a: 'R_IPC' E Extra keyword 'TTYPE257' in a: 'R_LASTFR' E Extra keyword 'TTYPE258' in a: 'R_LINEAR' E Extra keyword 'TTYPE259' in a: 'R_MASK' E Extra keyword 'TTYPE26' in a: 'TIME-OBS' E Extra keyword 'TTYPE260' in a: 'R_MSA' E Extra keyword 'TTYPE261' in a: 'R_OTE' E Extra keyword 'TTYPE262' in a: 'R_PTHLOS' E Extra keyword 'TTYPE263' in a: 'R_PERSAT' E Extra keyword 'TTYPE264' in a: 'R_PHOTOM' E Extra keyword 'TTYPE265' in a: 'R_PSFMAS' E Extra keyword 'TTYPE266' in a: 'R_READNO' E Extra keyword 'TTYPE267' in a: 'R_REFPIX' E Extra keyword 'TTYPE268' in a: 'R_REGION' E Extra keyword 'TTYPE269' in a: 'R_RESAMP' E Extra keyword 'TTYPE27' in a: 'DATE-BEG' E Extra keyword 'TTYPE270' in a: 'R_RESOL' E Extra keyword 'TTYPE271' in a: 'R_RESET' E Extra keyword 'TTYPE272' in a: 'R_RSCD' E Extra keyword 'TTYPE273' in a: 'R_SATURA' E Extra keyword 'TTYPE274' in a: 'R_SPCWCS' E Extra keyword 'TTYPE275' in a: 'R_STRAY' E Extra keyword 'TTYPE276' in a: 'R_SUPERB' E Extra keyword 'TTYPE277' in a: 'R_THRPUT' E Extra keyword 'TTYPE278' in a: 'R_TRPDEN' E Extra keyword 'TTYPE279' in a: 'R_TRPPAR' E Extra keyword 'TTYPE28' in a: 'DATE-END' E Extra keyword 'TTYPE280' in a: 'R_TSPHOT' E Extra keyword 'TTYPE281' in a: 'R_V2V3' E Extra keyword 'TTYPE282' in a: 'R_WAVCOR' E Extra keyword 'TTYPE283' in a: 'R_WAVRAN' E Extra keyword 'TTYPE284' in a: 'S_PSFALI' E Extra keyword 'TTYPE285' in a: 'S_AMIANA' E Extra keyword 'TTYPE286' in a: 'S_AMIAVG' E Extra keyword 'TTYPE287' in a: 'S_AMINOR' E Extra keyword 'TTYPE288' in a: 'S_WCS' E Extra keyword 'TTYPE289' in a: 'S_MTWCS' E Extra keyword 'TTYPE29' in a: 'OBS_ID' E Extra keyword 'TTYPE290' in a: 'S_BKDSUB' E Extra keyword 'TTYPE291' in a: 'S_BARSHA' E Extra keyword 'TTYPE292' in a: 'S_COMB1D' E Extra keyword 'TTYPE293' in a: 'S_IFUCUB' E Extra keyword 'TTYPE294' in a: 'S_DARK' E Extra keyword 'TTYPE295' in a: 'S_DQINIT' E Extra keyword 'TTYPE296' in a: 'S_TELEMI' E Extra keyword 'TTYPE297' in a: 'S_ERRINI' E Extra keyword 'TTYPE298' in a: 'S_EXTR1D' E Extra keyword 'TTYPE299' in a: 'S_EXTR2D' E Extra keyword 'TTYPE3' in a: 'TIMESYS' E Extra keyword 'TTYPE30' in a: 'VISIT_ID' E Extra keyword 'TTYPE300' in a: 'S_FRSTFR' E Extra keyword 'TTYPE301' in a: 'S_FLAT' E Extra keyword 'TTYPE302' in a: 'S_FRINGE' E Extra keyword 'TTYPE303' in a: 'S_GANSCL' E Extra keyword 'TTYPE304' in a: 'S_GRPSCL' E Extra keyword 'TTYPE305' in a: 'S_GUICDS' E Extra keyword 'TTYPE306' in a: 'S_IMPRNT' E Extra keyword 'TTYPE307' in a: 'S_IPC' E Extra keyword 'TTYPE308' in a: 'S_JUMP' E Extra keyword 'TTYPE309' in a: 'S_KLIP' E Extra keyword 'TTYPE31' in a: 'PROGRAM' E Extra keyword 'TTYPE310' in a: 'S_LASTFR' E Extra keyword 'TTYPE311' in a: 'S_LINEAR' E Extra keyword 'TTYPE312' in a: 'S_MSBSUB' E Extra keyword 'TTYPE313' in a: 'S_MRSMAT' E Extra keyword 'TTYPE314' in a: 'S_MSAFLG' E Extra keyword 'TTYPE315' in a: 'S_OUTLIR' E Extra keyword 'TTYPE316' in a: 'S_PTHLOS' E Extra keyword 'TTYPE317' in a: 'S_PERSIS' E Extra keyword 'TTYPE318' in a: 'S_PHOTOM' E Extra keyword 'TTYPE319' in a: 'S_RAMP' E Extra keyword 'TTYPE32' in a: 'OBSERVTN' E Extra keyword 'TTYPE320' in a: 'S_REFPIX' E Extra keyword 'TTYPE321' in a: 'S_RESAMP' E Extra keyword 'TTYPE322' in a: 'S_RESET' E Extra keyword 'TTYPE323' in a: 'S_RSCD' E Extra keyword 'TTYPE324' in a: 'S_SATURA' E Extra keyword 'TTYPE325' in a: 'S_SKYMAT' E Extra keyword 'TTYPE326' in a: 'S_SRCCAT' E Extra keyword 'TTYPE327' in a: 'S_SRCTYP' E Extra keyword 'TTYPE328' in a: 'S_PSFSTK' E Extra keyword 'TTYPE329' in a: 'S_STRAY' E Extra keyword 'TTYPE33' in a: 'VISIT' E Extra keyword 'TTYPE330' in a: 'S_SUPERB' E Extra keyword 'TTYPE331' in a: 'S_TSPHOT' E Extra keyword 'TTYPE332' in a: 'S_TWKREG' E Extra keyword 'TTYPE333' in a: 'S_WAVCOR' E Extra keyword 'TTYPE334' in a: 'S_WFSCOM' E Extra keyword 'TTYPE335' in a: 'S_WHTLIT' E Extra keyword 'TTYPE336' in a: 'BKGLEVEL' E Extra keyword 'TTYPE337' in a: 'BKGSUB' E Extra keyword 'TTYPE34' in a: 'VISITGRP' E Extra keyword 'TTYPE35' in a: 'SEQ_ID' E Extra keyword 'TTYPE36' in a: 'ACT_ID' E Extra keyword 'TTYPE37' in a: 'EXPOSURE' E Extra keyword 'TTYPE38' in a: 'BKGDTARG' E Extra keyword 'TTYPE39' in a: 'TEMPLATE' E Extra keyword 'TTYPE4' in a: 'FILENAME' E Extra keyword 'TTYPE40' in a: 'OBSLABEL' E Extra keyword 'TTYPE41' in a: 'ENG_QUAL' E Extra keyword 'TTYPE42' in a: 'ENGQLPTG' E Extra keyword 'TTYPE43' in a: 'VISITYPE' E Extra keyword 'TTYPE44' in a: 'VSTSTART' E Extra keyword 'TTYPE45' in a: 'VISITSTA' E Extra keyword 'TTYPE46' in a: 'NEXPOSUR' E Extra keyword 'TTYPE47' in a: 'INTARGET' E Extra keyword 'TTYPE48' in a: 'TARGOOPP' E Extra keyword 'TTYPE49' in a: 'TSOVISIT' E Extra keyword 'TTYPE5' in a: 'FILETYPE' E Extra keyword 'TTYPE50' in a: 'EXP_ONLY' E Extra keyword 'TTYPE51' in a: 'TARGPROP' E Extra keyword 'TTYPE52' in a: 'TARGNAME' E Extra keyword 'TTYPE53' in a: 'TARGTYPE' E Extra keyword 'TTYPE54' in a: 'TARG_RA' E Extra keyword 'TTYPE55' in a: 'TARG_DEC' E Extra keyword 'TTYPE56' in a: 'TARGURA' E Extra keyword 'TTYPE57' in a: 'TARGUDEC' E Extra keyword 'TTYPE58' in a: 'MU_RA' E Extra keyword 'TTYPE59' in a: 'MU_DEC' E Extra keyword 'TTYPE6' in a: 'SDP_VER' E Extra keyword 'TTYPE60' in a: 'MU_EPOCH' E Extra keyword 'TTYPE61' in a: 'PROP_RA' E Extra keyword 'TTYPE62' in a: 'PROP_DEC' E Extra keyword 'TTYPE63' in a: 'SRCTYAPT' E Extra keyword 'TTYPE64' in a: 'INSTRUME' E Extra keyword 'TTYPE65' in a: 'DETECTOR' E Extra keyword 'TTYPE66' in a: 'MODULE' E Extra keyword 'TTYPE67' in a: 'CHANNEL' E Extra keyword 'TTYPE68' in a: 'FILTER' E Extra keyword 'TTYPE69' in a: 'PUPIL' E Extra keyword 'TTYPE7' in a: 'PRD_VER' E Extra keyword 'TTYPE70' in a: 'PILIN' E Extra keyword 'TTYPE71' in a: 'GRATING' E Extra keyword 'TTYPE72' in a: 'BAND' E Extra keyword 'TTYPE73' in a: 'FXD_SLIT' E Extra keyword 'TTYPE74' in a: 'FOCUSPOS' E Extra keyword 'TTYPE75' in a: 'PREIMAGE' E Extra keyword 'TTYPE76' in a: 'CCCSTATE' E Extra keyword 'TTYPE77' in a: 'CORONMSK' E Extra keyword 'TTYPE78' in a: 'MSASTATE' E Extra keyword 'TTYPE79' in a: 'MSAMETFL' E Extra keyword 'TTYPE8' in a: 'CAL_VER' E Extra keyword 'TTYPE80' in a: 'MSAMETID' E Extra keyword 'TTYPE81' in a: 'MSACONID' E Extra keyword 'TTYPE82' in a: 'LAMP' E Extra keyword 'TTYPE83' in a: 'OPMODE' E Extra keyword 'TTYPE84' in a: 'GWA_XTIL' E Extra keyword 'TTYPE85' in a: 'GWA_YTIL' E Extra keyword 'TTYPE86' in a: 'GWA_XP_V' E Extra keyword 'TTYPE87' in a: 'GWA_YP_V' E Extra keyword 'TTYPE88' in a: 'GWA_PXAV' E Extra keyword 'TTYPE89' in a: 'GWA_PYAV' E Extra keyword 'TTYPE9' in a: 'CAL_VCS' E Extra keyword 'TTYPE90' in a: 'GWA_TILT' E Extra keyword 'TTYPE91' in a: 'FWCPOS' E Extra keyword 'TTYPE92' in a: 'PWCPOS' E Extra keyword 'TTYPE93' in a: 'EXPCOUNT' E Extra keyword 'TTYPE94' in a: 'EXPRIPAR' E Extra keyword 'TTYPE95' in a: 'EXP_TYPE' E Extra keyword 'TTYPE96' in a: 'EXPSTART' E Extra keyword 'TTYPE97' in a: 'MJD-BEG' E Extra keyword 'TTYPE98' in a: 'EXPMID' E Extra keyword 'TTYPE99' in a: 'MJD-AVG' E Keyword EXTNAME has different values: E a> HDRTAB E b> SOLNS E Keyword NAXIS2 has different values: E a> 3 E b> 44 E Keyword TFIELDS has different values: E a> 337 E b> 1 E Keyword TTYPE1 has different values: E a> DATE E b> coeffs E E Data contains differences: E Tables have different number of columns: E a: 337 E b: 1 E Extra column ORIGIN of format 5A in a E Extra column TIMESYS of format 3A in a E Extra column FILENAME of format 44A in a E Extra column FILETYPE of format 3A in a E Extra column SDP_VER of format 6A in a E Extra column PRD_VER of format 15A in a E Extra column DATAMODL of format 10A in a E Extra column TELESCOP of format 4A in a E Extra column HGA_MOVE of format L in a E Extra column HGA_STRT of format D in a E Extra column HGA_STOP of format D in a E Extra column PWFSEET of format D in a E Extra column NWFSEST of format D in a E Extra column ASNPOOL of format 28A in a E Extra column ASNTABLE of format 47A in a E Extra column TITLE of format 43A in a E Extra column PI_NAME of format 17A in a E Extra column CATEGORY of format 3A in a E Extra column SUBCAT of format 6A in a E Extra column SCICAT of format D in a E Extra column CONT_ID of format D in a E Extra column DATE-OBS of format 10A in a E Extra column TIME-OBS of format 12A in a E Extra column DATE-BEG of format 23A in a E Extra column DATE-END of format 23A in a E Extra column OBS_ID of format 26A in a E Extra column VISIT_ID of format 11A in a E Extra column PROGRAM of format 5A in a E Extra column OBSERVTN of format 3A in a E Extra column VISIT of format 3A in a E Extra column VISITGRP of format 2A in a E Extra column SEQ_ID of format 1A in a E Extra column ACT_ID of format 2A in a E Extra column EXPOSURE of format 1A in a E Extra column BKGDTARG of format L in a E Extra column TEMPLATE of format 38A in a E Extra column OBSLABEL of format 33A in a E Extra column ENG_QUAL of format 7A in a E Extra column ENGQLPTG of format D in a E Extra column VISITYPE of format 20A in a E Extra column VSTSTART of format 27A in a E Extra column VISITSTA of format 10A in a E Extra column NEXPOSUR of format K in a E Extra column INTARGET of format L in a E Extra column TARGOOPP of format L in a E Extra column TSOVISIT of format L in a E Extra column EXP_ONLY of format L in a E Extra column TARGPROP of format 14A in a E Extra column TARGNAME of format 1A in a E Extra column TARGTYPE of format 5A in a E Extra column TARG_RA of format D in a E Extra column TARG_DEC of format D in a E Extra column TARGURA of format D in a E Extra column TARGUDEC of format D in a E Extra column MU_RA of format D in a E Extra column MU_DEC of format D in a E Extra column MU_EPOCH of format D in a E Extra column PROP_RA of format D in a E Extra column PROP_DEC of format D in a E Extra column SRCTYAPT of format D in a E Extra column INSTRUME of format 6A in a E Extra column DETECTOR of format 3A in a E Extra column MODULE of format D in a E Extra column CHANNEL of format D in a E Extra column FILTER of format 5A in a E Extra column PUPIL of format 3A in a E Extra column PILIN of format D in a E Extra column GRATING of format D in a E Extra column BAND of format D in a E Extra column FXD_SLIT of format D in a E Extra column FOCUSPOS of format D in a E Extra column PREIMAGE of format D in a E Extra column CCCSTATE of format D in a E Extra column CORONMSK of format D in a E Extra column MSASTATE of format D in a E Extra column MSAMETFL of format D in a E Extra column MSAMETID of format D in a E Extra column MSACONID of format D in a E Extra column LAMP of format 4A in a E Extra column OPMODE of format 32A in a E Extra column GWA_XTIL of format D in a E Extra column GWA_YTIL of format D in a E Extra column GWA_XP_V of format D in a E Extra column GWA_YP_V of format D in a E Extra column GWA_PXAV of format D in a E Extra column GWA_PYAV of format D in a E Extra column GWA_TILT of format D in a E Extra column FWCPOS of format D in a E Extra column PWCPOS of format D in a E Extra column EXPCOUNT of format K in a E Extra column EXPRIPAR of format 5A in a E Extra column EXP_TYPE of format 7A in a E Extra column EXPSTART of format D in a E Extra column MJD-BEG of format D in a E Extra column EXPMID of format D in a E Extra column MJD-AVG of format D in a E Extra column EXPEND of format D in a E Extra column MJD-END of format D in a E Extra column TDB-BEG of format D in a E Extra column TDB-MID of format D in a E Extra column TDB-END of format D in a E Extra column READPATT of format 8A in a E Extra column EXSEGNUM of format D in a E Extra column EXSEGTOT of format D in a E Extra column NOUTPUTS of format D in a E Extra column NINTS of format K in a E Extra column INTSTART of format D in a E Extra column INTEND of format D in a E Extra column NGROUPS of format K in a E Extra column NFRAMES of format K in a E Extra column MIRNGRPS of format D in a E Extra column MIRNFRMS of format D in a E Extra column FRMDIVSR of format K in a E Extra column GROUPGAP of format K in a E Extra column DRPFRMS1 of format K in a E Extra column DRPFRMS3 of format K in a E Extra column NSAMPLES of format K in a E Extra column TSAMPLE of format D in a E Extra column TFRAME of format D in a E Extra column TGROUP of format D in a E Extra column EFFINTTM of format D in a E Extra column EFFEXPTM of format D in a E Extra column XPOSURE of format D in a E Extra column DURATION of format D in a E Extra column TELAPSE of format D in a E Extra column NRSTSTRT of format K in a E Extra column NRESETS of format K in a E Extra column ZEROFRAM of format L in a E Extra column DATAPROB of format L in a E Extra column SCA_NUM of format K in a E Extra column DATAMODE of format K in a E Extra column NRS_NORM of format D in a E Extra column NRS_REF of format D in a E Extra column SCTARATE of format D in a E Extra column GAINFACT of format D in a E Extra column IS_IMPRT of format D in a E Extra column IS_PSF of format L in a E Extra column SELFREF of format L in a E Extra column SUBARRAY of format 5A in a E Extra column SUBSTRT1 of format K in a E Extra column SUBSTRT2 of format K in a E Extra column SUBSIZE1 of format K in a E Extra column SUBSIZE2 of format K in a E Extra column FASTAXIS of format K in a E Extra column SLOWAXIS of format K in a E Extra column DETXCOR of format D in a E Extra column DETYCOR of format D in a E Extra column DETXSIZ of format D in a E Extra column DETYSIZ of format D in a E Extra column PATTTYPE of format D in a E Extra column PRIDTYPE of format D in a E Extra column PRIDTPTS of format D in a E Extra column PATT_NUM of format K in a E Extra column PATTSTRT of format D in a E Extra column NUMDTHPT of format K in a E Extra column PATTNPTS of format D in a E Extra column PATTSIZE of format 4A in a E Extra column SMGRDPAT of format D in a E Extra column SUBPXPTS of format K in a E Extra column SUBPXPAT of format D in a E Extra column SPEC_NUM of format D in a E Extra column SPECNSTP of format D in a E Extra column SPECSTEP of format D in a E Extra column SPCOFFST of format D in a E Extra column SPAT_NUM of format D in a E Extra column SPATNSTP of format D in a E Extra column SPATSTEP of format D in a E Extra column SPTOFFST of format D in a E Extra column XOFFSET of format D in a E Extra column YOFFSET of format D in a E Extra column REFFRAME of format 7A in a E Extra column EPH_TYPE of format 10A in a E Extra column EPH_TIME of format D in a E Extra column JWST_X of format D in a E Extra column JWST_Y of format D in a E Extra column JWST_Z of format D in a E Extra column JWST_DX of format D in a E Extra column JWST_DY of format D in a E Extra column JWST_DZ of format D in a E Extra column APERNAME of format 8A in a E Extra column PPS_APER of format 8A in a E Extra column VA_RA of format D in a E Extra column VA_DEC of format D in a E Extra column BARTDELT of format D in a E Extra column BSTRTIME of format D in a E Extra column BENDTIME of format D in a E Extra column BMIDTIME of format D in a E Extra column HELIDELT of format D in a E Extra column HSTRTIME of format D in a E Extra column HENDTIME of format D in a E Extra column HMIDTIME of format D in a E Extra column FAM_LA1 of format D in a E Extra column FASTEP1 of format D in a E Extra column FAUNIT1 of format D in a E Extra column FAPHASE1 of format D in a E Extra column FA1VALUE of format D in a E Extra column FAM_LA2 of format D in a E Extra column FASTEP2 of format D in a E Extra column FAUNIT2 of format D in a E Extra column FAPHASE2 of format D in a E Extra column FA2VALUE of format D in a E Extra column FAM_LA3 of format D in a E Extra column FASTEP3 of format D in a E Extra column FAUNIT3 of format D in a E Extra column FAPHASE3 of format D in a E Extra column FA3VALUE of format D in a E Extra column RMA_POS of format D in a E Extra column FCSRLPOS of format D in a E Extra column GS_ORDER of format K in a E Extra column GSSTRTTM of format 27A in a E Extra column GSENDTIM of format 27A in a E Extra column GDSTARID of format 10A in a E Extra column GS_RA of format D in a E Extra column GS_DEC of format D in a E Extra column GS_URA of format D in a E Extra column GS_UDEC of format D in a E Extra column GS_MAG of format D in a E Extra column GS_UMAG of format D in a E Extra column PCS_MODE of format 9A in a E Extra column VISITEND of format 27A in a E Extra column GSACSTAT of format D in a E Extra column GSCENTX of format D in a E Extra column GSCENTY of format D in a E Extra column GS_EPOCH of format D in a E Extra column GS_MURA of format D in a E Extra column GS_MUDEC of format D in a E Extra column GS_PARA of format D in a E Extra column R_AREA of format 3A in a E Extra column R_MSAOPE of format D in a E Extra column R_BARSHA of format D in a E Extra column R_CAMERA of format 3A in a E Extra column R_COLLIM of format 3A in a E Extra column R_CUBPAR of format D in a E Extra column R_DARK of format 33A in a E Extra column R_DISPER of format 3A in a E Extra column R_DISTOR of format 39A in a E Extra column R_DRZPAR of format D in a E Extra column R_EXTR1D of format D in a E Extra column R_FILOFF of format 3A in a E Extra column R_FLAT of format 33A in a E Extra column R_DFLAT of format 3A in a E Extra column R_FFLAT of format 3A in a E Extra column R_SFLAT of format 3A in a E Extra column R_FORE of format 3A in a E Extra column R_FPA of format 3A in a E Extra column R_FRINGE of format D in a E Extra column R_GAIN of format 33A in a E Extra column R_IFUFOR of format 3A in a E Extra column R_IFUPOS of format 3A in a E Extra column R_IFUSLI of format 3A in a E Extra column R_IPC of format D in a E Extra column R_LASTFR of format D in a E Extra column R_LINEAR of format 38A in a E Extra column R_MASK of format 33A in a E Extra column R_MSA of format 3A in a E Extra column R_OTE of format 3A in a E Extra column R_PTHLOS of format D in a E Extra column R_PERSAT of format 35A in a E Extra column R_PHOTOM of format 35A in a E Extra column R_PSFMAS of format D in a E Extra column R_READNO of format 38A in a E Extra column R_REFPIX of format D in a E Extra column R_REGION of format 3A in a E Extra column R_RESAMP of format D in a E Extra column R_RESOL of format D in a E Extra column R_RESET of format D in a E Extra column R_RSCD of format D in a E Extra column R_SATURA of format 39A in a E Extra column R_SPCWCS of format 3A in a E Extra column R_STRAY of format D in a E Extra column R_SUPERB of format 38A in a E Extra column R_THRPUT of format 39A in a E Extra column R_TRPDEN of format 40A in a E Extra column R_TRPPAR of format 37A in a E Extra column R_TSPHOT of format D in a E Extra column R_V2V3 of format D in a E Extra column R_WAVCOR of format D in a E Extra column R_WAVRAN of format 3A in a E Extra column S_PSFALI of format D in a E Extra column S_AMIANA of format 8A in a E Extra column S_AMIAVG of format D in a E Extra column S_AMINOR of format D in a E Extra column S_WCS of format 8A in a E Extra column S_MTWCS of format D in a E Extra column S_BKDSUB of format D in a E Extra column S_BARSHA of format D in a E Extra column S_COMB1D of format D in a E Extra column S_IFUCUB of format D in a E Extra column S_DARK of format 8A in a E Extra column S_DQINIT of format 8A in a E Extra column S_TELEMI of format D in a E Extra column S_ERRINI of format D in a E Extra column S_EXTR1D of format D in a E Extra column S_EXTR2D of format D in a E Extra column S_FRSTFR of format D in a E Extra column S_FLAT of format 8A in a E Extra column S_FRINGE of format D in a E Extra column S_GANSCL of format 7A in a E Extra column S_GRPSCL of format 7A in a E Extra column S_GUICDS of format D in a E Extra column S_IMPRNT of format D in a E Extra column S_IPC of format D in a E Extra column S_JUMP of format 8A in a E Extra column S_KLIP of format D in a E Extra column S_LASTFR of format D in a E Extra column S_LINEAR of format 8A in a E Extra column S_MSBSUB of format D in a E Extra column S_MRSMAT of format D in a E Extra column S_MSAFLG of format D in a E Extra column S_OUTLIR of format D in a E Extra column S_PTHLOS of format D in a E Extra column S_PERSIS of format 8A in a E Extra column S_PHOTOM of format 8A in a E Extra column S_RAMP of format 8A in a E Extra column S_REFPIX of format 8A in a E Extra column S_RESAMP of format D in a E Extra column S_RESET of format D in a E Extra column S_RSCD of format D in a E Extra column S_SATURA of format 8A in a E Extra column S_SKYMAT of format D in a E Extra column S_SRCCAT of format D in a E Extra column S_SRCTYP of format D in a E Extra column S_PSFSTK of format D in a E Extra column S_STRAY of format D in a E Extra column S_SUPERB of format 8A in a E Extra column S_TSPHOT of format D in a E Extra column S_TWKREG of format D in a E Extra column S_WAVCOR of format D in a E Extra column S_WFSCOM of format D in a E Extra column S_WHTLIT of format D in a E Extra column BKGLEVEL of format D in a E Extra column BKGSUB of format D in a E Extra column coeffs of format D in b E Table rows differ: E a: 3 E b: 44 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e4f7400>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 224640 _____________________ test_niriss_ami3_product[psf-amiavg] _____________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes... 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits'} suffix = 'psf-amiavg' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 11 E b: 12 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 242 E b: 233 E Extra keyword 'EPH_TIME' in a: 58574.95833333334 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0468532099685805 E Extra keyword 'JWST_DY' in a: -0.0770363253097026 E Extra keyword 'JWST_DZ' in a: -0.120707970428948 E Extra keyword 'JWST_X' in a: -1384050.5192469 E Extra keyword 'JWST_Y' in a: -770605.901007863 E Extra keyword 'JWST_Z' in a: -531205.861715784 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.95833333334 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 31]: E a> 0.028396627 E b> 0.030673975 E Data differs at [32, 31]: E a> 0.03574996 E b> 0.04227984 E Data differs at [33, 31]: E a> 0.06146509 E b> 0.07014271 E Data differs at [34, 31]: E a> 0.0767334 E b> 0.08564346 E Data differs at [35, 31]: E a> 0.033530075 E b> 0.047406018 E Data differs at [36, 31]: E a> 0.01547932 E b> 0.041702464 E Data differs at [37, 31]: E a> 0.049765844 E b> 0.07527899 E Data differs at [38, 31]: E a> 0.037133027 E b> 0.0649892 E Data differs at [39, 31]: E a> 0.0020525153 E b> 0.0692421 E Data differs at [40, 31]: E a> 0.005335912 E b> 0.09183997 E ... E 361 different pixels found (5.78% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.2578828161070413 E b> 0.020678057724293094 E Column coeffs data differs in row 1: E a> -2.574567515818153 E b> 0.02288005426419888 E Column coeffs data differs in row 2: E a> 0.2446143893853833 E b> 0.666247802974306 E Column coeffs data differs in row 3: E a> -0.21202548339664196 E b> 0.03010388231620799 E Column coeffs data differs in row 4: E a> 0.4942683899961751 E b> 1.1170740005221218 E Column coeffs data differs in row 5: E a> -3.291018366445401 E b> 11.542427466854095 E Column coeffs data differs in row 6: E a> -0.5923028211357247 E b> 1.0867323562615958 E Column coeffs data differs in row 7: E a> -0.8046754897090796 E b> 0.34685650236940063 E Column coeffs data differs in row 8: E a> -0.02831983619108604 E b> 0.11360954833347381 E Column coeffs data differs in row 9: E a> 3.0462438872867867 E b> 0.12596298433132216 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.3968572388394871 E b> 0.03052577966626673 E Column coeffs data differs in row 1: E a> -0.24847504654126182 E b> 0.35362820279427104 E Column coeffs data differs in row 2: E a> 2.9454466556171277 E b> 0.02238817697586928 E Column coeffs data differs in row 3: E a> -0.11146377997083344 E b> 0.3972588582359453 E Column coeffs data differs in row 4: E a> 0.3722905282771351 E b> 0.40714875933240896 E Column coeffs data differs in row 5: E a> -0.38657024517903954 E b> 0.3688475120235637 E Column coeffs data differs in row 6: E a> -0.3874494692737076 E b> 0.3482265369144568 E Column coeffs data differs in row 7: E a> -0.0259780990405126 E b> 0.6848653151870536 E Column coeffs data differs in row 8: E a> -0.2637066294249372 E b> 0.8405000555660932 E Column coeffs data differs in row 9: E a> -0.23659219395899397 E b> 0.05503351227602916 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E Extension HDU 9: E Extension names differ: E a: HDRTAB E b: SOLNS E E Headers contain differences: E Headers have different number of cards: E a: 684 E b: 12 E Extra keyword 'TTYPE10' in a: 'DATAMODL' E Extra keyword 'TTYPE100' in a: 'EXPEND' E Extra keyword 'TTYPE101' in a: 'MJD-END' E Extra keyword 'TTYPE102' in a: 'TDB-BEG' E Extra keyword 'TTYPE103' in a: 'TDB-MID' E Extra keyword 'TTYPE104' in a: 'TDB-END' E Extra keyword 'TTYPE105' in a: 'READPATT' E Extra keyword 'TTYPE106' in a: 'EXSEGNUM' E Extra keyword 'TTYPE107' in a: 'EXSEGTOT' E Extra keyword 'TTYPE108' in a: 'NOUTPUTS' E Extra keyword 'TTYPE109' in a: 'NINTS' E Extra keyword 'TTYPE11' in a: 'TELESCOP' E Extra keyword 'TTYPE110' in a: 'INTSTART' E Extra keyword 'TTYPE111' in a: 'INTEND' E Extra keyword 'TTYPE112' in a: 'NGROUPS' E Extra keyword 'TTYPE113' in a: 'NFRAMES' E Extra keyword 'TTYPE114' in a: 'MIRNGRPS' E Extra keyword 'TTYPE115' in a: 'MIRNFRMS' E Extra keyword 'TTYPE116' in a: 'FRMDIVSR' E Extra keyword 'TTYPE117' in a: 'GROUPGAP' E Extra keyword 'TTYPE118' in a: 'DRPFRMS1' E Extra keyword 'TTYPE119' in a: 'DRPFRMS3' E Extra keyword 'TTYPE12' in a: 'HGA_MOVE' E Extra keyword 'TTYPE120' in a: 'NSAMPLES' E Extra keyword 'TTYPE121' in a: 'TSAMPLE' E Extra keyword 'TTYPE122' in a: 'TFRAME' E Extra keyword 'TTYPE123' in a: 'TGROUP' E Extra keyword 'TTYPE124' in a: 'EFFINTTM' E Extra keyword 'TTYPE125' in a: 'EFFEXPTM' E Extra keyword 'TTYPE126' in a: 'XPOSURE' E Extra keyword 'TTYPE127' in a: 'DURATION' E Extra keyword 'TTYPE128' in a: 'TELAPSE' E Extra keyword 'TTYPE129' in a: 'NRSTSTRT' E Extra keyword 'TTYPE13' in a: 'HGA_STRT' E Extra keyword 'TTYPE130' in a: 'NRESETS' E Extra keyword 'TTYPE131' in a: 'ZEROFRAM' E Extra keyword 'TTYPE132' in a: 'DATAPROB' E Extra keyword 'TTYPE133' in a: 'SCA_NUM' E Extra keyword 'TTYPE134' in a: 'DATAMODE' E Extra keyword 'TTYPE135' in a: 'NRS_NORM' E Extra keyword 'TTYPE136' in a: 'NRS_REF' E Extra keyword 'TTYPE137' in a: 'SCTARATE' E Extra keyword 'TTYPE138' in a: 'GAINFACT' E Extra keyword 'TTYPE139' in a: 'IS_IMPRT' E Extra keyword 'TTYPE14' in a: 'HGA_STOP' E Extra keyword 'TTYPE140' in a: 'IS_PSF' E Extra keyword 'TTYPE141' in a: 'SELFREF' E Extra keyword 'TTYPE142' in a: 'SUBARRAY' E Extra keyword 'TTYPE143' in a: 'SUBSTRT1' E Extra keyword 'TTYPE144' in a: 'SUBSTRT2' E Extra keyword 'TTYPE145' in a: 'SUBSIZE1' E Extra keyword 'TTYPE146' in a: 'SUBSIZE2' E Extra keyword 'TTYPE147' in a: 'FASTAXIS' E Extra keyword 'TTYPE148' in a: 'SLOWAXIS' E Extra keyword 'TTYPE149' in a: 'DETXCOR' E Extra keyword 'TTYPE15' in a: 'PWFSEET' E Extra keyword 'TTYPE150' in a: 'DETYCOR' E Extra keyword 'TTYPE151' in a: 'DETXSIZ' E Extra keyword 'TTYPE152' in a: 'DETYSIZ' E Extra keyword 'TTYPE153' in a: 'PATTTYPE' E Extra keyword 'TTYPE154' in a: 'PRIDTYPE' E Extra keyword 'TTYPE155' in a: 'PRIDTPTS' E Extra keyword 'TTYPE156' in a: 'PATT_NUM' E Extra keyword 'TTYPE157' in a: 'PATTSTRT' E Extra keyword 'TTYPE158' in a: 'NUMDTHPT' E Extra keyword 'TTYPE159' in a: 'PATTNPTS' E Extra keyword 'TTYPE16' in a: 'NWFSEST' E Extra keyword 'TTYPE160' in a: 'PATTSIZE' E Extra keyword 'TTYPE161' in a: 'SMGRDPAT' E Extra keyword 'TTYPE162' in a: 'SUBPXPTS' E Extra keyword 'TTYPE163' in a: 'SUBPXPAT' E Extra keyword 'TTYPE164' in a: 'SPEC_NUM' E Extra keyword 'TTYPE165' in a: 'SPECNSTP' E Extra keyword 'TTYPE166' in a: 'SPECSTEP' E Extra keyword 'TTYPE167' in a: 'SPCOFFST' E Extra keyword 'TTYPE168' in a: 'SPAT_NUM' E Extra keyword 'TTYPE169' in a: 'SPATNSTP' E Extra keyword 'TTYPE17' in a: 'ASNPOOL' E Extra keyword 'TTYPE170' in a: 'SPATSTEP' E Extra keyword 'TTYPE171' in a: 'SPTOFFST' E Extra keyword 'TTYPE172' in a: 'XOFFSET' E Extra keyword 'TTYPE173' in a: 'YOFFSET' E Extra keyword 'TTYPE174' in a: 'REFFRAME' E Extra keyword 'TTYPE175' in a: 'EPH_TYPE' E Extra keyword 'TTYPE176' in a: 'EPH_TIME' E Extra keyword 'TTYPE177' in a: 'JWST_X' E Extra keyword 'TTYPE178' in a: 'JWST_Y' E Extra keyword 'TTYPE179' in a: 'JWST_Z' E Extra keyword 'TTYPE18' in a: 'ASNTABLE' E Extra keyword 'TTYPE180' in a: 'JWST_DX' E Extra keyword 'TTYPE181' in a: 'JWST_DY' E Extra keyword 'TTYPE182' in a: 'JWST_DZ' E Extra keyword 'TTYPE183' in a: 'APERNAME' E Extra keyword 'TTYPE184' in a: 'PPS_APER' E Extra keyword 'TTYPE185' in a: 'VA_RA' E Extra keyword 'TTYPE186' in a: 'VA_DEC' E Extra keyword 'TTYPE187' in a: 'BARTDELT' E Extra keyword 'TTYPE188' in a: 'BSTRTIME' E Extra keyword 'TTYPE189' in a: 'BENDTIME' E Extra keyword 'TTYPE19' in a: 'TITLE' E Extra keyword 'TTYPE190' in a: 'BMIDTIME' E Extra keyword 'TTYPE191' in a: 'HELIDELT' E Extra keyword 'TTYPE192' in a: 'HSTRTIME' E Extra keyword 'TTYPE193' in a: 'HENDTIME' E Extra keyword 'TTYPE194' in a: 'HMIDTIME' E Extra keyword 'TTYPE195' in a: 'FAM_LA1' E Extra keyword 'TTYPE196' in a: 'FASTEP1' E Extra keyword 'TTYPE197' in a: 'FAUNIT1' E Extra keyword 'TTYPE198' in a: 'FAPHASE1' E Extra keyword 'TTYPE199' in a: 'FA1VALUE' E Extra keyword 'TTYPE2' in a: 'ORIGIN' E Extra keyword 'TTYPE20' in a: 'PI_NAME' E Extra keyword 'TTYPE200' in a: 'FAM_LA2' E Extra keyword 'TTYPE201' in a: 'FASTEP2' E Extra keyword 'TTYPE202' in a: 'FAUNIT2' E Extra keyword 'TTYPE203' in a: 'FAPHASE2' E Extra keyword 'TTYPE204' in a: 'FA2VALUE' E Extra keyword 'TTYPE205' in a: 'FAM_LA3' E Extra keyword 'TTYPE206' in a: 'FASTEP3' E Extra keyword 'TTYPE207' in a: 'FAUNIT3' E Extra keyword 'TTYPE208' in a: 'FAPHASE3' E Extra keyword 'TTYPE209' in a: 'FA3VALUE' E Extra keyword 'TTYPE21' in a: 'CATEGORY' E Extra keyword 'TTYPE210' in a: 'RMA_POS' E Extra keyword 'TTYPE211' in a: 'FCSRLPOS' E Extra keyword 'TTYPE212' in a: 'GS_ORDER' E Extra keyword 'TTYPE213' in a: 'GSSTRTTM' E Extra keyword 'TTYPE214' in a: 'GSENDTIM' E Extra keyword 'TTYPE215' in a: 'GDSTARID' E Extra keyword 'TTYPE216' in a: 'GS_RA' E Extra keyword 'TTYPE217' in a: 'GS_DEC' E Extra keyword 'TTYPE218' in a: 'GS_URA' E Extra keyword 'TTYPE219' in a: 'GS_UDEC' E Extra keyword 'TTYPE22' in a: 'SUBCAT' E Extra keyword 'TTYPE220' in a: 'GS_MAG' E Extra keyword 'TTYPE221' in a: 'GS_UMAG' E Extra keyword 'TTYPE222' in a: 'PCS_MODE' E Extra keyword 'TTYPE223' in a: 'VISITEND' E Extra keyword 'TTYPE224' in a: 'GSACSTAT' E Extra keyword 'TTYPE225' in a: 'GSCENTX' E Extra keyword 'TTYPE226' in a: 'GSCENTY' E Extra keyword 'TTYPE227' in a: 'GS_EPOCH' E Extra keyword 'TTYPE228' in a: 'GS_MURA' E Extra keyword 'TTYPE229' in a: 'GS_MUDEC' E Extra keyword 'TTYPE23' in a: 'SCICAT' E Extra keyword 'TTYPE230' in a: 'GS_PARA' E Extra keyword 'TTYPE231' in a: 'CRDS_VER' E Extra keyword 'TTYPE232' in a: 'CRDS_CTX' E Extra keyword 'TTYPE233' in a: 'R_AREA' E Extra keyword 'TTYPE234' in a: 'R_MSAOPE' E Extra keyword 'TTYPE235' in a: 'R_BARSHA' E Extra keyword 'TTYPE236' in a: 'R_CAMERA' E Extra keyword 'TTYPE237' in a: 'R_COLLIM' E Extra keyword 'TTYPE238' in a: 'R_CUBPAR' E Extra keyword 'TTYPE239' in a: 'R_DARK' E Extra keyword 'TTYPE24' in a: 'CONT_ID' E Extra keyword 'TTYPE240' in a: 'R_DISPER' E Extra keyword 'TTYPE241' in a: 'R_DISTOR' E Extra keyword 'TTYPE242' in a: 'R_DRZPAR' E Extra keyword 'TTYPE243' in a: 'R_EXTR1D' E Extra keyword 'TTYPE244' in a: 'R_FILOFF' E Extra keyword 'TTYPE245' in a: 'R_FLAT' E Extra keyword 'TTYPE246' in a: 'R_DFLAT' E Extra keyword 'TTYPE247' in a: 'R_FFLAT' E Extra keyword 'TTYPE248' in a: 'R_SFLAT' E Extra keyword 'TTYPE249' in a: 'R_FORE' E Extra keyword 'TTYPE25' in a: 'DATE-OBS' E Extra keyword 'TTYPE250' in a: 'R_FPA' E Extra keyword 'TTYPE251' in a: 'R_FRINGE' E Extra keyword 'TTYPE252' in a: 'R_GAIN' E Extra keyword 'TTYPE253' in a: 'R_IFUFOR' E Extra keyword 'TTYPE254' in a: 'R_IFUPOS' E Extra keyword 'TTYPE255' in a: 'R_IFUSLI' E Extra keyword 'TTYPE256' in a: 'R_IPC' E Extra keyword 'TTYPE257' in a: 'R_LASTFR' E Extra keyword 'TTYPE258' in a: 'R_LINEAR' E Extra keyword 'TTYPE259' in a: 'R_MASK' E Extra keyword 'TTYPE26' in a: 'TIME-OBS' E Extra keyword 'TTYPE260' in a: 'R_MSA' E Extra keyword 'TTYPE261' in a: 'R_OTE' E Extra keyword 'TTYPE262' in a: 'R_PTHLOS' E Extra keyword 'TTYPE263' in a: 'R_PERSAT' E Extra keyword 'TTYPE264' in a: 'R_PHOTOM' E Extra keyword 'TTYPE265' in a: 'R_PSFMAS' E Extra keyword 'TTYPE266' in a: 'R_READNO' E Extra keyword 'TTYPE267' in a: 'R_REFPIX' E Extra keyword 'TTYPE268' in a: 'R_REGION' E Extra keyword 'TTYPE269' in a: 'R_RESAMP' E Extra keyword 'TTYPE27' in a: 'DATE-BEG' E Extra keyword 'TTYPE270' in a: 'R_RESOL' E Extra keyword 'TTYPE271' in a: 'R_RESET' E Extra keyword 'TTYPE272' in a: 'R_RSCD' E Extra keyword 'TTYPE273' in a: 'R_SATURA' E Extra keyword 'TTYPE274' in a: 'R_SPCWCS' E Extra keyword 'TTYPE275' in a: 'R_STRAY' E Extra keyword 'TTYPE276' in a: 'R_SUPERB' E Extra keyword 'TTYPE277' in a: 'R_THRPUT' E Extra keyword 'TTYPE278' in a: 'R_TRPDEN' E Extra keyword 'TTYPE279' in a: 'R_TRPPAR' E Extra keyword 'TTYPE28' in a: 'DATE-END' E Extra keyword 'TTYPE280' in a: 'R_TSPHOT' E Extra keyword 'TTYPE281' in a: 'R_V2V3' E Extra keyword 'TTYPE282' in a: 'R_WAVCOR' E Extra keyword 'TTYPE283' in a: 'R_WAVRAN' E Extra keyword 'TTYPE284' in a: 'S_PSFALI' E Extra keyword 'TTYPE285' in a: 'S_AMIANA' E Extra keyword 'TTYPE286' in a: 'S_AMIAVG' E Extra keyword 'TTYPE287' in a: 'S_AMINOR' E Extra keyword 'TTYPE288' in a: 'S_WCS' E Extra keyword 'TTYPE289' in a: 'S_MTWCS' E Extra keyword 'TTYPE29' in a: 'OBS_ID' E Extra keyword 'TTYPE290' in a: 'S_BKDSUB' E Extra keyword 'TTYPE291' in a: 'S_BARSHA' E Extra keyword 'TTYPE292' in a: 'S_COMB1D' E Extra keyword 'TTYPE293' in a: 'S_IFUCUB' E Extra keyword 'TTYPE294' in a: 'S_DARK' E Extra keyword 'TTYPE295' in a: 'S_DQINIT' E Extra keyword 'TTYPE296' in a: 'S_TELEMI' E Extra keyword 'TTYPE297' in a: 'S_ERRINI' E Extra keyword 'TTYPE298' in a: 'S_EXTR1D' E Extra keyword 'TTYPE299' in a: 'S_EXTR2D' E Extra keyword 'TTYPE3' in a: 'TIMESYS' E Extra keyword 'TTYPE30' in a: 'VISIT_ID' E Extra keyword 'TTYPE300' in a: 'S_FRSTFR' E Extra keyword 'TTYPE301' in a: 'S_FLAT' E Extra keyword 'TTYPE302' in a: 'S_FRINGE' E Extra keyword 'TTYPE303' in a: 'S_GANSCL' E Extra keyword 'TTYPE304' in a: 'S_GRPSCL' E Extra keyword 'TTYPE305' in a: 'S_GUICDS' E Extra keyword 'TTYPE306' in a: 'S_IMPRNT' E Extra keyword 'TTYPE307' in a: 'S_IPC' E Extra keyword 'TTYPE308' in a: 'S_JUMP' E Extra keyword 'TTYPE309' in a: 'S_KLIP' E Extra keyword 'TTYPE31' in a: 'PROGRAM' E Extra keyword 'TTYPE310' in a: 'S_LASTFR' E Extra keyword 'TTYPE311' in a: 'S_LINEAR' E Extra keyword 'TTYPE312' in a: 'S_MSBSUB' E Extra keyword 'TTYPE313' in a: 'S_MRSMAT' E Extra keyword 'TTYPE314' in a: 'S_MSAFLG' E Extra keyword 'TTYPE315' in a: 'S_OUTLIR' E Extra keyword 'TTYPE316' in a: 'S_PTHLOS' E Extra keyword 'TTYPE317' in a: 'S_PERSIS' E Extra keyword 'TTYPE318' in a: 'S_PHOTOM' E Extra keyword 'TTYPE319' in a: 'S_RAMP' E Extra keyword 'TTYPE32' in a: 'OBSERVTN' E Extra keyword 'TTYPE320' in a: 'S_REFPIX' E Extra keyword 'TTYPE321' in a: 'S_RESAMP' E Extra keyword 'TTYPE322' in a: 'S_RESET' E Extra keyword 'TTYPE323' in a: 'S_RSCD' E Extra keyword 'TTYPE324' in a: 'S_SATURA' E Extra keyword 'TTYPE325' in a: 'S_SKYMAT' E Extra keyword 'TTYPE326' in a: 'S_SRCCAT' E Extra keyword 'TTYPE327' in a: 'S_SRCTYP' E Extra keyword 'TTYPE328' in a: 'S_PSFSTK' E Extra keyword 'TTYPE329' in a: 'S_STRAY' E Extra keyword 'TTYPE33' in a: 'VISIT' E Extra keyword 'TTYPE330' in a: 'S_SUPERB' E Extra keyword 'TTYPE331' in a: 'S_TSPHOT' E Extra keyword 'TTYPE332' in a: 'S_TWKREG' E Extra keyword 'TTYPE333' in a: 'S_WAVCOR' E Extra keyword 'TTYPE334' in a: 'S_WFSCOM' E Extra keyword 'TTYPE335' in a: 'S_WHTLIT' E Extra keyword 'TTYPE336' in a: 'BKGLEVEL' E Extra keyword 'TTYPE337' in a: 'BKGSUB' E Extra keyword 'TTYPE34' in a: 'VISITGRP' E Extra keyword 'TTYPE35' in a: 'SEQ_ID' E Extra keyword 'TTYPE36' in a: 'ACT_ID' E Extra keyword 'TTYPE37' in a: 'EXPOSURE' E Extra keyword 'TTYPE38' in a: 'BKGDTARG' E Extra keyword 'TTYPE39' in a: 'TEMPLATE' E Extra keyword 'TTYPE4' in a: 'FILENAME' E Extra keyword 'TTYPE40' in a: 'OBSLABEL' E Extra keyword 'TTYPE41' in a: 'ENG_QUAL' E Extra keyword 'TTYPE42' in a: 'ENGQLPTG' E Extra keyword 'TTYPE43' in a: 'VISITYPE' E Extra keyword 'TTYPE44' in a: 'VSTSTART' E Extra keyword 'TTYPE45' in a: 'VISITSTA' E Extra keyword 'TTYPE46' in a: 'NEXPOSUR' E Extra keyword 'TTYPE47' in a: 'INTARGET' E Extra keyword 'TTYPE48' in a: 'TARGOOPP' E Extra keyword 'TTYPE49' in a: 'TSOVISIT' E Extra keyword 'TTYPE5' in a: 'FILETYPE' E Extra keyword 'TTYPE50' in a: 'EXP_ONLY' E Extra keyword 'TTYPE51' in a: 'TARGPROP' E Extra keyword 'TTYPE52' in a: 'TARGNAME' E Extra keyword 'TTYPE53' in a: 'TARGTYPE' E Extra keyword 'TTYPE54' in a: 'TARG_RA' E Extra keyword 'TTYPE55' in a: 'TARG_DEC' E Extra keyword 'TTYPE56' in a: 'TARGURA' E Extra keyword 'TTYPE57' in a: 'TARGUDEC' E Extra keyword 'TTYPE58' in a: 'MU_RA' E Extra keyword 'TTYPE59' in a: 'MU_DEC' E Extra keyword 'TTYPE6' in a: 'SDP_VER' E Extra keyword 'TTYPE60' in a: 'MU_EPOCH' E Extra keyword 'TTYPE61' in a: 'PROP_RA' E Extra keyword 'TTYPE62' in a: 'PROP_DEC' E Extra keyword 'TTYPE63' in a: 'SRCTYAPT' E Extra keyword 'TTYPE64' in a: 'INSTRUME' E Extra keyword 'TTYPE65' in a: 'DETECTOR' E Extra keyword 'TTYPE66' in a: 'MODULE' E Extra keyword 'TTYPE67' in a: 'CHANNEL' E Extra keyword 'TTYPE68' in a: 'FILTER' E Extra keyword 'TTYPE69' in a: 'PUPIL' E Extra keyword 'TTYPE7' in a: 'PRD_VER' E Extra keyword 'TTYPE70' in a: 'PILIN' E Extra keyword 'TTYPE71' in a: 'GRATING' E Extra keyword 'TTYPE72' in a: 'BAND' E Extra keyword 'TTYPE73' in a: 'FXD_SLIT' E Extra keyword 'TTYPE74' in a: 'FOCUSPOS' E Extra keyword 'TTYPE75' in a: 'PREIMAGE' E Extra keyword 'TTYPE76' in a: 'CCCSTATE' E Extra keyword 'TTYPE77' in a: 'CORONMSK' E Extra keyword 'TTYPE78' in a: 'MSASTATE' E Extra keyword 'TTYPE79' in a: 'MSAMETFL' E Extra keyword 'TTYPE8' in a: 'CAL_VER' E Extra keyword 'TTYPE80' in a: 'MSAMETID' E Extra keyword 'TTYPE81' in a: 'MSACONID' E Extra keyword 'TTYPE82' in a: 'LAMP' E Extra keyword 'TTYPE83' in a: 'OPMODE' E Extra keyword 'TTYPE84' in a: 'GWA_XTIL' E Extra keyword 'TTYPE85' in a: 'GWA_YTIL' E Extra keyword 'TTYPE86' in a: 'GWA_XP_V' E Extra keyword 'TTYPE87' in a: 'GWA_YP_V' E Extra keyword 'TTYPE88' in a: 'GWA_PXAV' E Extra keyword 'TTYPE89' in a: 'GWA_PYAV' E Extra keyword 'TTYPE9' in a: 'CAL_VCS' E Extra keyword 'TTYPE90' in a: 'GWA_TILT' E Extra keyword 'TTYPE91' in a: 'FWCPOS' E Extra keyword 'TTYPE92' in a: 'PWCPOS' E Extra keyword 'TTYPE93' in a: 'EXPCOUNT' E Extra keyword 'TTYPE94' in a: 'EXPRIPAR' E Extra keyword 'TTYPE95' in a: 'EXP_TYPE' E Extra keyword 'TTYPE96' in a: 'EXPSTART' E Extra keyword 'TTYPE97' in a: 'MJD-BEG' E Extra keyword 'TTYPE98' in a: 'EXPMID' E Extra keyword 'TTYPE99' in a: 'MJD-AVG' E Keyword EXTNAME has different values: E a> HDRTAB E b> SOLNS E Keyword NAXIS2 has different values: E a> 3 E b> 44 E Keyword TFIELDS has different values: E a> 337 E b> 1 E Keyword TTYPE1 has different values: E a> DATE E b> coeffs E E Data contains differences: E Tables have different number of columns: E a: 337 E b: 1 E Extra column ORIGIN of format 5A in a E Extra column TIMESYS of format 3A in a E Extra column FILENAME of format 44A in a E Extra column FILETYPE of format 3A in a E Extra column SDP_VER of format 6A in a E Extra column PRD_VER of format 15A in a E Extra column DATAMODL of format 10A in a E Extra column TELESCOP of format 4A in a E Extra column HGA_MOVE of format L in a E Extra column HGA_STRT of format D in a E Extra column HGA_STOP of format D in a E Extra column PWFSEET of format D in a E Extra column NWFSEST of format D in a E Extra column ASNPOOL of format 28A in a E Extra column ASNTABLE of format 47A in a E Extra column TITLE of format 43A in a E Extra column PI_NAME of format 17A in a E Extra column CATEGORY of format 3A in a E Extra column SUBCAT of format 6A in a E Extra column SCICAT of format D in a E Extra column CONT_ID of format D in a E Extra column DATE-OBS of format 10A in a E Extra column TIME-OBS of format 12A in a E Extra column DATE-BEG of format 23A in a E Extra column DATE-END of format 23A in a E Extra column OBS_ID of format 26A in a E Extra column VISIT_ID of format 11A in a E Extra column PROGRAM of format 5A in a E Extra column OBSERVTN of format 3A in a E Extra column VISIT of format 3A in a E Extra column VISITGRP of format 2A in a E Extra column SEQ_ID of format 1A in a E Extra column ACT_ID of format 2A in a E Extra column EXPOSURE of format 1A in a E Extra column BKGDTARG of format L in a E Extra column TEMPLATE of format 38A in a E Extra column OBSLABEL of format 33A in a E Extra column ENG_QUAL of format 7A in a E Extra column ENGQLPTG of format D in a E Extra column VISITYPE of format 20A in a E Extra column VSTSTART of format 27A in a E Extra column VISITSTA of format 10A in a E Extra column NEXPOSUR of format K in a E Extra column INTARGET of format L in a E Extra column TARGOOPP of format L in a E Extra column TSOVISIT of format L in a E Extra column EXP_ONLY of format L in a E Extra column TARGPROP of format 14A in a E Extra column TARGNAME of format 1A in a E Extra column TARGTYPE of format 5A in a E Extra column TARG_RA of format D in a E Extra column TARG_DEC of format D in a E Extra column TARGURA of format D in a E Extra column TARGUDEC of format D in a E Extra column MU_RA of format D in a E Extra column MU_DEC of format D in a E Extra column MU_EPOCH of format D in a E Extra column PROP_RA of format D in a E Extra column PROP_DEC of format D in a E Extra column SRCTYAPT of format D in a E Extra column INSTRUME of format 6A in a E Extra column DETECTOR of format 3A in a E Extra column MODULE of format D in a E Extra column CHANNEL of format D in a E Extra column FILTER of format 5A in a E Extra column PUPIL of format 3A in a E Extra column PILIN of format D in a E Extra column GRATING of format D in a E Extra column BAND of format D in a E Extra column FXD_SLIT of format D in a E Extra column FOCUSPOS of format D in a E Extra column PREIMAGE of format D in a E Extra column CCCSTATE of format D in a E Extra column CORONMSK of format D in a E Extra column MSASTATE of format D in a E Extra column MSAMETFL of format D in a E Extra column MSAMETID of format D in a E Extra column MSACONID of format D in a E Extra column LAMP of format 4A in a E Extra column OPMODE of format 32A in a E Extra column GWA_XTIL of format D in a E Extra column GWA_YTIL of format D in a E Extra column GWA_XP_V of format D in a E Extra column GWA_YP_V of format D in a E Extra column GWA_PXAV of format D in a E Extra column GWA_PYAV of format D in a E Extra column GWA_TILT of format D in a E Extra column FWCPOS of format D in a E Extra column PWCPOS of format D in a E Extra column EXPCOUNT of format K in a E Extra column EXPRIPAR of format 5A in a E Extra column EXP_TYPE of format 7A in a E Extra column EXPSTART of format D in a E Extra column MJD-BEG of format D in a E Extra column EXPMID of format D in a E Extra column MJD-AVG of format D in a E Extra column EXPEND of format D in a E Extra column MJD-END of format D in a E Extra column TDB-BEG of format D in a E Extra column TDB-MID of format D in a E Extra column TDB-END of format D in a E Extra column READPATT of format 8A in a E Extra column EXSEGNUM of format D in a E Extra column EXSEGTOT of format D in a E Extra column NOUTPUTS of format D in a E Extra column NINTS of format K in a E Extra column INTSTART of format D in a E Extra column INTEND of format D in a E Extra column NGROUPS of format K in a E Extra column NFRAMES of format K in a E Extra column MIRNGRPS of format D in a E Extra column MIRNFRMS of format D in a E Extra column FRMDIVSR of format K in a E Extra column GROUPGAP of format K in a E Extra column DRPFRMS1 of format K in a E Extra column DRPFRMS3 of format K in a E Extra column NSAMPLES of format K in a E Extra column TSAMPLE of format D in a E Extra column TFRAME of format D in a E Extra column TGROUP of format D in a E Extra column EFFINTTM of format D in a E Extra column EFFEXPTM of format D in a E Extra column XPOSURE of format D in a E Extra column DURATION of format D in a E Extra column TELAPSE of format D in a E Extra column NRSTSTRT of format K in a E Extra column NRESETS of format K in a E Extra column ZEROFRAM of format L in a E Extra column DATAPROB of format L in a E Extra column SCA_NUM of format K in a E Extra column DATAMODE of format K in a E Extra column NRS_NORM of format D in a E Extra column NRS_REF of format D in a E Extra column SCTARATE of format D in a E Extra column GAINFACT of format D in a E Extra column IS_IMPRT of format D in a E Extra column IS_PSF of format L in a E Extra column SELFREF of format L in a E Extra column SUBARRAY of format 5A in a E Extra column SUBSTRT1 of format K in a E Extra column SUBSTRT2 of format K in a E Extra column SUBSIZE1 of format K in a E Extra column SUBSIZE2 of format K in a E Extra column FASTAXIS of format K in a E Extra column SLOWAXIS of format K in a E Extra column DETXCOR of format D in a E Extra column DETYCOR of format D in a E Extra column DETXSIZ of format D in a E Extra column DETYSIZ of format D in a E Extra column PATTTYPE of format D in a E Extra column PRIDTYPE of format D in a E Extra column PRIDTPTS of format D in a E Extra column PATT_NUM of format K in a E Extra column PATTSTRT of format D in a E Extra column NUMDTHPT of format K in a E Extra column PATTNPTS of format D in a E Extra column PATTSIZE of format 4A in a E Extra column SMGRDPAT of format D in a E Extra column SUBPXPTS of format K in a E Extra column SUBPXPAT of format D in a E Extra column SPEC_NUM of format D in a E Extra column SPECNSTP of format D in a E Extra column SPECSTEP of format D in a E Extra column SPCOFFST of format D in a E Extra column SPAT_NUM of format D in a E Extra column SPATNSTP of format D in a E Extra column SPATSTEP of format D in a E Extra column SPTOFFST of format D in a E Extra column XOFFSET of format D in a E Extra column YOFFSET of format D in a E Extra column REFFRAME of format 7A in a E Extra column EPH_TYPE of format 10A in a E Extra column EPH_TIME of format D in a E Extra column JWST_X of format D in a E Extra column JWST_Y of format D in a E Extra column JWST_Z of format D in a E Extra column JWST_DX of format D in a E Extra column JWST_DY of format D in a E Extra column JWST_DZ of format D in a E Extra column APERNAME of format 8A in a E Extra column PPS_APER of format 8A in a E Extra column VA_RA of format D in a E Extra column VA_DEC of format D in a E Extra column BARTDELT of format D in a E Extra column BSTRTIME of format D in a E Extra column BENDTIME of format D in a E Extra column BMIDTIME of format D in a E Extra column HELIDELT of format D in a E Extra column HSTRTIME of format D in a E Extra column HENDTIME of format D in a E Extra column HMIDTIME of format D in a E Extra column FAM_LA1 of format D in a E Extra column FASTEP1 of format D in a E Extra column FAUNIT1 of format D in a E Extra column FAPHASE1 of format D in a E Extra column FA1VALUE of format D in a E Extra column FAM_LA2 of format D in a E Extra column FASTEP2 of format D in a E Extra column FAUNIT2 of format D in a E Extra column FAPHASE2 of format D in a E Extra column FA2VALUE of format D in a E Extra column FAM_LA3 of format D in a E Extra column FASTEP3 of format D in a E Extra column FAUNIT3 of format D in a E Extra column FAPHASE3 of format D in a E Extra column FA3VALUE of format D in a E Extra column RMA_POS of format D in a E Extra column FCSRLPOS of format D in a E Extra column GS_ORDER of format K in a E Extra column GSSTRTTM of format 27A in a E Extra column GSENDTIM of format 27A in a E Extra column GDSTARID of format 10A in a E Extra column GS_RA of format D in a E Extra column GS_DEC of format D in a E Extra column GS_URA of format D in a E Extra column GS_UDEC of format D in a E Extra column GS_MAG of format D in a E Extra column GS_UMAG of format D in a E Extra column PCS_MODE of format 9A in a E Extra column VISITEND of format 27A in a E Extra column GSACSTAT of format D in a E Extra column GSCENTX of format D in a E Extra column GSCENTY of format D in a E Extra column GS_EPOCH of format D in a E Extra column GS_MURA of format D in a E Extra column GS_MUDEC of format D in a E Extra column GS_PARA of format D in a E Extra column R_AREA of format 3A in a E Extra column R_MSAOPE of format D in a E Extra column R_BARSHA of format D in a E Extra column R_CAMERA of format 3A in a E Extra column R_COLLIM of format 3A in a E Extra column R_CUBPAR of format D in a E Extra column R_DARK of format 33A in a E Extra column R_DISPER of format 3A in a E Extra column R_DISTOR of format 39A in a E Extra column R_DRZPAR of format D in a E Extra column R_EXTR1D of format D in a E Extra column R_FILOFF of format 3A in a E Extra column R_FLAT of format 33A in a E Extra column R_DFLAT of format 3A in a E Extra column R_FFLAT of format 3A in a E Extra column R_SFLAT of format 3A in a E Extra column R_FORE of format 3A in a E Extra column R_FPA of format 3A in a E Extra column R_FRINGE of format D in a E Extra column R_GAIN of format 33A in a E Extra column R_IFUFOR of format 3A in a E Extra column R_IFUPOS of format 3A in a E Extra column R_IFUSLI of format 3A in a E Extra column R_IPC of format D in a E Extra column R_LASTFR of format D in a E Extra column R_LINEAR of format 38A in a E Extra column R_MASK of format 33A in a E Extra column R_MSA of format 3A in a E Extra column R_OTE of format 3A in a E Extra column R_PTHLOS of format D in a E Extra column R_PERSAT of format 35A in a E Extra column R_PHOTOM of format 35A in a E Extra column R_PSFMAS of format D in a E Extra column R_READNO of format 38A in a E Extra column R_REFPIX of format D in a E Extra column R_REGION of format 3A in a E Extra column R_RESAMP of format D in a E Extra column R_RESOL of format D in a E Extra column R_RESET of format D in a E Extra column R_RSCD of format D in a E Extra column R_SATURA of format 39A in a E Extra column R_SPCWCS of format 3A in a E Extra column R_STRAY of format D in a E Extra column R_SUPERB of format 38A in a E Extra column R_THRPUT of format 39A in a E Extra column R_TRPDEN of format 40A in a E Extra column R_TRPPAR of format 37A in a E Extra column R_TSPHOT of format D in a E Extra column R_V2V3 of format D in a E Extra column R_WAVCOR of format D in a E Extra column R_WAVRAN of format 3A in a E Extra column S_PSFALI of format D in a E Extra column S_AMIANA of format 8A in a E Extra column S_AMIAVG of format D in a E Extra column S_AMINOR of format D in a E Extra column S_WCS of format 8A in a E Extra column S_MTWCS of format D in a E Extra column S_BKDSUB of format D in a E Extra column S_BARSHA of format D in a E Extra column S_COMB1D of format D in a E Extra column S_IFUCUB of format D in a E Extra column S_DARK of format 8A in a E Extra column S_DQINIT of format 8A in a E Extra column S_TELEMI of format D in a E Extra column S_ERRINI of format D in a E Extra column S_EXTR1D of format D in a E Extra column S_EXTR2D of format D in a E Extra column S_FRSTFR of format D in a E Extra column S_FLAT of format 8A in a E Extra column S_FRINGE of format D in a E Extra column S_GANSCL of format 7A in a E Extra column S_GRPSCL of format 7A in a E Extra column S_GUICDS of format D in a E Extra column S_IMPRNT of format D in a E Extra column S_IPC of format D in a E Extra column S_JUMP of format 8A in a E Extra column S_KLIP of format D in a E Extra column S_LASTFR of format D in a E Extra column S_LINEAR of format 8A in a E Extra column S_MSBSUB of format D in a E Extra column S_MRSMAT of format D in a E Extra column S_MSAFLG of format D in a E Extra column S_OUTLIR of format D in a E Extra column S_PTHLOS of format D in a E Extra column S_PERSIS of format 8A in a E Extra column S_PHOTOM of format 8A in a E Extra column S_RAMP of format 8A in a E Extra column S_REFPIX of format 8A in a E Extra column S_RESAMP of format D in a E Extra column S_RESET of format D in a E Extra column S_RSCD of format D in a E Extra column S_SATURA of format 8A in a E Extra column S_SKYMAT of format D in a E Extra column S_SRCCAT of format D in a E Extra column S_SRCTYP of format D in a E Extra column S_PSFSTK of format D in a E Extra column S_STRAY of format D in a E Extra column S_SUPERB of format 8A in a E Extra column S_TSPHOT of format D in a E Extra column S_TWKREG of format D in a E Extra column S_WAVCOR of format D in a E Extra column S_WFSCOM of format D in a E Extra column S_WHTLIT of format D in a E Extra column BKGLEVEL of format D in a E Extra column BKGSUB of format D in a E Extra column coeffs of format D in b E Table rows differ: E a: 3 E b: 44 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6df5fc40>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 224640 ______________________ test_niriss_ami3_product[aminorm] _______________________ run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...s', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits'} suffix = 'aminorm' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 11 E b: 12 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 243 E b: 234 E Extra keyword 'EPH_TIME' in a: 58574.91041666667 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0469790221838205 E Extra keyword 'JWST_DY' in a: -0.0773431264526588 E Extra keyword 'JWST_DZ' in a: -0.120950340212028 E Extra keyword 'JWST_X' in a: -1384244.75184443 E Extra keyword 'JWST_Y' in a: -770286.33628962 E Extra keyword 'JWST_Z' in a: -530705.629288779 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.91041666667 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 31]: E a> 0.023726119 E b> 0.024969906 E Data differs at [32, 31]: E a> 0.033588223 E b> 0.0371372 E Data differs at [33, 31]: E a> 0.06062609 E b> 0.06611066 E Data differs at [34, 31]: E a> 0.088199936 E b> 0.094267786 E Data differs at [35, 31]: E a> 0.05899796 E b> 0.06627458 E Data differs at [36, 31]: E a> 0.026297087 E b> 0.041321997 E Data differs at [37, 31]: E a> 0.047618445 E b> 0.066069216 E Data differs at [38, 31]: E a> 0.048882395 E b> 0.06605003 E Data differs at [39, 31]: E a> 0.027094817 E b> 0.06061408 E Data differs at [40, 31]: E a> 0.019683136 E b> 0.08170366 E ... E 380 different pixels found (6.09% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> -0.1446719690874777 E b> 0.01949701573124951 E Column coeffs data differs in row 1: E a> 3.177503273214698 E b> 0.018673696589945013 E Column coeffs data differs in row 2: E a> -0.11994273558430325 E b> 0.5410506125732107 E Column coeffs data differs in row 3: E a> -0.5046066355828924 E b> 0.030445803796642624 E Column coeffs data differs in row 4: E a> -0.16404879085511143 E b> 1.0534506575420177 E Column coeffs data differs in row 5: E a> 3.2665472012125614 E b> 8.843358287720525 E Column coeffs data differs in row 6: E a> -0.011214367128198122 E b> 1.0885565476956713 E Column coeffs data differs in row 7: E a> -0.0165836715468044 E b> 0.27047606620538567 E Column coeffs data differs in row 8: E a> -0.013652571101410386 E b> 0.09505997545955341 E Column coeffs data differs in row 9: E a> -3.3111885509431054 E b> 0.11224810100418148 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.21256263306360826 E b> 0.8358541996491737 E Column coeffs data differs in row 1: E a> -0.19825735839702283 E b> 0.9804703512909378 E Column coeffs data differs in row 2: E a> -0.4352352358707057 E b> 1.0010989600709608 E Column coeffs data differs in row 3: E a> -0.1672066539967351 E b> 1.0362526896849298 E Column coeffs data differs in row 4: E a> 0.4030326027186127 E b> 0.9698878680777598 E Column coeffs data differs in row 5: E a> -0.3685764873144839 E b> 0.9411345897399609 E Column coeffs data differs in row 6: E a> -0.2976091444410675 E b> 1.0185856373046183 E Column coeffs data differs in row 7: E a> -0.04486211153776865 E b> 1.0015573911136304 E Column coeffs data differs in row 8: E a> -0.2550976332592633 E b> 0.9976170654206505 E Column coeffs data differs in row 9: E a> -0.52616214932453 E b> 1.1039560598864797 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E Extension HDU 9: E Extension names differ: E a: HDRTAB E b: SOLNS E E Headers contain differences: E Headers have different number of cards: E a: 684 E b: 12 E Extra keyword 'TTYPE10' in a: 'DATAMODL' E Extra keyword 'TTYPE100' in a: 'EXPEND' E Extra keyword 'TTYPE101' in a: 'MJD-END' E Extra keyword 'TTYPE102' in a: 'TDB-BEG' E Extra keyword 'TTYPE103' in a: 'TDB-MID' E Extra keyword 'TTYPE104' in a: 'TDB-END' E Extra keyword 'TTYPE105' in a: 'READPATT' E Extra keyword 'TTYPE106' in a: 'EXSEGNUM' E Extra keyword 'TTYPE107' in a: 'EXSEGTOT' E Extra keyword 'TTYPE108' in a: 'NOUTPUTS' E Extra keyword 'TTYPE109' in a: 'NINTS' E Extra keyword 'TTYPE11' in a: 'TELESCOP' E Extra keyword 'TTYPE110' in a: 'INTSTART' E Extra keyword 'TTYPE111' in a: 'INTEND' E Extra keyword 'TTYPE112' in a: 'NGROUPS' E Extra keyword 'TTYPE113' in a: 'NFRAMES' E Extra keyword 'TTYPE114' in a: 'MIRNGRPS' E Extra keyword 'TTYPE115' in a: 'MIRNFRMS' E Extra keyword 'TTYPE116' in a: 'FRMDIVSR' E Extra keyword 'TTYPE117' in a: 'GROUPGAP' E Extra keyword 'TTYPE118' in a: 'DRPFRMS1' E Extra keyword 'TTYPE119' in a: 'DRPFRMS3' E Extra keyword 'TTYPE12' in a: 'HGA_MOVE' E Extra keyword 'TTYPE120' in a: 'NSAMPLES' E Extra keyword 'TTYPE121' in a: 'TSAMPLE' E Extra keyword 'TTYPE122' in a: 'TFRAME' E Extra keyword 'TTYPE123' in a: 'TGROUP' E Extra keyword 'TTYPE124' in a: 'EFFINTTM' E Extra keyword 'TTYPE125' in a: 'EFFEXPTM' E Extra keyword 'TTYPE126' in a: 'XPOSURE' E Extra keyword 'TTYPE127' in a: 'DURATION' E Extra keyword 'TTYPE128' in a: 'TELAPSE' E Extra keyword 'TTYPE129' in a: 'NRSTSTRT' E Extra keyword 'TTYPE13' in a: 'HGA_STRT' E Extra keyword 'TTYPE130' in a: 'NRESETS' E Extra keyword 'TTYPE131' in a: 'ZEROFRAM' E Extra keyword 'TTYPE132' in a: 'DATAPROB' E Extra keyword 'TTYPE133' in a: 'SCA_NUM' E Extra keyword 'TTYPE134' in a: 'DATAMODE' E Extra keyword 'TTYPE135' in a: 'NRS_NORM' E Extra keyword 'TTYPE136' in a: 'NRS_REF' E Extra keyword 'TTYPE137' in a: 'SCTARATE' E Extra keyword 'TTYPE138' in a: 'GAINFACT' E Extra keyword 'TTYPE139' in a: 'IS_IMPRT' E Extra keyword 'TTYPE14' in a: 'HGA_STOP' E Extra keyword 'TTYPE140' in a: 'IS_PSF' E Extra keyword 'TTYPE141' in a: 'SELFREF' E Extra keyword 'TTYPE142' in a: 'SUBARRAY' E Extra keyword 'TTYPE143' in a: 'SUBSTRT1' E Extra keyword 'TTYPE144' in a: 'SUBSTRT2' E Extra keyword 'TTYPE145' in a: 'SUBSIZE1' E Extra keyword 'TTYPE146' in a: 'SUBSIZE2' E Extra keyword 'TTYPE147' in a: 'FASTAXIS' E Extra keyword 'TTYPE148' in a: 'SLOWAXIS' E Extra keyword 'TTYPE149' in a: 'DETXCOR' E Extra keyword 'TTYPE15' in a: 'PWFSEET' E Extra keyword 'TTYPE150' in a: 'DETYCOR' E Extra keyword 'TTYPE151' in a: 'DETXSIZ' E Extra keyword 'TTYPE152' in a: 'DETYSIZ' E Extra keyword 'TTYPE153' in a: 'PATTTYPE' E Extra keyword 'TTYPE154' in a: 'PRIDTYPE' E Extra keyword 'TTYPE155' in a: 'PRIDTPTS' E Extra keyword 'TTYPE156' in a: 'PATT_NUM' E Extra keyword 'TTYPE157' in a: 'PATTSTRT' E Extra keyword 'TTYPE158' in a: 'NUMDTHPT' E Extra keyword 'TTYPE159' in a: 'PATTNPTS' E Extra keyword 'TTYPE16' in a: 'NWFSEST' E Extra keyword 'TTYPE160' in a: 'PATTSIZE' E Extra keyword 'TTYPE161' in a: 'SMGRDPAT' E Extra keyword 'TTYPE162' in a: 'SUBPXPTS' E Extra keyword 'TTYPE163' in a: 'SUBPXPAT' E Extra keyword 'TTYPE164' in a: 'SPEC_NUM' E Extra keyword 'TTYPE165' in a: 'SPECNSTP' E Extra keyword 'TTYPE166' in a: 'SPECSTEP' E Extra keyword 'TTYPE167' in a: 'SPCOFFST' E Extra keyword 'TTYPE168' in a: 'SPAT_NUM' E Extra keyword 'TTYPE169' in a: 'SPATNSTP' E Extra keyword 'TTYPE17' in a: 'ASNPOOL' E Extra keyword 'TTYPE170' in a: 'SPATSTEP' E Extra keyword 'TTYPE171' in a: 'SPTOFFST' E Extra keyword 'TTYPE172' in a: 'XOFFSET' E Extra keyword 'TTYPE173' in a: 'YOFFSET' E Extra keyword 'TTYPE174' in a: 'REFFRAME' E Extra keyword 'TTYPE175' in a: 'EPH_TYPE' E Extra keyword 'TTYPE176' in a: 'EPH_TIME' E Extra keyword 'TTYPE177' in a: 'JWST_X' E Extra keyword 'TTYPE178' in a: 'JWST_Y' E Extra keyword 'TTYPE179' in a: 'JWST_Z' E Extra keyword 'TTYPE18' in a: 'ASNTABLE' E Extra keyword 'TTYPE180' in a: 'JWST_DX' E Extra keyword 'TTYPE181' in a: 'JWST_DY' E Extra keyword 'TTYPE182' in a: 'JWST_DZ' E Extra keyword 'TTYPE183' in a: 'APERNAME' E Extra keyword 'TTYPE184' in a: 'PPS_APER' E Extra keyword 'TTYPE185' in a: 'VA_RA' E Extra keyword 'TTYPE186' in a: 'VA_DEC' E Extra keyword 'TTYPE187' in a: 'BARTDELT' E Extra keyword 'TTYPE188' in a: 'BSTRTIME' E Extra keyword 'TTYPE189' in a: 'BENDTIME' E Extra keyword 'TTYPE19' in a: 'TITLE' E Extra keyword 'TTYPE190' in a: 'BMIDTIME' E Extra keyword 'TTYPE191' in a: 'HELIDELT' E Extra keyword 'TTYPE192' in a: 'HSTRTIME' E Extra keyword 'TTYPE193' in a: 'HENDTIME' E Extra keyword 'TTYPE194' in a: 'HMIDTIME' E Extra keyword 'TTYPE195' in a: 'FAM_LA1' E Extra keyword 'TTYPE196' in a: 'FASTEP1' E Extra keyword 'TTYPE197' in a: 'FAUNIT1' E Extra keyword 'TTYPE198' in a: 'FAPHASE1' E Extra keyword 'TTYPE199' in a: 'FA1VALUE' E Extra keyword 'TTYPE2' in a: 'ORIGIN' E Extra keyword 'TTYPE20' in a: 'PI_NAME' E Extra keyword 'TTYPE200' in a: 'FAM_LA2' E Extra keyword 'TTYPE201' in a: 'FASTEP2' E Extra keyword 'TTYPE202' in a: 'FAUNIT2' E Extra keyword 'TTYPE203' in a: 'FAPHASE2' E Extra keyword 'TTYPE204' in a: 'FA2VALUE' E Extra keyword 'TTYPE205' in a: 'FAM_LA3' E Extra keyword 'TTYPE206' in a: 'FASTEP3' E Extra keyword 'TTYPE207' in a: 'FAUNIT3' E Extra keyword 'TTYPE208' in a: 'FAPHASE3' E Extra keyword 'TTYPE209' in a: 'FA3VALUE' E Extra keyword 'TTYPE21' in a: 'CATEGORY' E Extra keyword 'TTYPE210' in a: 'RMA_POS' E Extra keyword 'TTYPE211' in a: 'FCSRLPOS' E Extra keyword 'TTYPE212' in a: 'GS_ORDER' E Extra keyword 'TTYPE213' in a: 'GSSTRTTM' E Extra keyword 'TTYPE214' in a: 'GSENDTIM' E Extra keyword 'TTYPE215' in a: 'GDSTARID' E Extra keyword 'TTYPE216' in a: 'GS_RA' E Extra keyword 'TTYPE217' in a: 'GS_DEC' E Extra keyword 'TTYPE218' in a: 'GS_URA' E Extra keyword 'TTYPE219' in a: 'GS_UDEC' E Extra keyword 'TTYPE22' in a: 'SUBCAT' E Extra keyword 'TTYPE220' in a: 'GS_MAG' E Extra keyword 'TTYPE221' in a: 'GS_UMAG' E Extra keyword 'TTYPE222' in a: 'PCS_MODE' E Extra keyword 'TTYPE223' in a: 'VISITEND' E Extra keyword 'TTYPE224' in a: 'GSACSTAT' E Extra keyword 'TTYPE225' in a: 'GSCENTX' E Extra keyword 'TTYPE226' in a: 'GSCENTY' E Extra keyword 'TTYPE227' in a: 'GS_EPOCH' E Extra keyword 'TTYPE228' in a: 'GS_MURA' E Extra keyword 'TTYPE229' in a: 'GS_MUDEC' E Extra keyword 'TTYPE23' in a: 'SCICAT' E Extra keyword 'TTYPE230' in a: 'GS_PARA' E Extra keyword 'TTYPE231' in a: 'CRDS_VER' E Extra keyword 'TTYPE232' in a: 'CRDS_CTX' E Extra keyword 'TTYPE233' in a: 'R_AREA' E Extra keyword 'TTYPE234' in a: 'R_MSAOPE' E Extra keyword 'TTYPE235' in a: 'R_BARSHA' E Extra keyword 'TTYPE236' in a: 'R_CAMERA' E Extra keyword 'TTYPE237' in a: 'R_COLLIM' E Extra keyword 'TTYPE238' in a: 'R_CUBPAR' E Extra keyword 'TTYPE239' in a: 'R_DARK' E Extra keyword 'TTYPE24' in a: 'CONT_ID' E Extra keyword 'TTYPE240' in a: 'R_DISPER' E Extra keyword 'TTYPE241' in a: 'R_DISTOR' E Extra keyword 'TTYPE242' in a: 'R_DRZPAR' E Extra keyword 'TTYPE243' in a: 'R_EXTR1D' E Extra keyword 'TTYPE244' in a: 'R_FILOFF' E Extra keyword 'TTYPE245' in a: 'R_FLAT' E Extra keyword 'TTYPE246' in a: 'R_DFLAT' E Extra keyword 'TTYPE247' in a: 'R_FFLAT' E Extra keyword 'TTYPE248' in a: 'R_SFLAT' E Extra keyword 'TTYPE249' in a: 'R_FORE' E Extra keyword 'TTYPE25' in a: 'DATE-OBS' E Extra keyword 'TTYPE250' in a: 'R_FPA' E Extra keyword 'TTYPE251' in a: 'R_FRINGE' E Extra keyword 'TTYPE252' in a: 'R_GAIN' E Extra keyword 'TTYPE253' in a: 'R_IFUFOR' E Extra keyword 'TTYPE254' in a: 'R_IFUPOS' E Extra keyword 'TTYPE255' in a: 'R_IFUSLI' E Extra keyword 'TTYPE256' in a: 'R_IPC' E Extra keyword 'TTYPE257' in a: 'R_LASTFR' E Extra keyword 'TTYPE258' in a: 'R_LINEAR' E Extra keyword 'TTYPE259' in a: 'R_MASK' E Extra keyword 'TTYPE26' in a: 'TIME-OBS' E Extra keyword 'TTYPE260' in a: 'R_MSA' E Extra keyword 'TTYPE261' in a: 'R_OTE' E Extra keyword 'TTYPE262' in a: 'R_PTHLOS' E Extra keyword 'TTYPE263' in a: 'R_PERSAT' E Extra keyword 'TTYPE264' in a: 'R_PHOTOM' E Extra keyword 'TTYPE265' in a: 'R_PSFMAS' E Extra keyword 'TTYPE266' in a: 'R_READNO' E Extra keyword 'TTYPE267' in a: 'R_REFPIX' E Extra keyword 'TTYPE268' in a: 'R_REGION' E Extra keyword 'TTYPE269' in a: 'R_RESAMP' E Extra keyword 'TTYPE27' in a: 'DATE-BEG' E Extra keyword 'TTYPE270' in a: 'R_RESOL' E Extra keyword 'TTYPE271' in a: 'R_RESET' E Extra keyword 'TTYPE272' in a: 'R_RSCD' E Extra keyword 'TTYPE273' in a: 'R_SATURA' E Extra keyword 'TTYPE274' in a: 'R_SPCWCS' E Extra keyword 'TTYPE275' in a: 'R_STRAY' E Extra keyword 'TTYPE276' in a: 'R_SUPERB' E Extra keyword 'TTYPE277' in a: 'R_THRPUT' E Extra keyword 'TTYPE278' in a: 'R_TRPDEN' E Extra keyword 'TTYPE279' in a: 'R_TRPPAR' E Extra keyword 'TTYPE28' in a: 'DATE-END' E Extra keyword 'TTYPE280' in a: 'R_TSPHOT' E Extra keyword 'TTYPE281' in a: 'R_V2V3' E Extra keyword 'TTYPE282' in a: 'R_WAVCOR' E Extra keyword 'TTYPE283' in a: 'R_WAVRAN' E Extra keyword 'TTYPE284' in a: 'S_PSFALI' E Extra keyword 'TTYPE285' in a: 'S_AMIANA' E Extra keyword 'TTYPE286' in a: 'S_AMIAVG' E Extra keyword 'TTYPE287' in a: 'S_AMINOR' E Extra keyword 'TTYPE288' in a: 'S_WCS' E Extra keyword 'TTYPE289' in a: 'S_MTWCS' E Extra keyword 'TTYPE29' in a: 'OBS_ID' E Extra keyword 'TTYPE290' in a: 'S_BKDSUB' E Extra keyword 'TTYPE291' in a: 'S_BARSHA' E Extra keyword 'TTYPE292' in a: 'S_COMB1D' E Extra keyword 'TTYPE293' in a: 'S_IFUCUB' E Extra keyword 'TTYPE294' in a: 'S_DARK' E Extra keyword 'TTYPE295' in a: 'S_DQINIT' E Extra keyword 'TTYPE296' in a: 'S_TELEMI' E Extra keyword 'TTYPE297' in a: 'S_ERRINI' E Extra keyword 'TTYPE298' in a: 'S_EXTR1D' E Extra keyword 'TTYPE299' in a: 'S_EXTR2D' E Extra keyword 'TTYPE3' in a: 'TIMESYS' E Extra keyword 'TTYPE30' in a: 'VISIT_ID' E Extra keyword 'TTYPE300' in a: 'S_FRSTFR' E Extra keyword 'TTYPE301' in a: 'S_FLAT' E Extra keyword 'TTYPE302' in a: 'S_FRINGE' E Extra keyword 'TTYPE303' in a: 'S_GANSCL' E Extra keyword 'TTYPE304' in a: 'S_GRPSCL' E Extra keyword 'TTYPE305' in a: 'S_GUICDS' E Extra keyword 'TTYPE306' in a: 'S_IMPRNT' E Extra keyword 'TTYPE307' in a: 'S_IPC' E Extra keyword 'TTYPE308' in a: 'S_JUMP' E Extra keyword 'TTYPE309' in a: 'S_KLIP' E Extra keyword 'TTYPE31' in a: 'PROGRAM' E Extra keyword 'TTYPE310' in a: 'S_LASTFR' E Extra keyword 'TTYPE311' in a: 'S_LINEAR' E Extra keyword 'TTYPE312' in a: 'S_MSBSUB' E Extra keyword 'TTYPE313' in a: 'S_MRSMAT' E Extra keyword 'TTYPE314' in a: 'S_MSAFLG' E Extra keyword 'TTYPE315' in a: 'S_OUTLIR' E Extra keyword 'TTYPE316' in a: 'S_PTHLOS' E Extra keyword 'TTYPE317' in a: 'S_PERSIS' E Extra keyword 'TTYPE318' in a: 'S_PHOTOM' E Extra keyword 'TTYPE319' in a: 'S_RAMP' E Extra keyword 'TTYPE32' in a: 'OBSERVTN' E Extra keyword 'TTYPE320' in a: 'S_REFPIX' E Extra keyword 'TTYPE321' in a: 'S_RESAMP' E Extra keyword 'TTYPE322' in a: 'S_RESET' E Extra keyword 'TTYPE323' in a: 'S_RSCD' E Extra keyword 'TTYPE324' in a: 'S_SATURA' E Extra keyword 'TTYPE325' in a: 'S_SKYMAT' E Extra keyword 'TTYPE326' in a: 'S_SRCCAT' E Extra keyword 'TTYPE327' in a: 'S_SRCTYP' E Extra keyword 'TTYPE328' in a: 'S_PSFSTK' E Extra keyword 'TTYPE329' in a: 'S_STRAY' E Extra keyword 'TTYPE33' in a: 'VISIT' E Extra keyword 'TTYPE330' in a: 'S_SUPERB' E Extra keyword 'TTYPE331' in a: 'S_TSPHOT' E Extra keyword 'TTYPE332' in a: 'S_TWKREG' E Extra keyword 'TTYPE333' in a: 'S_WAVCOR' E Extra keyword 'TTYPE334' in a: 'S_WFSCOM' E Extra keyword 'TTYPE335' in a: 'S_WHTLIT' E Extra keyword 'TTYPE336' in a: 'BKGLEVEL' E Extra keyword 'TTYPE337' in a: 'BKGSUB' E Extra keyword 'TTYPE34' in a: 'VISITGRP' E Extra keyword 'TTYPE35' in a: 'SEQ_ID' E Extra keyword 'TTYPE36' in a: 'ACT_ID' E Extra keyword 'TTYPE37' in a: 'EXPOSURE' E Extra keyword 'TTYPE38' in a: 'BKGDTARG' E Extra keyword 'TTYPE39' in a: 'TEMPLATE' E Extra keyword 'TTYPE4' in a: 'FILENAME' E Extra keyword 'TTYPE40' in a: 'OBSLABEL' E Extra keyword 'TTYPE41' in a: 'ENG_QUAL' E Extra keyword 'TTYPE42' in a: 'ENGQLPTG' E Extra keyword 'TTYPE43' in a: 'VISITYPE' E Extra keyword 'TTYPE44' in a: 'VSTSTART' E Extra keyword 'TTYPE45' in a: 'VISITSTA' E Extra keyword 'TTYPE46' in a: 'NEXPOSUR' E Extra keyword 'TTYPE47' in a: 'INTARGET' E Extra keyword 'TTYPE48' in a: 'TARGOOPP' E Extra keyword 'TTYPE49' in a: 'TSOVISIT' E Extra keyword 'TTYPE5' in a: 'FILETYPE' E Extra keyword 'TTYPE50' in a: 'EXP_ONLY' E Extra keyword 'TTYPE51' in a: 'TARGPROP' E Extra keyword 'TTYPE52' in a: 'TARGNAME' E Extra keyword 'TTYPE53' in a: 'TARGTYPE' E Extra keyword 'TTYPE54' in a: 'TARG_RA' E Extra keyword 'TTYPE55' in a: 'TARG_DEC' E Extra keyword 'TTYPE56' in a: 'TARGURA' E Extra keyword 'TTYPE57' in a: 'TARGUDEC' E Extra keyword 'TTYPE58' in a: 'MU_RA' E Extra keyword 'TTYPE59' in a: 'MU_DEC' E Extra keyword 'TTYPE6' in a: 'SDP_VER' E Extra keyword 'TTYPE60' in a: 'MU_EPOCH' E Extra keyword 'TTYPE61' in a: 'PROP_RA' E Extra keyword 'TTYPE62' in a: 'PROP_DEC' E Extra keyword 'TTYPE63' in a: 'SRCTYAPT' E Extra keyword 'TTYPE64' in a: 'INSTRUME' E Extra keyword 'TTYPE65' in a: 'DETECTOR' E Extra keyword 'TTYPE66' in a: 'MODULE' E Extra keyword 'TTYPE67' in a: 'CHANNEL' E Extra keyword 'TTYPE68' in a: 'FILTER' E Extra keyword 'TTYPE69' in a: 'PUPIL' E Extra keyword 'TTYPE7' in a: 'PRD_VER' E Extra keyword 'TTYPE70' in a: 'PILIN' E Extra keyword 'TTYPE71' in a: 'GRATING' E Extra keyword 'TTYPE72' in a: 'BAND' E Extra keyword 'TTYPE73' in a: 'FXD_SLIT' E Extra keyword 'TTYPE74' in a: 'FOCUSPOS' E Extra keyword 'TTYPE75' in a: 'PREIMAGE' E Extra keyword 'TTYPE76' in a: 'CCCSTATE' E Extra keyword 'TTYPE77' in a: 'CORONMSK' E Extra keyword 'TTYPE78' in a: 'MSASTATE' E Extra keyword 'TTYPE79' in a: 'MSAMETFL' E Extra keyword 'TTYPE8' in a: 'CAL_VER' E Extra keyword 'TTYPE80' in a: 'MSAMETID' E Extra keyword 'TTYPE81' in a: 'MSACONID' E Extra keyword 'TTYPE82' in a: 'LAMP' E Extra keyword 'TTYPE83' in a: 'OPMODE' E Extra keyword 'TTYPE84' in a: 'GWA_XTIL' E Extra keyword 'TTYPE85' in a: 'GWA_YTIL' E Extra keyword 'TTYPE86' in a: 'GWA_XP_V' E Extra keyword 'TTYPE87' in a: 'GWA_YP_V' E Extra keyword 'TTYPE88' in a: 'GWA_PXAV' E Extra keyword 'TTYPE89' in a: 'GWA_PYAV' E Extra keyword 'TTYPE9' in a: 'CAL_VCS' E Extra keyword 'TTYPE90' in a: 'GWA_TILT' E Extra keyword 'TTYPE91' in a: 'FWCPOS' E Extra keyword 'TTYPE92' in a: 'PWCPOS' E Extra keyword 'TTYPE93' in a: 'EXPCOUNT' E Extra keyword 'TTYPE94' in a: 'EXPRIPAR' E Extra keyword 'TTYPE95' in a: 'EXP_TYPE' E Extra keyword 'TTYPE96' in a: 'EXPSTART' E Extra keyword 'TTYPE97' in a: 'MJD-BEG' E Extra keyword 'TTYPE98' in a: 'EXPMID' E Extra keyword 'TTYPE99' in a: 'MJD-AVG' E Keyword EXTNAME has different values: E a> HDRTAB E b> SOLNS E Keyword NAXIS2 has different values: E a> 2 E b> 44 E Keyword TFIELDS has different values: E a> 337 E b> 1 E Keyword TTYPE1 has different values: E a> DATE E b> coeffs E E Data contains differences: E Tables have different number of columns: E a: 337 E b: 1 E Extra column ORIGIN of format 5A in a E Extra column TIMESYS of format 3A in a E Extra column FILENAME of format 57A in a E Extra column FILETYPE of format 12A in a E Extra column SDP_VER of format 6A in a E Extra column PRD_VER of format 15A in a E Extra column DATAMODL of format 10A in a E Extra column TELESCOP of format 4A in a E Extra column HGA_MOVE of format L in a E Extra column HGA_STRT of format D in a E Extra column HGA_STOP of format D in a E Extra column PWFSEET of format D in a E Extra column NWFSEST of format D in a E Extra column ASNPOOL of format 28A in a E Extra column ASNTABLE of format 47A in a E Extra column TITLE of format 43A in a E Extra column PI_NAME of format 17A in a E Extra column CATEGORY of format 3A in a E Extra column SUBCAT of format 6A in a E Extra column SCICAT of format D in a E Extra column CONT_ID of format D in a E Extra column DATE-OBS of format 10A in a E Extra column TIME-OBS of format 15A in a E Extra column DATE-BEG of format 23A in a E Extra column DATE-END of format 23A in a E Extra column OBS_ID of format 26A in a E Extra column VISIT_ID of format 11A in a E Extra column PROGRAM of format 5A in a E Extra column OBSERVTN of format 3A in a E Extra column VISIT of format 3A in a E Extra column VISITGRP of format 2A in a E Extra column SEQ_ID of format 1A in a E Extra column ACT_ID of format 2A in a E Extra column EXPOSURE of format 1A in a E Extra column BKGDTARG of format L in a E Extra column TEMPLATE of format 38A in a E Extra column OBSLABEL of format 33A in a E Extra column ENG_QUAL of format 7A in a E Extra column ENGQLPTG of format D in a E Extra column VISITYPE of format 20A in a E Extra column VSTSTART of format 27A in a E Extra column VISITSTA of format 10A in a E Extra column NEXPOSUR of format K in a E Extra column INTARGET of format L in a E Extra column TARGOOPP of format L in a E Extra column TSOVISIT of format L in a E Extra column EXP_ONLY of format L in a E Extra column TARGPROP of format 14A in a E Extra column TARGNAME of format 1A in a E Extra column TARGTYPE of format 5A in a E Extra column TARG_RA of format D in a E Extra column TARG_DEC of format D in a E Extra column TARGURA of format D in a E Extra column TARGUDEC of format D in a E Extra column MU_RA of format D in a E Extra column MU_DEC of format D in a E Extra column MU_EPOCH of format D in a E Extra column PROP_RA of format D in a E Extra column PROP_DEC of format D in a E Extra column SRCTYAPT of format D in a E Extra column INSTRUME of format 6A in a E Extra column DETECTOR of format 3A in a E Extra column MODULE of format D in a E Extra column CHANNEL of format D in a E Extra column FILTER of format 5A in a E Extra column PUPIL of format 3A in a E Extra column PILIN of format D in a E Extra column GRATING of format D in a E Extra column BAND of format D in a E Extra column FXD_SLIT of format D in a E Extra column FOCUSPOS of format D in a E Extra column PREIMAGE of format D in a E Extra column CCCSTATE of format D in a E Extra column CORONMSK of format D in a E Extra column MSASTATE of format D in a E Extra column MSAMETFL of format D in a E Extra column MSAMETID of format D in a E Extra column MSACONID of format D in a E Extra column LAMP of format 4A in a E Extra column OPMODE of format 4A in a E Extra column GWA_XTIL of format D in a E Extra column GWA_YTIL of format D in a E Extra column GWA_XP_V of format D in a E Extra column GWA_YP_V of format D in a E Extra column GWA_PXAV of format D in a E Extra column GWA_PYAV of format D in a E Extra column GWA_TILT of format D in a E Extra column FWCPOS of format D in a E Extra column PWCPOS of format D in a E Extra column EXPCOUNT of format K in a E Extra column EXPRIPAR of format 5A in a E Extra column EXP_TYPE of format 7A in a E Extra column EXPSTART of format D in a E Extra column MJD-BEG of format D in a E Extra column EXPMID of format D in a E Extra column MJD-AVG of format D in a E Extra column EXPEND of format D in a E Extra column MJD-END of format D in a E Extra column TDB-BEG of format D in a E Extra column TDB-MID of format D in a E Extra column TDB-END of format D in a E Extra column READPATT of format 8A in a E Extra column EXSEGNUM of format D in a E Extra column EXSEGTOT of format D in a E Extra column NOUTPUTS of format D in a E Extra column NINTS of format K in a E Extra column INTSTART of format D in a E Extra column INTEND of format D in a E Extra column NGROUPS of format K in a E Extra column NFRAMES of format K in a E Extra column MIRNGRPS of format D in a E Extra column MIRNFRMS of format D in a E Extra column FRMDIVSR of format K in a E Extra column GROUPGAP of format K in a E Extra column DRPFRMS1 of format K in a E Extra column DRPFRMS3 of format K in a E Extra column NSAMPLES of format K in a E Extra column TSAMPLE of format D in a E Extra column TFRAME of format D in a E Extra column TGROUP of format D in a E Extra column EFFINTTM of format D in a E Extra column EFFEXPTM of format D in a E Extra column XPOSURE of format D in a E Extra column DURATION of format D in a E Extra column TELAPSE of format D in a E Extra column NRSTSTRT of format K in a E Extra column NRESETS of format K in a E Extra column ZEROFRAM of format L in a E Extra column DATAPROB of format L in a E Extra column SCA_NUM of format K in a E Extra column DATAMODE of format K in a E Extra column NRS_NORM of format D in a E Extra column NRS_REF of format D in a E Extra column SCTARATE of format D in a E Extra column GAINFACT of format D in a E Extra column IS_IMPRT of format D in a E Extra column IS_PSF of format L in a E Extra column SELFREF of format L in a E Extra column SUBARRAY of format 5A in a E Extra column SUBSTRT1 of format K in a E Extra column SUBSTRT2 of format K in a E Extra column SUBSIZE1 of format K in a E Extra column SUBSIZE2 of format K in a E Extra column FASTAXIS of format K in a E Extra column SLOWAXIS of format K in a E Extra column DETXCOR of format D in a E Extra column DETYCOR of format D in a E Extra column DETXSIZ of format D in a E Extra column DETYSIZ of format D in a E Extra column PATTTYPE of format D in a E Extra column PRIDTYPE of format D in a E Extra column PRIDTPTS of format D in a E Extra column PATT_NUM of format K in a E Extra column PATTSTRT of format D in a E Extra column NUMDTHPT of format K in a E Extra column PATTNPTS of format D in a E Extra column PATTSIZE of format 4A in a E Extra column SMGRDPAT of format D in a E Extra column SUBPXPTS of format K in a E Extra column SUBPXPAT of format D in a E Extra column SPEC_NUM of format D in a E Extra column SPECNSTP of format D in a E Extra column SPECSTEP of format D in a E Extra column SPCOFFST of format D in a E Extra column SPAT_NUM of format D in a E Extra column SPATNSTP of format D in a E Extra column SPATSTEP of format D in a E Extra column SPTOFFST of format D in a E Extra column XOFFSET of format D in a E Extra column YOFFSET of format D in a E Extra column REFFRAME of format 7A in a E Extra column EPH_TYPE of format 10A in a E Extra column EPH_TIME of format D in a E Extra column JWST_X of format D in a E Extra column JWST_Y of format D in a E Extra column JWST_Z of format D in a E Extra column JWST_DX of format D in a E Extra column JWST_DY of format D in a E Extra column JWST_DZ of format D in a E Extra column APERNAME of format 8A in a E Extra column PPS_APER of format 8A in a E Extra column VA_RA of format D in a E Extra column VA_DEC of format D in a E Extra column BARTDELT of format D in a E Extra column BSTRTIME of format D in a E Extra column BENDTIME of format D in a E Extra column BMIDTIME of format D in a E Extra column HELIDELT of format D in a E Extra column HSTRTIME of format D in a E Extra column HENDTIME of format D in a E Extra column HMIDTIME of format D in a E Extra column FAM_LA1 of format D in a E Extra column FASTEP1 of format D in a E Extra column FAUNIT1 of format D in a E Extra column FAPHASE1 of format D in a E Extra column FA1VALUE of format D in a E Extra column FAM_LA2 of format D in a E Extra column FASTEP2 of format D in a E Extra column FAUNIT2 of format D in a E Extra column FAPHASE2 of format D in a E Extra column FA2VALUE of format D in a E Extra column FAM_LA3 of format D in a E Extra column FASTEP3 of format D in a E Extra column FAUNIT3 of format D in a E Extra column FAPHASE3 of format D in a E Extra column FA3VALUE of format D in a E Extra column RMA_POS of format D in a E Extra column FCSRLPOS of format D in a E Extra column GS_ORDER of format K in a E Extra column GSSTRTTM of format 27A in a E Extra column GSENDTIM of format 27A in a E Extra column GDSTARID of format 10A in a E Extra column GS_RA of format D in a E Extra column GS_DEC of format D in a E Extra column GS_URA of format D in a E Extra column GS_UDEC of format D in a E Extra column GS_MAG of format D in a E Extra column GS_UMAG of format D in a E Extra column PCS_MODE of format 9A in a E Extra column VISITEND of format 27A in a E Extra column GSACSTAT of format D in a E Extra column GSCENTX of format D in a E Extra column GSCENTY of format D in a E Extra column GS_EPOCH of format D in a E Extra column GS_MURA of format D in a E Extra column GS_MUDEC of format D in a E Extra column GS_PARA of format D in a E Extra column R_AREA of format 3A in a E Extra column R_MSAOPE of format D in a E Extra column R_BARSHA of format D in a E Extra column R_CAMERA of format 3A in a E Extra column R_COLLIM of format 3A in a E Extra column R_CUBPAR of format D in a E Extra column R_DARK of format 33A in a E Extra column R_DISPER of format 3A in a E Extra column R_DISTOR of format 39A in a E Extra column R_DRZPAR of format D in a E Extra column R_EXTR1D of format D in a E Extra column R_FILOFF of format 3A in a E Extra column R_FLAT of format 33A in a E Extra column R_DFLAT of format 3A in a E Extra column R_FFLAT of format 3A in a E Extra column R_SFLAT of format 3A in a E Extra column R_FORE of format 3A in a E Extra column R_FPA of format 3A in a E Extra column R_FRINGE of format D in a E Extra column R_GAIN of format 33A in a E Extra column R_IFUFOR of format 3A in a E Extra column R_IFUPOS of format 3A in a E Extra column R_IFUSLI of format 3A in a E Extra column R_IPC of format D in a E Extra column R_LASTFR of format D in a E Extra column R_LINEAR of format 38A in a E Extra column R_MASK of format 33A in a E Extra column R_MSA of format 3A in a E Extra column R_OTE of format 3A in a E Extra column R_PTHLOS of format D in a E Extra column R_PERSAT of format 35A in a E Extra column R_PHOTOM of format 35A in a E Extra column R_PSFMAS of format D in a E Extra column R_READNO of format 38A in a E Extra column R_REFPIX of format D in a E Extra column R_REGION of format 3A in a E Extra column R_RESAMP of format D in a E Extra column R_RESOL of format D in a E Extra column R_RESET of format D in a E Extra column R_RSCD of format D in a E Extra column R_SATURA of format 39A in a E Extra column R_SPCWCS of format 3A in a E Extra column R_STRAY of format D in a E Extra column R_SUPERB of format 38A in a E Extra column R_THRPUT of format 39A in a E Extra column R_TRPDEN of format 40A in a E Extra column R_TRPPAR of format 37A in a E Extra column R_TSPHOT of format D in a E Extra column R_V2V3 of format D in a E Extra column R_WAVCOR of format D in a E Extra column R_WAVRAN of format 3A in a E Extra column S_PSFALI of format D in a E Extra column S_AMIANA of format 8A in a E Extra column S_AMIAVG of format 8A in a E Extra column S_AMINOR of format D in a E Extra column S_WCS of format 8A in a E Extra column S_MTWCS of format D in a E Extra column S_BKDSUB of format D in a E Extra column S_BARSHA of format D in a E Extra column S_COMB1D of format D in a E Extra column S_IFUCUB of format D in a E Extra column S_DARK of format 8A in a E Extra column S_DQINIT of format 8A in a E Extra column S_TELEMI of format D in a E Extra column S_ERRINI of format D in a E Extra column S_EXTR1D of format D in a E Extra column S_EXTR2D of format D in a E Extra column S_FRSTFR of format D in a E Extra column S_FLAT of format 8A in a E Extra column S_FRINGE of format D in a E Extra column S_GANSCL of format 7A in a E Extra column S_GRPSCL of format 7A in a E Extra column S_GUICDS of format D in a E Extra column S_IMPRNT of format D in a E Extra column S_IPC of format D in a E Extra column S_JUMP of format 8A in a E Extra column S_KLIP of format D in a E Extra column S_LASTFR of format D in a E Extra column S_LINEAR of format 8A in a E Extra column S_MSBSUB of format D in a E Extra column S_MRSMAT of format D in a E Extra column S_MSAFLG of format D in a E Extra column S_OUTLIR of format D in a E Extra column S_PTHLOS of format D in a E Extra column S_PERSIS of format 8A in a E Extra column S_PHOTOM of format 8A in a E Extra column S_RAMP of format 8A in a E Extra column S_REFPIX of format 8A in a E Extra column S_RESAMP of format D in a E Extra column S_RESET of format D in a E Extra column S_RSCD of format D in a E Extra column S_SATURA of format 8A in a E Extra column S_SKYMAT of format D in a E Extra column S_SRCCAT of format D in a E Extra column S_SRCTYP of format D in a E Extra column S_PSFSTK of format D in a E Extra column S_STRAY of format D in a E Extra column S_SUPERB of format 8A in a E Extra column S_TSPHOT of format D in a E Extra column S_TWKREG of format D in a E Extra column S_WAVCOR of format D in a E Extra column S_WFSCOM of format D in a E Extra column S_WHTLIT of format D in a E Extra column BKGLEVEL of format D in a E Extra column BKGSUB of format D in a E Extra column coeffs of format D in b E Table rows differ: E a: 2 E b: 44 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e3981c0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 _______________________ test_niriss_soss_stage2[calints] _______________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'calints' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_calints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 228 E b: 218 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Photometric reference file information E Keyword [37] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [38] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [39] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [40] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [41] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [42] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 37 E b: 41 E Extra keyword 'EPH_TIME' in b: 58626.61944444444 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 5 time(s) in a, 6 times in (b) E Keyword has different values: E a> Velocity aberration correction information E b> JWST ephemeris information E Keyword [2] has different values: E a> Photometry information E b> Velocity aberration correction information E Keyword [3] has different values: E a> Information about the coordinates in the file E b> Photometry information E Keyword [4] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [5] has different values: E a> WCS parameters E b> Spacecraft pointing information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e05f820>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError ---------------------------- Captured stderr setup ----------------------------- 2021-06-04 04:50:47,761 - stpipe - INFO - PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf 2021-06-04 04:50:47,804 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-06-04 04:50:47,805 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-06-04 04:50:47,806 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-06-04 04:50:47,807 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-06-04 04:50:47,807 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-06-04 04:50:47,808 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-06-04 04:50:47,810 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-06-04 04:50:47,811 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:50:47,812 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:50:47,813 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:50:47,813 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-06-04 04:50:47,814 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-06-04 04:50:47,815 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:50:47,815 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-06-04 04:50:47,816 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-06-04 04:50:47,817 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-06-04 04:50:47,817 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:50:47,818 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:50:47,819 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-06-04 04:50:47,819 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-06-04 04:50:47,821 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-06-04 04:50:47,822 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:50:47,822 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:50:47,822 - stpipe - INFO - OS: Linux 2021-06-04 04:50:47,923 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits',). 2021-06-04 04:50:47,935 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-06-04 04:50:48,044 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg001_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is 'N/A'. 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-06-04 04:50:48,060 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-06-04 04:50:48,060 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is 'N/A'. 2021-06-04 04:50:48,060 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. 2021-06-04 04:50:48,062 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-06-04 04:50:48,062 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-06-04 04:50:48,062 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. 2021-06-04 04:50:48,063 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. 2021-06-04 04:50:48,066 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-06-04 04:50:48,066 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-06-04 04:50:48,066 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. 2021-06-04 04:50:48,067 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-06-04 04:50:48,068 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is 'N/A'. 2021-06-04 04:50:48,068 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-06-04 04:50:48,069 - stpipe.Spec2Pipeline - INFO - Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis 2021-06-04 04:50:48,069 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits ... 2021-06-04 04:50:48,274 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-06-04 04:50:48,275 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-06-04 04:50:49,212 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-06-04 04:50:49,217 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-06-04 04:50:49,314 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). 2021-06-04 04:50:49,315 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} 2021-06-04 04:50:49,315 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step skipped. 2021-06-04 04:50:49,316 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-06-04 04:50:49,406 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). 2021-06-04 04:50:49,407 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:50:49,407 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-06-04 04:50:49,408 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-06-04 04:50:49,497 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-06-04 04:50:49,497 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:50:49,497 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-06-04 04:50:49,498 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-06-04 04:50:49,589 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-06-04 04:50:49,590 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:50:49,597 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_SOSS 2021-06-04 04:50:49,598 - stpipe.Spec2Pipeline.srctype - INFO - Input SRCTYAPT = None 2021-06-04 04:50:49,598 - stpipe.Spec2Pipeline.srctype - WARNING - SRCTYAPT keyword not found in input; using SRCTYPE instead 2021-06-04 04:50:49,598 - stpipe.Spec2Pipeline.srctype - INFO - Input is a TSO exposure; setting SRCTYPE = POINT 2021-06-04 04:50:50,028 - stpipe.Spec2Pipeline.srctype - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_srctype.fits 2021-06-04 04:50:50,028 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-06-04 04:50:50,121 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_srctype.fits>,). 2021-06-04 04:50:50,122 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-06-04 04:50:52,093 - stpipe.Spec2Pipeline.flat_field - INFO - Extracting matching subarray from flat 2021-06-04 04:50:52,831 - stpipe.Spec2Pipeline.flat_field - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_flat_field.fits 2021-06-04 04:50:52,831 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-06-04 04:50:52,925 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:52,926 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-06-04 04:50:52,926 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-06-04 04:50:52,927 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-06-04 04:50:53,005 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:53,006 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:50:53,006 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-06-04 04:50:53,007 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-06-04 04:50:53,083 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:53,084 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:50:53,084 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-06-04 04:50:53,085 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-06-04 04:50:53,170 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:53,171 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:50:53,171 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-06-04 04:50:53,172 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-06-04 04:50:53,262 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:53,263 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:50:53,289 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits 2021-06-04 04:50:53,289 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_SOSS 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - filter: CLEAR 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - pupil: GR700XD 2021-06-04 04:50:53,553 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 1.39603e-10 2021-06-04 04:50:53,815 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-06-04 04:50:53,908 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-06-04 04:50:53,909 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:50:53,926 - stpipe.Spec2Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-06-04 04:50:53,934 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-06-04 04:50:53,934 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-06-04 04:50:53,964 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 1 2021-06-04 04:50:53,964 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:50:54,083 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:50:54,083 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:50:54,083 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:50:54,090 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:50:55,443 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:50:55,443 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:50:55,595 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:50:56,943 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:50:56,944 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:50:57,133 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:50:58,474 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:50:58,475 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:50:58,671 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:00,019 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:00,019 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:00,238 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:01,600 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:01,601 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:01,793 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:03,134 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:03,134 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:03,327 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:04,735 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:04,735 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:04,906 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:06,263 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:06,264 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:06,415 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:07,769 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:07,770 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:07,921 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:09,302 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:09,303 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:09,331 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:51:09,331 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 2 2021-06-04 04:51:09,331 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:51:09,448 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:51:09,448 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:51:09,448 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:51:09,456 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:10,845 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:10,845 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:10,845 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-06-04 04:51:11,000 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:12,383 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:12,383 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:12,539 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:13,905 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:13,905 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:14,058 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:15,417 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:15,417 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:15,573 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:16,923 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:16,923 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:17,075 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:18,422 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:18,423 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:18,575 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:19,924 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:19,925 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:20,077 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:21,427 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:21,427 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:21,580 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:22,956 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:22,956 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:23,117 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:24,703 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:24,704 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:24,734 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:51:24,734 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 3 2021-06-04 04:51:24,734 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:51:24,856 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:51:24,856 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:51:24,856 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:51:24,864 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:26,272 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:26,272 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:26,272 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-06-04 04:51:26,427 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:27,804 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:27,805 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:27,960 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:29,327 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:29,327 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:29,482 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:30,849 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:30,849 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:31,002 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:32,372 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:32,372 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:32,522 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:33,883 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:33,884 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:34,034 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:35,403 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:35,403 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:35,557 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:36,909 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:36,910 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:37,060 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:38,425 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:38,425 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:38,577 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:39,939 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:39,940 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:39,968 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:51:40,896 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_x1dints.fits 2021-06-04 04:51:40,897 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:51:40,897 - stpipe.Spec2Pipeline - INFO - Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis 2021-06-04 04:51:40,897 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-06-04 04:51:41,374 - stpipe.Spec2Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_calints.fits 2021-06-04 04:51:41,374 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done 2021-06-04 04:51:42,883 - stpipe - INFO - PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf 2021-06-04 04:51:42,910 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-06-04 04:51:42,913 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-06-04 04:51:42,914 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-06-04 04:51:42,915 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-06-04 04:51:42,915 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-06-04 04:51:42,916 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-06-04 04:51:43,122 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-06-04 04:51:43,123 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:51:43,124 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:51:43,125 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:51:43,126 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-06-04 04:51:43,126 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-06-04 04:51:43,127 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:51:43,128 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-06-04 04:51:43,128 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-06-04 04:51:43,129 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-06-04 04:51:43,130 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:51:43,130 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:51:43,131 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-06-04 04:51:43,132 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-06-04 04:51:43,133 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-06-04 04:51:43,134 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:51:43,134 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:51:43,134 - stpipe - INFO - OS: Linux 2021-06-04 04:51:43,227 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits',). 2021-06-04 04:51:43,239 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-06-04 04:51:43,355 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] 2021-06-04 04:51:43,361 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-06-04 04:51:43,363 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is 'N/A'. 2021-06-04 04:51:43,363 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. 2021-06-04 04:51:43,364 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-06-04 04:51:43,364 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-06-04 04:51:43,365 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. 2021-06-04 04:51:43,366 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-06-04 04:51:43,366 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-06-04 04:51:43,366 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. 2021-06-04 04:51:43,369 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-06-04 04:51:43,369 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-06-04 04:51:43,369 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. 2021-06-04 04:51:43,370 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-06-04 04:51:43,370 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is 'N/A'. 2021-06-04 04:51:43,371 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-06-04 04:51:43,371 - stpipe.Spec2Pipeline - INFO - Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis 2021-06-04 04:51:43,372 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits ... 2021-06-04 04:51:43,589 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:43,590 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-06-04 04:51:43,904 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-06-04 04:51:43,909 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-06-04 04:51:44,007 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). 2021-06-04 04:51:44,008 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} 2021-06-04 04:51:44,008 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step skipped. 2021-06-04 04:51:44,009 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-06-04 04:51:44,091 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). 2021-06-04 04:51:44,092 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:51:44,092 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-06-04 04:51:44,093 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-06-04 04:51:44,171 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:44,172 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:51:44,172 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-06-04 04:51:44,173 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-06-04 04:51:44,250 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:44,251 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:51:44,259 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_SOSS 2021-06-04 04:51:44,259 - stpipe.Spec2Pipeline.srctype - INFO - Input SRCTYAPT = None 2021-06-04 04:51:44,259 - stpipe.Spec2Pipeline.srctype - WARNING - SRCTYAPT keyword not found in input; using SRCTYPE instead 2021-06-04 04:51:44,259 - stpipe.Spec2Pipeline.srctype - INFO - Input is a TSO exposure; setting SRCTYPE = POINT 2021-06-04 04:51:44,260 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-06-04 04:51:44,342 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:44,343 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-06-04 04:51:44,672 - stpipe.Spec2Pipeline.flat_field - INFO - Extracting matching subarray from flat 2021-06-04 04:51:44,824 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-06-04 04:51:44,918 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:44,919 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-06-04 04:51:44,919 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-06-04 04:51:44,920 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-06-04 04:51:45,001 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:45,001 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:51:45,002 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-06-04 04:51:45,002 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-06-04 04:51:45,083 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:45,084 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:51:45,084 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-06-04 04:51:45,085 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-06-04 04:51:45,165 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:45,166 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:51:45,166 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-06-04 04:51:45,167 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-06-04 04:51:45,246 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:45,247 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:51:45,272 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits 2021-06-04 04:51:45,272 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_SOSS 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - filter: CLEAR 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - pupil: GR700XD 2021-06-04 04:51:45,466 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 1.39603e-10 2021-06-04 04:51:45,724 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-06-04 04:51:45,826 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-06-04 04:51:45,827 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:51:45,843 - stpipe.Spec2Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-06-04 04:51:45,851 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-06-04 04:51:45,851 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-06-04 04:51:45,871 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 1 2021-06-04 04:51:45,872 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:51:45,988 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:51:45,989 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:51:45,989 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:51:45,996 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:47,354 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:47,355 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:47,507 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:48,865 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:48,865 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:49,016 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:50,371 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:50,372 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:50,523 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:51,876 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:51,876 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:52,028 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:53,384 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:53,385 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:53,540 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:54,897 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:54,898 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:55,048 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:56,402 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:56,403 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:56,553 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:57,906 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:57,907 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:58,062 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:59,411 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:59,412 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:59,564 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:00,931 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:00,932 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:00,961 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:52:00,961 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 2 2021-06-04 04:52:00,961 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:52:01,078 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:52:01,078 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:52:01,078 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:52:01,086 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:02,471 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:02,471 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:02,471 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-06-04 04:52:02,624 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:03,982 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:03,983 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:04,134 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:05,488 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:05,489 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:05,641 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:06,996 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:06,997 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:07,148 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:08,506 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:08,506 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:08,659 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:10,012 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:10,012 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:10,164 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:11,517 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:11,517 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:11,668 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:13,020 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:13,020 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:13,172 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:14,525 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:14,526 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:14,678 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:16,046 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:16,046 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:16,075 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:52:16,075 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 3 2021-06-04 04:52:16,076 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:52:16,195 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:52:16,195 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:52:16,195 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:52:16,203 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:17,567 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:17,568 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:17,568 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-06-04 04:52:17,723 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:19,080 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:19,081 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:19,231 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:20,580 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:20,580 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:20,731 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:22,085 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:22,085 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:22,239 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:23,603 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:23,603 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:23,756 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:25,188 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:25,189 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:25,342 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:26,700 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:26,700 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:26,856 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:28,215 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:28,216 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:28,382 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:29,740 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:29,741 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:29,894 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:31,254 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:31,255 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:31,283 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:52:32,240 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_x1dints.fits 2021-06-04 04:52:32,240 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:52:32,240 - stpipe.Spec2Pipeline - INFO - Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis 2021-06-04 04:52:32,240 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-06-04 04:52:32,652 - stpipe.Spec2Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_calints.fits 2021-06-04 04:52:32,653 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS INFO stpipe:pipeline.py:179 PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf INFO stpipe:pipeline.py:179 PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf INFO stpipe.Spec2Pipeline:step.py:321 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:321 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:321 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:321 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:321 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:321 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:321 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:321 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:321 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:321 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:321 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:321 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:321 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Spec2Pipeline:step.py:367 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits',). INFO stpipe.Spec2Pipeline:step.py:371 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe.Spec2Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg001_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for APCORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISTORTION reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVELENGTHRANGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:88 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:105 Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:171 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:347 Science data does not allow fringe correction. Skipping "fringe". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:367 Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:371 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:470 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:367 Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:371 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:470 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:367 Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:371 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:470 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:367 Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:371 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:470 Step msa_flagging done INFO stpipe.Spec2Pipeline.srctype:step.py:367 Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:371 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_srctype.fits INFO stpipe.Spec2Pipeline.srctype:step.py:470 Step srctype done INFO stpipe.Spec2Pipeline.flat_field:step.py:367 Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_srctype.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:371 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is CubeModel of exposure type NIS_SOSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.flat_field:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_flat_field.fits INFO stpipe.Spec2Pipeline.flat_field:step.py:470 Step flat_field done INFO stpipe.Spec2Pipeline.straylight:step.py:367 Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:371 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:470 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:367 Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:371 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.fringe:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:470 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:367 Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:371 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:470 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:367 Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:371 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:470 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:367 Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:371 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is CubeModel DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:961 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:961 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:713 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:photom.py:713 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:step.py:470 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:102 Input is a CubeModel for a multiple integ. file DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:259 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:264 APCORR reference file name is "N/A" INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:265 APCORR will NOT be applied DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Spec2Pipeline.extract_1d:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_x1dints.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:286 Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:133 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_calints.fits INFO stpipe.Spec2Pipeline:step.py:470 Step Spec2Pipeline done DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS INFO stpipe:pipeline.py:179 PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf INFO stpipe:pipeline.py:179 PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf INFO stpipe.Spec2Pipeline:step.py:321 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:321 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:321 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:321 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:321 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:321 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:321 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:321 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:321 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:321 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:321 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:321 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:321 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Spec2Pipeline:step.py:367 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits',). INFO stpipe.Spec2Pipeline:step.py:371 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe.Spec2Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for APCORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISTORTION reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVELENGTHRANGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:88 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:105 Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:171 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:347 Science data does not allow fringe correction. Skipping "fringe". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:367 Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:371 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:470 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:367 Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:371 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:470 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:367 Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:371 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:470 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:367 Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:371 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:470 Step msa_flagging done INFO stpipe.Spec2Pipeline.srctype:step.py:367 Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:371 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:step.py:470 Step srctype done INFO stpipe.Spec2Pipeline.flat_field:step.py:367 Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:371 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is CubeModel of exposure type NIS_SOSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.flat_field:step.py:470 Step flat_field done INFO stpipe.Spec2Pipeline.straylight:step.py:367 Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:371 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:470 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:367 Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:371 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.fringe:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:470 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:367 Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:371 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:470 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:367 Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:371 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:470 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:367 Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:371 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is CubeModel DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:961 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:961 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:713 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:photom.py:713 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:step.py:470 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:102 Input is a CubeModel for a multiple integ. file DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:259 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:264 APCORR reference file name is "N/A" INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:265 APCORR will NOT be applied DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Spec2Pipeline.extract_1d:step.py:928 Saved model in jw00625023001_03101_00001-seg002_nis_x1dints.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:286 Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:133 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:928 Saved model in jw00625023001_03101_00001-seg002_nis_calints.fits INFO stpipe.Spec2Pipeline:step.py:470 Step Spec2Pipeline done ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178436160 _____________________ test_niriss_soss_stage2[flat_field] ______________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'flat_field' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_flat_field.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_flat_field.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 219 E b: 209 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 41 time(s) in a, 40 times in (b) E Keyword [9] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [10] has different values: E a> Aperture information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [21] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [22] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [23] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [24] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [25] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [26] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [27] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [28] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [29] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [30] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [31] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [32] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [33] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [34] has different values: E a> Nirspec OTE Model reference file information E b> Read noise reference file information E Keyword [35] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [36] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [37] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [38] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [39] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [40] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 32 E b: 36 E Extra keyword 'EPH_TIME' in b: 58626.61944444444 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 4 time(s) in a, 5 times in (b) E Keyword has different values: E a> Velocity aberration correction information E b> JWST ephemeris information E Keyword [2] has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [3] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [4] has different values: E a> WCS parameters E b> Spacecraft pointing information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e775940>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 _______________________ test_niriss_soss_stage2[srctype] _______________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'srctype' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_srctype.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_srctype.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 210 E b: 200 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 37 time(s) in a, 36 times in (b) E Keyword [9] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [10] has different values: E a> Aperture information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E b> Nirspec FORE Model reference file information E Keyword [21] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [22] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [23] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [24] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [25] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [26] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [27] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [28] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [29] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [30] has different values: E a> Nirspec OTE Model reference file information E b> Read noise reference file information E Keyword [31] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [32] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [33] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [34] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [35] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [36] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 32 E b: 36 E Extra keyword 'EPH_TIME' in b: 58626.61944444444 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 4 time(s) in a, 5 times in (b) E Keyword has different values: E a> Velocity aberration correction information E b> JWST ephemeris information E Keyword [2] has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [3] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [4] has different values: E a> WCS parameters E b> Spacecraft pointing information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6dcde130>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155355840 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155355840 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155355840 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155355840 _______________________ test_niriss_soss_stage2[x1dints] _______________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'x1dints' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_x1dints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_x1dints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 231 E b: 221 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 45 time(s) in a, 44 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^^ - E b> 1-D extraction parameters reference file information E ? ++ ^^^ ++ +++++++++++ E Keyword [22] has different values: E a> 1-D extraction parameters reference file information E b> Filter Offset reference file information E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Photometric reference file information E Keyword [38] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [39] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [40] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [41] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [42] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [43] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [44] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 2 (EXTRACT1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 3 (EXTRACT1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 4 (EXTRACT1D, 3): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 5 (EXTRACT1D, 4): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 6 (EXTRACT1D, 5): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 7 (EXTRACT1D, 6): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 8 (EXTRACT1D, 7): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 9 (EXTRACT1D, 8): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 10 (EXTRACT1D, 9): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 11 (EXTRACT1D, 10): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 12 (EXTRACT1D, 11): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 13 (EXTRACT1D, 12): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 14 (EXTRACT1D, 13): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 15 (EXTRACT1D, 14): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 16 (EXTRACT1D, 15): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 17 (EXTRACT1D, 16): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 18 (EXTRACT1D, 17): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 19 (EXTRACT1D, 18): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 20 (EXTRACT1D, 19): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 21 (EXTRACT1D, 20): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 22 (EXTRACT1D, 21): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 23 (EXTRACT1D, 22): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 24 (EXTRACT1D, 23): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 25 (EXTRACT1D, 24): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 26 (EXTRACT1D, 25): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 27 (EXTRACT1D, 26): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 28 (EXTRACT1D, 27): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 29 (EXTRACT1D, 28): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 30 (EXTRACT1D, 29): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 31 (EXTRACT1D, 30): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6d30f400>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 7960320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 7960320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 7960320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 7960320 _______________________ test_niriss_soss_stage3_crfints ________________________ rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ruth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits'} run_tso_spec3 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata def test_niriss_soss_stage3_crfints(rtdata_module, run_tso_spec3, fitsdiff_default_kwargs): """Regression test of tso-spec3 pipeline outlier_detection results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625023001_03101_00001-seg001_nis_o023_crfints.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 229 E b: 219 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Photometric reference file information E Keyword [37] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [38] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [39] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [40] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [41] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [42] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 37 E b: 41 E Extra keyword 'EPH_TIME' in b: 58626.61944444444 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 5 time(s) in a, 6 times in (b) E Keyword has different values: E a> Velocity aberration correction information E b> JWST ephemeris information E Keyword [2] has different values: E a> Photometry information E b> Velocity aberration correction information E Keyword [3] has different values: E a> Information about the coordinates in the file E b> Photometry information E Keyword [4] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [5] has different values: E a> WCS parameters E b> Spacecraft pointing information E E Extension HDU 3 (DQ, 1): E E Data contains differences: E Data differs at [14, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [35, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [138, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [327, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [412, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [425, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [429, 1, 1]: E a> 4227072 E b> 4227089 E Data differs at [442, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [452, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [551, 1, 1]: E a> 4194304 E b> 4194321 E ... E 37293 different pixels found (0.71% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a60e60280>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:63: AssertionError ---------------------------- Captured stderr setup ----------------------------- 2021-06-04 04:52:40,207 - stpipe - INFO - PARS-OUTLIERDETECTIONSTEP parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-outlierdetectionstep_0001.asdf 2021-06-04 04:52:40,216 - stpipe - INFO - PARS-OUTLIERDETECTIONSTEP parameters are {'resample_data': False} 2021-06-04 04:52:41,356 - stpipe.Tso3Pipeline - INFO - Tso3Pipeline instance created. 2021-06-04 04:52:41,357 - stpipe.Tso3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created. 2021-06-04 04:52:41,357 - stpipe.Tso3Pipeline.tso_photometry - INFO - TSOPhotometryStep instance created. 2021-06-04 04:52:41,358 - stpipe.Tso3Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:52:41,359 - stpipe.Tso3Pipeline.white_light - INFO - WhiteLightStep instance created. 2021-06-04 04:52:41,359 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:52:41,359 - stpipe - INFO - OS: Linux 2021-06-04 04:52:41,607 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_20191210t204036_tso3_001_asn.json',). 2021-06-04 04:52:41,611 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None}}} 2021-06-04 04:52:41,844 - stpipe.Tso3Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_calints.fits' reftypes = ['gain', 'readnoise'] 2021-06-04 04:52:41,851 - stpipe.Tso3Pipeline - INFO - Prefetch for GAIN reference file is '/grp/crds/cache/references/jwst/jwst_niriss_gain_0006.fits'. 2021-06-04 04:52:41,853 - stpipe.Tso3Pipeline - INFO - Prefetch for READNOISE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_readnoise_0004.fits'. 2021-06-04 04:52:41,854 - stpipe.Tso3Pipeline - INFO - Starting calwebb_tso3... 2021-06-04 04:52:42,675 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ... 2021-06-04 04:52:42,785 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,). 2021-06-04 04:52:42,786 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} 2021-06-04 04:52:42,789 - stpipe.Tso3Pipeline.outlier_detection - INFO - Performing outlier detection on 10 inputs 2021-06-04 04:52:42,989 - stpipe.Tso3Pipeline.outlier_detection - INFO - Generating median from 10 images 2021-06-04 04:52:44,417 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done 2021-06-04 04:52:44,759 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ... 2021-06-04 04:52:44,884 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,). 2021-06-04 04:52:44,885 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} 2021-06-04 04:52:44,887 - stpipe.Tso3Pipeline.outlier_detection - INFO - Performing outlier detection on 10 inputs 2021-06-04 04:52:45,071 - stpipe.Tso3Pipeline.outlier_detection - INFO - Generating median from 10 images 2021-06-04 04:52:46,430 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done 2021-06-04 04:52:46,441 - stpipe.Tso3Pipeline - INFO - Saving crfints products with updated DQ arrays ... 2021-06-04 04:52:46,916 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_o023_crfints.fits 2021-06-04 04:52:47,480 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_o023_crfints.fits 2021-06-04 04:52:47,493 - stpipe.Tso3Pipeline - INFO - Extracting 1-D spectra ... 2021-06-04 04:52:47,702 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-06-04 04:52:47,703 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:52:47,723 - stpipe.Tso3Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-06-04 04:52:47,732 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-06-04 04:52:47,732 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-06-04 04:52:47,752 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 1 2021-06-04 04:52:47,752 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:52:47,866 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:52:47,867 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:52:47,867 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:52:47,874 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:49,245 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:49,245 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:49,395 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:50,757 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:50,757 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:50,908 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:52,267 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:52,268 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:52,417 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:53,803 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:53,804 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:53,954 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:55,313 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:55,313 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:55,462 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:56,813 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:56,813 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:56,962 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:58,330 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:58,330 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:58,480 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:59,860 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:59,861 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:00,019 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:01,372 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:01,372 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:01,522 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:02,868 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:02,869 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:02,898 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:53:02,898 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 2 2021-06-04 04:53:02,898 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:53:03,012 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:53:03,013 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:53:03,013 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:53:03,020 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:04,394 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:04,395 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:04,395 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-06-04 04:53:04,544 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:05,896 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:05,896 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:06,046 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:07,491 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:07,491 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:07,641 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:08,989 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:08,990 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:09,139 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:10,501 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:10,501 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:10,650 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:11,997 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:11,997 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:12,146 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:13,491 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:13,492 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:13,641 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:14,996 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:14,996 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:15,151 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:16,514 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:16,515 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:16,667 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:18,135 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:18,135 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:18,164 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:53:18,165 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 3 2021-06-04 04:53:18,165 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:53:18,281 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:53:18,281 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:53:18,281 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:53:18,289 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:19,658 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:19,658 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:19,659 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-06-04 04:53:19,808 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:21,167 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:21,168 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:21,316 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:22,683 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:22,683 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:22,833 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:24,307 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:24,308 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:24,461 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:25,919 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:25,920 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:26,072 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:27,492 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:27,492 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:27,641 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:28,985 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:28,985 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:29,137 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:30,478 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:30,478 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:30,629 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:31,977 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:31,977 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:32,125 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:33,472 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:33,472 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:33,499 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:53:33,562 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:53:33,664 - stpipe.Tso3Pipeline - INFO - Performing white-light photometry ... 2021-06-04 04:53:33,820 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-06-04 04:53:33,821 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} 2021-06-04 04:53:33,832 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light done 2021-06-04 04:53:33,832 - stpipe.Tso3Pipeline - INFO - Extracting 1-D spectra ... 2021-06-04 04:53:33,938 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-06-04 04:53:33,939 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'extract_1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:53:33,958 - stpipe.Tso3Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-06-04 04:53:33,966 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-06-04 04:53:33,967 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-06-04 04:53:33,987 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 1 2021-06-04 04:53:33,987 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:53:34,103 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:53:34,103 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:53:34,103 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:53:34,110 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:35,469 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:35,470 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:35,622 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:36,972 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:36,973 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:37,123 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:38,502 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:38,502 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:38,657 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:40,071 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:40,071 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:40,230 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:41,607 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:41,608 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:41,760 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:43,142 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:43,143 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:43,296 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:44,763 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:44,764 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:44,920 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:46,397 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:46,397 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:46,550 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:47,930 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:47,930 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:48,084 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:49,454 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:49,454 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:49,483 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:53:49,483 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 2 2021-06-04 04:53:49,484 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:53:49,601 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:53:49,601 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:53:49,601 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:53:49,609 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:50,971 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:50,972 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:50,972 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-06-04 04:53:51,122 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:52,488 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:52,489 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:52,641 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:54,057 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:54,058 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:54,208 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:55,576 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:55,577 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:55,727 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:57,098 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:57,098 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:57,248 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:58,605 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:58,606 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:58,755 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:54:00,114 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:00,114 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:00,263 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:54:01,623 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:01,624 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:01,774 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:54:03,129 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:03,130 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:03,279 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:54:04,664 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:04,664 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:04,694 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:54:04,695 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 3 2021-06-04 04:54:04,695 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:54:04,818 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:04,818 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:54:04,818 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:54:04,826 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:06,188 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:06,188 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:06,189 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-06-04 04:54:06,337 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:07,703 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:07,704 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:07,853 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:09,202 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:09,202 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:09,351 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:10,698 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:10,698 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:10,847 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:12,193 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:12,193 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:12,343 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:13,692 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:13,692 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:13,841 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:15,200 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:15,200 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:15,349 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:16,697 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:16,698 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:16,846 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:18,205 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:18,205 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:18,355 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:19,745 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:19,746 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:19,773 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:54:19,834 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:54:19,934 - stpipe.Tso3Pipeline - INFO - Performing white-light photometry ... 2021-06-04 04:54:20,085 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-06-04 04:54:20,086 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} 2021-06-04 04:54:20,097 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light done 2021-06-04 04:54:21,731 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits 2021-06-04 04:54:21,732 - stpipe.Tso3Pipeline - INFO - Writing Level 3 photometry catalog jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv 2021-06-04 04:54:21,736 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline done ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe:step.py:783 PARS-OUTLIERDETECTIONSTEP parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-outlierdetectionstep_0001.asdf INFO stpipe:step.py:791 PARS-OUTLIERDETECTIONSTEP parameters are {'resample_data': False} DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-TSO3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-TSO3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:pipeline.py:182 No PARS-TSO3PIPELINE reference files found. DEBUG stpipe:pipeline.py:182 No PARS-TSO3PIPELINE reference files found. INFO stpipe.Tso3Pipeline:step.py:321 Tso3Pipeline instance created. INFO stpipe.Tso3Pipeline.outlier_detection:step.py:321 OutlierDetectionStep instance created. INFO stpipe.Tso3Pipeline.tso_photometry:step.py:321 TSOPhotometryStep instance created. INFO stpipe.Tso3Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe.Tso3Pipeline.white_light:step.py:321 WhiteLightStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Tso3Pipeline:step.py:367 Step Tso3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_20191210t204036_tso3_001_asn.json',). INFO stpipe.Tso3Pipeline:step.py:371 Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None}}} DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe.Tso3Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_calints.fits' reftypes = ['gain', 'readnoise'] INFO stpipe.Tso3Pipeline:pipeline.py:288 Prefetch for GAIN reference file is '/grp/crds/cache/references/jwst/jwst_niriss_gain_0006.fits'. INFO stpipe.Tso3Pipeline:pipeline.py:288 Prefetch for READNOISE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_readnoise_0004.fits'. INFO stpipe.Tso3Pipeline:calwebb_tso3.py:57 Starting calwebb_tso3... DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:97 Performing outlier detection on input images ... INFO stpipe.Tso3Pipeline.outlier_detection:step.py:367 Step outlier_detection running with args (<ModelContainer>,). INFO stpipe.Tso3Pipeline.outlier_detection:step.py:371 Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:201 Performing outlier detection on 10 inputs DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:163 Using OutlierDetection class for outlier_detection DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60690 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60690 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61399 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61399 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61481 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61481 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60713 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60713 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60530 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60530 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61698 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61698 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60758 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60758 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60944 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60944 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61718 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61718 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 INFO stpipe.Tso3Pipeline.outlier_detection:step.py:470 Step outlier_detection done DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:97 Performing outlier detection on input images ... INFO stpipe.Tso3Pipeline.outlier_detection:step.py:367 Step outlier_detection running with args (<ModelContainer>,). INFO stpipe.Tso3Pipeline.outlier_detection:step.py:371 Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:201 Performing outlier detection on 10 inputs DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:163 Using OutlierDetection class for outlier_detection DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60690 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60690 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61399 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61399 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61481 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61481 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60713 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60713 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60530 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60530 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61698 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61698 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60758 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60758 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60944 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60944 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61718 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61718 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 INFO stpipe.Tso3Pipeline.outlier_detection:step.py:470 Step outlier_detection done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:117 Saving crfints products with updated DQ arrays ... INFO stpipe.Tso3Pipeline:step.py:928 Saved model in jw00625023001_03101_00001-seg002_nis_o023_crfints.fits INFO stpipe.Tso3Pipeline:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_o023_crfints.fits DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:160 Extracting 1-D spectra ... INFO stpipe.Tso3Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:102 Input is a CubeModel for a multiple integ. file DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:259 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:264 APCORR reference file name is "N/A" INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:265 APCORR will NOT be applied DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Tso3Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:165 Performing white-light photometry ... INFO stpipe.Tso3Pipeline.white_light:step.py:367 Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.white_light:step.py:371 Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. INFO stpipe.Tso3Pipeline.white_light:step.py:470 Step white_light done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:160 Extracting 1-D spectra ... INFO stpipe.Tso3Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'extract_1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:102 Input is a CubeModel for a multiple integ. file DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:259 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:264 APCORR reference file name is "N/A" INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:265 APCORR will NOT be applied DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Tso3Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:165 Performing white-light photometry ... INFO stpipe.Tso3Pipeline.white_light:step.py:367 Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.white_light:step.py:371 Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. INFO stpipe.Tso3Pipeline.white_light:step.py:470 Step white_light done INFO stpipe.Tso3Pipeline:step.py:928 Saved model in jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits INFO stpipe.Tso3Pipeline:calwebb_tso3.py:183 Writing Level 3 photometry catalog jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv INFO stpipe.Tso3Pipeline:step.py:470 Step Tso3Pipeline done ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178436160 _______________________ test_niriss_soss_stage3_x1dints ________________________ run_tso_spec3 = None rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...te': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata def test_niriss_soss_stage3_x1dints(run_tso_spec3, rtdata_module, fitsdiff_default_kwargs): """Regression test of tso-spec3 pipeline extract_1d results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 229 E b: 219 E Extra keyword 'EPH_TIME' in a: 58626.66180555556 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106829731422051 E Extra keyword 'JWST_DY' in a: -0.128842129056121 E Extra keyword 'JWST_DZ' in a: -0.109184206721607 E Extra keyword 'JWST_X' in a: -1275719.56093582 E Extra keyword 'JWST_Y' in a: -868670.372087584 E Extra keyword 'JWST_Z' in a: -182567.476089127 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Photometric reference file information E Keyword [37] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [38] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [39] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [40] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [41] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [42] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (EXTRACT1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...2727 additional difference(s) found. E ... E 2737 different table data element(s) found (14.90% different). E E Extension HDU 2 (EXTRACT1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...2725 additional difference(s) found. E ... E 2735 different table data element(s) found (14.89% different). E E Extension HDU 3 (EXTRACT1D, 3): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...2780 additional difference(s) found. E ... E 2790 different table data element(s) found (15.19% different). E E Extension HDU 4 (EXTRACT1D, 4): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...2769 additional difference(s) found. E ... E 2779 different table data element(s) found (15.13% different). E E Extension HDU 5 (EXTRACT1D, 5): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...2733 additional difference(s) found. E ... E 2743 different table data element(s) found (14.93% different). E E Extension HDU 6 (EXTRACT1D, 6): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...2789 additional difference(s) found. E ... E 2799 different table data element(s) found (15.24% different). E E Extension HDU 7 (EXTRACT1D, 7): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...2733 additional difference(s) found. E ... E 2743 different table data element(s) found (14.93% different). E E Extension HDU 8 (EXTRACT1D, 8): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...2739 additional difference(s) found. E ... E 2749 different table data element(s) found (14.97% different). E E Extension HDU 9 (EXTRACT1D, 9): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...2775 additional difference(s) found. E ... E 2785 different table data element(s) found (15.16% different). E E Extension HDU 10 (EXTRACT1D, 10): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...2731 additional difference(s) found. E ... E 2741 different table data element(s) found (14.92% different). E E Extension HDU 11 (EXTRACT1D, 11): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...2472 additional difference(s) found. E ... E 2482 different table data element(s) found (15.04% different). E E Extension HDU 12 (EXTRACT1D, 12): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...2430 additional difference(s) found. E ... E 2440 different table data element(s) found (14.78% different). E E Extension HDU 13 (EXTRACT1D, 13): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...2522 additional difference(s) found. E ... E 2532 different table data element(s) found (15.34% different). E E Extension HDU 14 (EXTRACT1D, 14): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...2527 additional difference(s) found. E ... E 2537 different table data element(s) found (15.37% different). E E Extension HDU 15 (EXTRACT1D, 15): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...2431 additional difference(s) found. E ... E 2441 different table data element(s) found (14.79% different). E E Extension HDU 16 (EXTRACT1D, 16): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...2539 additional difference(s) found. E ... E 2549 different table data element(s) found (15.44% different). E E Extension HDU 17 (EXTRACT1D, 17): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...2480 additional difference(s) found. E ... E 2490 different table data element(s) found (15.09% different). E E Extension HDU 18 (EXTRACT1D, 18): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...2441 additional difference(s) found. E ... E 2451 different table data element(s) found (14.85% different). E E Extension HDU 19 (EXTRACT1D, 19): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...2519 additional difference(s) found. E ... E 2529 different table data element(s) found (15.32% different). E E Extension HDU 20 (EXTRACT1D, 20): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...2492 additional difference(s) found. E ... E 2502 different table data element(s) found (15.16% different). E E Extension HDU 21 (EXTRACT1D, 21): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...1253 additional difference(s) found. E ... E 1263 different table data element(s) found (16.73% different). E E Extension HDU 22 (EXTRACT1D, 22): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...1168 additional difference(s) found. E ... E 1178 different table data element(s) found (15.60% different). E E Extension HDU 23 (EXTRACT1D, 23): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...1029 additional difference(s) found. E ... E 1039 different table data element(s) found (13.76% different). E E Extension HDU 24 (EXTRACT1D, 24): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...1273 additional difference(s) found. E ... E 1283 different table data element(s) found (16.99% different). E E Extension HDU 25 (EXTRACT1D, 25): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...1155 additional difference(s) found. E ... E 1165 different table data element(s) found (15.43% different). E E Extension HDU 26 (EXTRACT1D, 26): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...1029 additional difference(s) found. E ... E 1039 different table data element(s) found (13.76% different). E E Extension HDU 27 (EXTRACT1D, 27): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...1249 additional difference(s) found. E ... E 1259 different table data element(s) found (16.67% different). E E Extension HDU 28 (EXTRACT1D, 28): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...1135 additional difference(s) found. E ... E 1145 different table data element(s) found (15.16% different). E E Extension HDU 29 (EXTRACT1D, 29): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...1025 additional difference(s) found. E ... E 1035 different table data element(s) found (13.71% different). E E Extension HDU 30 (EXTRACT1D, 30): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...1263 additional difference(s) found. E ... E 1273 different table data element(s) found (16.86% different). E E Extension HDU 31 (EXTRACT1D, 31): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...2727 additional difference(s) found. E ... E 2737 different table data element(s) found (14.90% different). E E Extension HDU 32 (EXTRACT1D, 32): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...2725 additional difference(s) found. E ... E 2735 different table data element(s) found (14.89% different). E E Extension HDU 33 (EXTRACT1D, 33): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...2780 additional difference(s) found. E ... E 2790 different table data element(s) found (15.19% different). E E Extension HDU 34 (EXTRACT1D, 34): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...2769 additional difference(s) found. E ... E 2779 different table data element(s) found (15.13% different). E E Extension HDU 35 (EXTRACT1D, 35): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...2733 additional difference(s) found. E ... E 2743 different table data element(s) found (14.93% different). E E Extension HDU 36 (EXTRACT1D, 36): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...2789 additional difference(s) found. E ... E 2799 different table data element(s) found (15.24% different). E E Extension HDU 37 (EXTRACT1D, 37): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...2733 additional difference(s) found. E ... E 2743 different table data element(s) found (14.93% different). E E Extension HDU 38 (EXTRACT1D, 38): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...2739 additional difference(s) found. E ... E 2749 different table data element(s) found (14.97% different). E E Extension HDU 39 (EXTRACT1D, 39): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...2775 additional difference(s) found. E ... E 2785 different table data element(s) found (15.16% different). E E Extension HDU 40 (EXTRACT1D, 40): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...2731 additional difference(s) found. E ... E 2741 different table data element(s) found (14.92% different). E E Extension HDU 41 (EXTRACT1D, 41): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...2472 additional difference(s) found. E ... E 2482 different table data element(s) found (15.04% different). E E Extension HDU 42 (EXTRACT1D, 42): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...2430 additional difference(s) found. E ... E 2440 different table data element(s) found (14.78% different). E E Extension HDU 43 (EXTRACT1D, 43): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...2522 additional difference(s) found. E ... E 2532 different table data element(s) found (15.34% different). E E Extension HDU 44 (EXTRACT1D, 44): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...2527 additional difference(s) found. E ... E 2537 different table data element(s) found (15.37% different). E E Extension HDU 45 (EXTRACT1D, 45): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...2431 additional difference(s) found. E ... E 2441 different table data element(s) found (14.79% different). E E Extension HDU 46 (EXTRACT1D, 46): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...2539 additional difference(s) found. E ... E 2549 different table data element(s) found (15.44% different). E E Extension HDU 47 (EXTRACT1D, 47): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...2480 additional difference(s) found. E ... E 2490 different table data element(s) found (15.09% different). E E Extension HDU 48 (EXTRACT1D, 48): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...2441 additional difference(s) found. E ... E 2451 different table data element(s) found (14.85% different). E E Extension HDU 49 (EXTRACT1D, 49): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...2519 additional difference(s) found. E ... E 2529 different table data element(s) found (15.32% different). E E Extension HDU 50 (EXTRACT1D, 50): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...2492 additional difference(s) found. E ... E 2502 different table data element(s) found (15.16% different). E E Extension HDU 51 (EXTRACT1D, 51): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...1253 additional difference(s) found. E ... E 1263 different table data element(s) found (16.73% different). E E Extension HDU 52 (EXTRACT1D, 52): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...1168 additional difference(s) found. E ... E 1178 different table data element(s) found (15.60% different). E E Extension HDU 53 (EXTRACT1D, 53): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...1029 additional difference(s) found. E ... E 1039 different table data element(s) found (13.76% different). E E Extension HDU 54 (EXTRACT1D, 54): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...1273 additional difference(s) found. E ... E 1283 different table data element(s) found (16.99% different). E E Extension HDU 55 (EXTRACT1D, 55): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...1155 additional difference(s) found. E ... E 1165 different table data element(s) found (15.43% different). E E Extension HDU 56 (EXTRACT1D, 56): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...1029 additional difference(s) found. E ... E 1039 different table data element(s) found (13.76% different). E E Extension HDU 57 (EXTRACT1D, 57): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...1249 additional difference(s) found. E ... E 1259 different table data element(s) found (16.67% different). E E Extension HDU 58 (EXTRACT1D, 58): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...1135 additional difference(s) found. E ... E 1145 different table data element(s) found (15.16% different). E E Extension HDU 59 (EXTRACT1D, 59): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...1025 additional difference(s) found. E ... E 1035 different table data element(s) found (13.71% different). E E Extension HDU 60 (EXTRACT1D, 60): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...1263 additional difference(s) found. E ... E 1273 different table data element(s) found (16.86% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e6fbc70>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:76: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 15871680 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 15871680 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 15871680 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 15871680 ________________________ test_niriss_soss_stage3_whtlt _________________________ run_tso_spec3 = None rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...mote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv'} diff_astropy_tables = <function diff_astropy_tables.<locals>._diff_astropy_tables at 0x7f1a6e8d2dc0> @pytest.mark.bigdata def test_niriss_soss_stage3_whtlt(run_tso_spec3, rtdata_module, diff_astropy_tables): """Regression test of tso-spec3 pipeline white_light results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") > assert diff_astropy_tables(rtdata.output, rtdata.truth) E AssertionError: E ---------------------------------- E Column 'whitelight_flux' values do not match (within tolerances) E E Not equal to tolerance rtol=1e-05, atol=1e-07 E E Mismatched elements: 56 / 60 (93.3%) E Max absolute difference: 50.91503042 E Max relative difference: 0.00721623 E x: Column([7102.493321, 7115.69341 , 7126.474667, 7063.146133, 7084.266435, E 7094.150966, 7075.796925, 7039.070878, 7095.428274, 7071.184794, E 7015.865229, 7027.586566, 7036.984862, 6976.456677, 6996.129418,... E y: Column([7094.671365, 7117.321815, 7161.894861, 7072.802787, 7101.27465 , E 7145.063148, 7079.465668, 7067.752538, 7132.09847 , 7070.558117, E 7008.035902, 7029.231104, 7072.405319, 6986.109104, 7013.157445,... /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:88: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2530 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2530 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2530 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2530 _______________________ test_nis_wfss_spec3[s00001-cal] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits'} suffix = 'cal', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 237 E b: 228 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 47 E b: 51 E Extra keyword 'EPH_TIME' in b: 58651.0 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 7 time(s) in a, 8 times in (b) E Keyword has different values: E a> META info from the exposure source file E b> JWST ephemeris information E Keyword [2] has different values: E a> Photometry information E b> META info from the exposure source file E Keyword [3] has different values: E a> Information about the coordinates in the file E b> Photometry information E Keyword [4] has different values: E a> Aperture information E b> Information about the coordinates in the file E Keyword [5] has different values: E a> Spacecraft pointing information E b> Aperture information E Keyword [6] has different values: E a> Velocity aberration correction information E b> Spacecraft pointing information E Keyword [7] has different values: E a> WCS parameters E b> Velocity aberration correction information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6c72d6a0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ---------------------------- Captured stderr setup ----------------------------- 2021-06-04 04:54:40,914 - stpipe.Spec3Pipeline - INFO - Spec3Pipeline instance created. 2021-06-04 04:54:40,914 - stpipe.Spec3Pipeline.assign_mtwcs - INFO - AssignMTWcsStep instance created. 2021-06-04 04:54:40,915 - stpipe.Spec3Pipeline.master_background - INFO - MasterBackgroundStep instance created. 2021-06-04 04:54:40,916 - stpipe.Spec3Pipeline.mrs_imatch - INFO - MRSIMatchStep instance created. 2021-06-04 04:54:40,917 - stpipe.Spec3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created. 2021-06-04 04:54:40,918 - stpipe.Spec3Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-06-04 04:54:40,919 - stpipe.Spec3Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-06-04 04:54:40,920 - stpipe.Spec3Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:54:40,921 - stpipe.Spec3Pipeline.combine_1d - INFO - Combine1dStep instance created. 2021-06-04 04:54:40,921 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:54:40,921 - stpipe - INFO - OS: Linux 2021-06-04 04:54:41,038 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_20191121t041727_spec3_001_asn.json',). 2021-06-04 04:54:41,043 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'steps': {'assign_mtwcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_mtwcs', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'user_background': None, 'save_background': False, 'force_subtract': False}, 'mrs_imatch': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'bkg_degree': 1, 'subtract': False}, 'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'combine_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'}}} 2021-06-04 04:54:41,714 - stpipe.Spec3Pipeline - INFO - Prefetching reference files for dataset: 'jw00625030001_0210e_00004_nis_cal.fits' reftypes = ['apcorr', 'cubepar', 'drizpars', 'extract1d', 'resol'] 2021-06-04 04:54:41,720 - stpipe.Spec3Pipeline - INFO - Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. 2021-06-04 04:54:41,722 - stpipe.Spec3Pipeline - INFO - Prefetch for CUBEPAR reference file is 'N/A'. 2021-06-04 04:54:41,722 - stpipe.Spec3Pipeline - INFO - Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. 2021-06-04 04:54:41,723 - stpipe.Spec3Pipeline - INFO - Prefetch for EXTRACT1D reference file is 'N/A'. 2021-06-04 04:54:41,723 - stpipe.Spec3Pipeline - INFO - Prefetch for RESOL reference file is 'N/A'. 2021-06-04 04:54:41,724 - stpipe.Spec3Pipeline - INFO - Starting calwebb_spec3 ... 2021-06-04 04:54:47,913 - stpipe.Spec3Pipeline - INFO - Convert from exposure-based to source-based data. 2021-06-04 04:54:47,914 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits 2021-06-04 04:54:48,119 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits 2021-06-04 04:54:48,211 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits 2021-06-04 04:54:48,307 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits 2021-06-04 04:54:48,407 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits 2021-06-04 04:54:48,544 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits 2021-06-04 04:54:48,685 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits 2021-06-04 04:54:48,833 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits 2021-06-04 04:54:51,736 - stpipe.Spec3Pipeline - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits 2021-06-04 04:54:51,939 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d running with args (<SourceModelContainer>,). 2021-06-04 04:54:51,940 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:54:52,033 - stpipe.Spec3Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-06-04 04:54:52,033 - stpipe.Spec3Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-06-04 04:54:52,097 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,098 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,098 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,099 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,099 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=15, ystart=0, ystop=42 2021-06-04 04:54:52,135 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,135 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,135 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,136 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,136 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=42 2021-06-04 04:54:52,170 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,170 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,170 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,171 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,172 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=42 2021-06-04 04:54:52,204 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,204 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,204 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,206 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,206 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=15, ystart=0, ystop=42 2021-06-04 04:54:52,239 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,239 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,239 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,240 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,240 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=9 2021-06-04 04:54:52,272 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,272 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,272 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,273 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,273 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=9 2021-06-04 04:54:52,309 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,309 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,309 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,310 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,311 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=19, ystart=0, ystop=9 2021-06-04 04:54:52,342 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,342 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,342 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,344 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,344 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=87, ystart=0, ystop=9 2021-06-04 04:54:52,379 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,379 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,379 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,380 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,380 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=4, ystart=0, ystop=9 2021-06-04 04:54:52,411 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,411 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,411 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,412 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,412 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=9 2021-06-04 04:54:52,447 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,448 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,448 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,449 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,449 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=9 2021-06-04 04:54:52,480 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,481 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,481 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,482 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,482 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=8 2021-06-04 04:54:52,785 - stpipe.Spec3Pipeline.extract_1d - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits 2021-06-04 04:54:52,786 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:54:53,002 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits>,). 2021-06-04 04:54:53,003 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} 2021-06-04 04:54:53,008 - stpipe.Spec3Pipeline.combine_1d - INFO - Using exposure time as the weight. 2021-06-04 04:54:53,034 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-06-04 04:54:53,035 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-06-04 04:54:53,035 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-06-04 04:54:53,036 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-06-04 04:54:53,036 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-06-04 04:54:53,037 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-06-04 04:54:53,037 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-06-04 04:54:53,038 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-06-04 04:54:53,038 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-06-04 04:54:53,053 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-06-04 04:54:53,053 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-06-04 04:54:53,054 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-06-04 04:54:53,055 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-06-04 04:54:53,056 - stpipe.Spec3Pipeline.combine_1d - WARNING - 2 output pixel numbers were NaN 2021-06-04 04:54:53,185 - stpipe.Spec3Pipeline.combine_1d - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits 2021-06-04 04:54:53,185 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d done 2021-06-04 04:54:56,614 - stpipe.Spec3Pipeline - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits 2021-06-04 04:54:56,812 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d running with args (<SourceModelContainer>,). 2021-06-04 04:54:56,813 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:54:56,898 - stpipe.Spec3Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-06-04 04:54:56,898 - stpipe.Spec3Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-06-04 04:54:56,934 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:56,934 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:56,934 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:56,935 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:56,936 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-06-04 04:54:56,970 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:56,970 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:56,970 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:56,972 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:56,972 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=93 2021-06-04 04:54:57,008 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,008 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,008 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,009 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,009 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=43 2021-06-04 04:54:57,043 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,043 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,043 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,044 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,044 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-06-04 04:54:57,080 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,080 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,081 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,082 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,082 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-06-04 04:54:57,115 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,116 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,116 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,117 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,117 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-06-04 04:54:57,153 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,153 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,153 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,155 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,155 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-06-04 04:54:57,188 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,188 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,188 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,189 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,189 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-06-04 04:54:57,225 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,225 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,225 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,226 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,226 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=40, ystart=0, ystop=8 2021-06-04 04:54:57,259 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,259 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,259 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,261 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,261 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-06-04 04:54:57,296 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,296 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,296 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,298 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,298 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=40, ystart=0, ystop=8 2021-06-04 04:54:57,331 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,332 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,332 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,333 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,333 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-06-04 04:54:57,369 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,369 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,369 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,370 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,370 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=41, ystart=0, ystop=8 2021-06-04 04:54:57,403 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,403 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,403 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,405 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,405 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-06-04 04:54:57,440 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,440 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,440 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,442 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,442 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=41, ystart=0, ystop=8 2021-06-04 04:54:57,474 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,474 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,475 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,476 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,476 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-06-04 04:54:57,858 - stpipe.Spec3Pipeline.extract_1d - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits 2021-06-04 04:54:57,859 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:54:58,080 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits>,). 2021-06-04 04:54:58,081 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} 2021-06-04 04:54:58,086 - stpipe.Spec3Pipeline.combine_1d - INFO - Using exposure time as the weight. 2021-06-04 04:54:58,111 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-06-04 04:54:58,111 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-06-04 04:54:58,112 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-06-04 04:54:58,113 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-06-04 04:54:58,113 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-06-04 04:54:58,114 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-06-04 04:54:58,114 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-06-04 04:54:58,115 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-06-04 04:54:58,115 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-06-04 04:54:58,139 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-06-04 04:54:58,140 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-06-04 04:54:58,140 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-06-04 04:54:58,141 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-06-04 04:54:58,142 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-06-04 04:54:58,143 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-06-04 04:54:58,144 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-06-04 04:54:58,144 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-06-04 04:54:58,145 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-06-04 04:54:58,270 - stpipe.Spec3Pipeline.combine_1d - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits 2021-06-04 04:54:58,270 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d done 2021-06-04 04:54:58,270 - stpipe.Spec3Pipeline - INFO - Ending calwebb_spec3 2021-06-04 04:54:58,270 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline done ------------------------------ Captured log setup ------------------------------ DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:182 No PARS-SPEC3PIPELINE reference files found. DEBUG stpipe:pipeline.py:182 No PARS-SPEC3PIPELINE reference files found. INFO stpipe.Spec3Pipeline:step.py:321 Spec3Pipeline instance created. INFO stpipe.Spec3Pipeline.assign_mtwcs:step.py:321 AssignMTWcsStep instance created. INFO stpipe.Spec3Pipeline.master_background:step.py:321 MasterBackgroundStep instance created. INFO stpipe.Spec3Pipeline.mrs_imatch:step.py:321 MRSIMatchStep instance created. INFO stpipe.Spec3Pipeline.outlier_detection:step.py:321 OutlierDetectionStep instance created. INFO stpipe.Spec3Pipeline.resample_spec:step.py:321 ResampleSpecStep instance created. INFO stpipe.Spec3Pipeline.cube_build:step.py:321 CubeBuildStep instance created. INFO stpipe.Spec3Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe.Spec3Pipeline.combine_1d:step.py:321 Combine1dStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Spec3Pipeline:step.py:367 Step Spec3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_20191121t041727_spec3_001_asn.json',). INFO stpipe.Spec3Pipeline:step.py:371 Step Spec3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'steps': {'assign_mtwcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_mtwcs', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'user_background': None, 'save_background': False, 'force_subtract': False}, 'mrs_imatch': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'bkg_degree': 1, 'subtract': False}, 'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'combine_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'}}} DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec3Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00625030001_0210e_00004_nis_cal.fits' reftypes = ['apcorr', 'cubepar', 'drizpars', 'extract1d', 'resol'] INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for CUBEPAR reference file is 'N/A'. INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for EXTRACT1D reference file is 'N/A'. INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for RESOL reference file is 'N/A'. INFO stpipe.Spec3Pipeline:calwebb_spec3.py:72 Starting calwebb_spec3 ... DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science', 'background']: DEBUG stpipe.Spec3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science', 'background']: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec3Pipeline:calwebb_spec3.py:156 Convert from exposure-based to source-based data. INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline:step.py:928 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<SourceModelContainer>,). INFO stpipe.Spec3Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:107 Input is a SourceModelContainer DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:134 Input contains 12 items DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:152 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:155 No EXTRACT1D reference file will be used DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [15.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [15.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=15, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=15, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [14.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [14.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [14.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [14.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [15.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [15.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=15, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=15, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 19 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 19 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=19, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=19, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 87 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 87 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=87, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=87, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 4 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 4 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=4, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=4, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3313 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3313 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec3Pipeline.extract_1d:step.py:928 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Spec3Pipeline.combine_1d:step.py:367 Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits>,). INFO stpipe.Spec3Pipeline.combine_1d:step.py:371 Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:549 Using exptime_key = exposure_time. DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:549 Using exptime_key = exposure_time. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:514 Using exposure time as the weight. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:514 Using exposure time as the weight. DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 2 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 2 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:step.py:928 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits INFO stpipe.Spec3Pipeline.combine_1d:step.py:470 Step combine_1d done INFO stpipe.Spec3Pipeline:step.py:928 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<SourceModelContainer>,). INFO stpipe.Spec3Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:107 Input is a SourceModelContainer DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:134 Input contains 16 items DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:152 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:155 No EXTRACT1D reference file will be used DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [12.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [12.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [12.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [12.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=40, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=40, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=40, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=40, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=41, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=41, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=41, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=41, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3313 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3313 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec3Pipeline.extract_1d:step.py:928 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Spec3Pipeline.combine_1d:step.py:367 Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits>,). INFO stpipe.Spec3Pipeline.combine_1d:step.py:371 Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:549 Using exptime_key = exposure_time. DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:549 Using exptime_key = exposure_time. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:514 Using exposure time as the weight. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:514 Using exposure time as the weight. DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:step.py:928 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits INFO stpipe.Spec3Pipeline.combine_1d:step.py:470 Step combine_1d done INFO stpipe.Spec3Pipeline:calwebb_spec3.py:234 Ending calwebb_spec3 INFO stpipe.Spec3Pipeline:step.py:470 Step Spec3Pipeline done ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1336320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1336320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1336320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1336320 _______________________ test_nis_wfss_spec3[s00001-x1d] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits'} suffix = 'x1d', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 238 E b: 229 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (EXTRACT1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 399340.8085815356 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 159460.40654469279 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 102309.98326032748 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 97662.43954860566 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 91898.8224675545 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 90546.65133054355 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 96913.08371667005 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 106060.36592172875 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 95795.85329165884 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 108888.39087509098 E ...33 additional difference(s) found. E ... E 43 different table data element(s) found (11.11% different). E E Extension HDU 2 (EXTRACT1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 553020.102483702 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 230160.19700932075 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 99828.94641422732 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 98708.69702229959 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 85616.87321932461 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 95044.61835440864 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 97601.1254328612 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 115420.98065870634 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 98060.26835510314 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 116905.16078372987 E ...33 additional difference(s) found. E ... E 43 different table data element(s) found (11.11% different). E E Extension HDU 3 (EXTRACT1D, 3): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 326735.17461978144 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 144093.99814960064 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 85476.4175304206 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 89817.10479752618 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 80043.22503549443 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 96161.67135269807 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 93732.71377606587 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 90953.51432651097 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 98259.3978870598 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 112601.74109666942 E ...33 additional difference(s) found. E ... E 43 different table data element(s) found (11.11% different). E E Extension HDU 4 (EXTRACT1D, 4): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 247582.66207351876 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 123545.26116548321 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 98130.78441855406 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 101675.8331278106 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 89455.25703371568 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 103686.1422721554 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 91259.54514357622 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 108970.58598838166 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 105169.64034928313 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 110062.33144878208 E ...33 additional difference(s) found. E ... E 43 different table data element(s) found (11.11% different). E E Extension HDU 5 (EXTRACT1D, 5): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 121167.93224514692 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 29867.77912172637 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 55829.53121333689 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 56338.856888834154 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 50648.10051231784 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 42022.868663963665 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 52338.811109792514 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 51635.31051823855 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 50325.29681745941 E 9 different table data element(s) found (7.69% different). E E Extension HDU 6 (EXTRACT1D, 6): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 5881692.420757364 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 10362411.215958117 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 6981494.78445389 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 4314441.402852707 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 2522300.8799757436 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 1472570.3465491906 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1047334.0926829422 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 800694.5480933785 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 735735.807405491 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 339436.013055438 E ...77 additional difference(s) found. E ... E 87 different table data element(s) found (11.11% different). E E Extension HDU 7 (EXTRACT1D, 7): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 69070.07017165028 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 49662.29074603856 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 55872.82432326793 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 48445.455732545 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 66297.48427908905 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 51044.41830104194 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 43410.54124140045 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 74384.772332229 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 56168.093380566046 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 76530.48113031924 E ...6 additional difference(s) found. E ... E 16 different table data element(s) found (8.89% different). E E Extension HDU 8 (EXTRACT1D, 8): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 8037848.30610151 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 5173470.961859941 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 3498800.290770887 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 1833714.6044070795 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 1143675.7084535565 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 914045.611378156 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 546118.3689134453 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 390349.50639959064 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 362639.90855341544 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 721580.6567719539 E ...78 additional difference(s) found. E ... E 88 different table data element(s) found (11.11% different). E E Extension HDU 9 (EXTRACT1D, 9): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 46874.84918753733 E 1 different table data element(s) found (2.22% different). E E Extension HDU 10 (EXTRACT1D, 10): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 13806105.252215056 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 7099549.403083978 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 3545597.421773349 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 2214573.908881753 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 1403602.547529675 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 473692.3316587024 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 337601.72218196536 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 371825.0322588581 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 296554.75844834425 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 399785.05412178056 E ...77 additional difference(s) found. E ... E 87 different table data element(s) found (11.11% different). E E Extension HDU 11 (EXTRACT1D, 11): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 1173957.2844079204 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 36298.99429653587 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 401598.13322687615 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 65461.858534194915 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 65920.84606407996 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 72889.98565872807 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 47879.59383661453 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 57190.41266948435 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 61327.9854382578 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 75140.54777378529 E ...1 additional difference(s) found. E ... E 11 different table data element(s) found (8.15% different). E E Extension HDU 12 (EXTRACT1D, 12): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 7527209.904825665 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 4490520.418254383 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 3505261.2747357027 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 2166353.7702443786 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 891356.9719574205 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 1506862.3193696241 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1054647.2294205518 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 940378.6259984156 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 918087.4613073523 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 874747.3591396427 E ...77 additional difference(s) found. E ... E 87 different table data element(s) found (11.11% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6d7296a0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 305280 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 305280 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 305280 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 305280 _______________________ test_nis_wfss_spec3[s00001-c1d] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits'} suffix = 'c1d', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 239 E b: 230 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (COMBINE1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 29 E b: 34 E Extra keyword 'TUNIT1' in b: 'um' E Extra keyword 'TUNIT2' in b: 'Jy' E Extra keyword 'TUNIT3' in b: 'Jy' E Extra keyword 'TUNIT4' in b: 'MJy/sr' E Extra keyword 'TUNIT5' in b: 'MJy/sr' E E Data contains differences: E Column ERROR has different units: E (NoneType) a> None E (str) b> 'Jy' E Column FLUX has different units: E (NoneType) a> None E (str) b> 'Jy' E Column SB_ERROR has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column SURF_BRIGHT has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column WAVELENGTH has different units: E (NoneType) a> None E (str) b> 'um' E Column ERROR data differs in row 0: E a> 0.0 E b> 13216007310084.059 E Column ERROR data differs in row 1: E a> 0.0 E b> 15468843110799.6 E Column ERROR data differs in row 2: E a> 0.0 E b> 12323277222056.625 E Column ERROR data differs in row 3: E a> 0.0 E b> 12698907562244.092 E Column ERROR data differs in row 4: E a> 0.0 E b> 11552547623252.867 E Column ERROR data differs in row 5: E a> 0.0 E b> 12268261749804.373 E Column ERROR data differs in row 6: E a> 0.0 E b> 10428780706253.314 E Column ERROR data differs in row 7: E a> 0.0 E b> 10459524552508.998 E Column ERROR data differs in row 8: E a> 0.0 E b> 8650269979007.381 E Column ERROR data differs in row 9: E a> 0.0 E b> 9796328925706.49 E ...76 additional difference(s) found. E ... E 86 different table data element(s) found (25.00% different). E E Extension HDU 2 (COMBINE1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 29 E b: 34 E Extra keyword 'TUNIT1' in b: 'um' E Extra keyword 'TUNIT2' in b: 'Jy' E Extra keyword 'TUNIT3' in b: 'Jy' E Extra keyword 'TUNIT4' in b: 'MJy/sr' E Extra keyword 'TUNIT5' in b: 'MJy/sr' E E Data contains differences: E Column ERROR has different units: E (NoneType) a> None E (str) b> 'Jy' E Column FLUX has different units: E (NoneType) a> None E (str) b> 'Jy' E Column SB_ERROR has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column SURF_BRIGHT has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column WAVELENGTH has different units: E (NoneType) a> None E (str) b> 'um' E Column ERROR data differs in row 0: E a> 0.0 E b> 4221932955651.4136 E Column ERROR data differs in row 1: E a> 0.0 E b> 3910009726988.6226 E Column ERROR data differs in row 2: E a> 0.0 E b> 3051135539754.5723 E Column ERROR data differs in row 3: E a> 0.0 E b> 3039582205197.9277 E Column ERROR data differs in row 4: E a> 0.0 E b> 3010867079635.468 E Column ERROR data differs in row 5: E a> 0.0 E b> 3307282392533.5 E Column ERROR data differs in row 6: E a> 0.0 E b> 3710631576699.682 E Column ERROR data differs in row 7: E a> 0.0 E b> 4130978031436.9033 E Column ERROR data differs in row 8: E a> 0.0 E b> 5585330806943.516 E Column ERROR data differs in row 9: E a> 0.0 E b> 5629262931075.699 E ...166 additional difference(s) found. E ... E 176 different table data element(s) found (25.00% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6ca2b850>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 _______________________ test_nis_wfss_spec3[s00002-cal] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits'} suffix = 'cal', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 237 E b: 228 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 47 E b: 51 E Extra keyword 'EPH_TIME' in b: 58651.0 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 7 time(s) in a, 8 times in (b) E Keyword has different values: E a> META info from the exposure source file E b> JWST ephemeris information E Keyword [2] has different values: E a> Photometry information E b> META info from the exposure source file E Keyword [3] has different values: E a> Information about the coordinates in the file E b> Photometry information E Keyword [4] has different values: E a> Aperture information E b> Information about the coordinates in the file E Keyword [5] has different values: E a> Spacecraft pointing information E b> Aperture information E Keyword [6] has different values: E a> Velocity aberration correction information E b> Spacecraft pointing information E Keyword [7] has different values: E a> WCS parameters E b> Velocity aberration correction information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6c9c1fa0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1823040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1823040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1823040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1823040 _______________________ test_nis_wfss_spec3[s00002-x1d] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits'} suffix = 'x1d', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 238 E b: 229 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (EXTRACT1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 408339.82987038523 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 164352.8458056807 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 102016.77959555804 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 94862.39702806504 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 95186.17805483493 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 729856.2147617757 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 108210.893953558 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 100098.1329831121 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 107054.08916667126 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 105990.06163173576 E ...34 additional difference(s) found. E ... E 44 different table data element(s) found (11.11% different). E E Extension HDU 2 (EXTRACT1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 20148960.118704833 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 14480096.179749515 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 10157565.860162 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 7014896.746871187 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 4609105.945358319 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 2765761.9553811573 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1614755.27694642 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 979190.0097376867 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 733492.3512382085 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 724876.9696489318 E ...84 additional difference(s) found. E ... E 94 different table data element(s) found (11.11% different). E E Extension HDU 3 (EXTRACT1D, 3): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 411738.58337901114 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 246579.01335934567 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 89628.85010944068 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 676946.3950729498 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 76453.57898369733 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 81750.24939219924 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 85318.64504537228 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 72582.88208141904 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 80639.64056452645 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 85670.13802209386 E ...34 additional difference(s) found. E ... E 44 different table data element(s) found (11.11% different). E E Extension HDU 4 (EXTRACT1D, 4): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 20942664.087816045 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 12969918.734049711 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 8985784.015430776 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 6137975.843503154 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 4250874.638803359 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 2609908.337057241 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1503604.0416384153 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 881584.424102596 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 628240.758486046 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 608489.7218466527 E ...84 additional difference(s) found. E ... E 94 different table data element(s) found (11.11% different). E E Extension HDU 5 (EXTRACT1D, 5): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 329569.3356473699 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 121419.00920786572 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 79080.11319347213 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 73582.53534499547 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 76745.0058904475 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 79063.48911280518 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 75324.42022138991 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 792645.0329954596 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 76970.89045827942 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 124601.09047102135 E ...34 additional difference(s) found. E ... E 44 different table data element(s) found (11.11% different). E E Extension HDU 6 (EXTRACT1D, 6): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 16418371.035956766 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 11092110.813414734 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 8380578.7642319305 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 5889384.302008054 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 716068057.2025145 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 2332889.5100716087 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1246245.1141018753 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 784560.5304314696 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 625331.2439561359 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 590455.7058909216 E ...84 additional difference(s) found. E ... E 94 different table data element(s) found (11.11% different). E E Extension HDU 7 (EXTRACT1D, 7): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 283053.70479181944 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 107581.4348503913 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 86137.39550419262 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 79861.48891137679 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 83775.32469209484 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 87133.7649549422 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 90650.49402963452 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 86629.87249855403 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 92002.39906259894 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 88927.26858485771 E ...34 additional difference(s) found. E ... E 44 different table data element(s) found (11.11% different). E E Extension HDU 8 (EXTRACT1D, 8): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 16491161.44623878 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 12939007.728769664 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 8125688.567041336 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 5793217.865424203 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 3509421.290102025 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 2047466.8003528258 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1140028.9396971033 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 792137.2774992979 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 645976.0205754226 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 648420.5285610261 E ...84 additional difference(s) found. E ... E 94 different table data element(s) found (11.11% different). E E Extension HDU 9 (EXTRACT1D, 9): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 160132.26751399497 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 83921.09126025141 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 77379.6036538842 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 70612.97605687172 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 79339.65691637265 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 84353.92278385774 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 80539.74087794837 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 119401.18157613771 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 121927.29613630878 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 128690.40913931571 E ...31 additional difference(s) found. E ... E 41 different table data element(s) found (11.11% different). E E Extension HDU 10 (EXTRACT1D, 10): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 13743147.807892838 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 8297763.264490853 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 5523388.944581479 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 2783146.687304704 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 1652294.911794606 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 931995.5252944821 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 48659188.10938345 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 563440.7632870591 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 543414.489180016 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 550768.5630822796 E ...81 additional difference(s) found. E ... E 91 different table data element(s) found (11.11% different). E E Extension HDU 11 (EXTRACT1D, 11): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 97125.39824149491 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 75568.14965011145 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 75296.74045186004 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 74355.3097107011 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 77939.1480290499 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 81713.38286926234 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 79588.05800523462 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 85561.49533419665 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 83729.84318483715 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 92862.74326359367 E ...31 additional difference(s) found. E ... E 41 different table data element(s) found (11.11% different). E E Extension HDU 12 (EXTRACT1D, 12): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 11734368.27867628 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 7924944.494714655 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 5873595.488861148 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 5449944.006742582 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 3349311.1357226246 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 1944836.341357975 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1171557.6024315294 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 865600.1133045735 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 817958.6683956328 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 741759.2649889722 E ...81 additional difference(s) found. E ... E 91 different table data element(s) found (11.11% different). E E Extension HDU 13 (EXTRACT1D, 13): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 232272.68866768878 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 123668.11568603026 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 108597.75136612084 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 107402.05223778973 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 110789.49752069874 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 118776.24591549358 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 111987.04687226992 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 648664.0512086242 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 630551.8494462188 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 93167.9995726625 E ...32 additional difference(s) found. E ... E 42 different table data element(s) found (11.11% different). E E Extension HDU 14 (EXTRACT1D, 14): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 8825421.838144466 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 6466096.181688196 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 4849870.075260813 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 2945300.470740204 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 1717781.8572775675 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 968430.6537822246 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 558389.5837174837 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 549401.3921769855 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 535549.2706355399 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 546598.4221405607 E ...81 additional difference(s) found. E ... E 91 different table data element(s) found (11.11% different). E E Extension HDU 15 (EXTRACT1D, 15): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 189047.48170827932 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 5300782.602856044 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 76025.09174498363 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 79104.01081294686 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 74886.96114706699 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 82716.17341759014 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 83996.38919810536 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 86754.63944020851 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 111745880.36834824 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 92753.18116967069 E ...32 additional difference(s) found. E ... E 42 different table data element(s) found (11.11% different). E E Extension HDU 16 (EXTRACT1D, 16): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 14685916.864992665 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 10363463.578122355 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 6972741.59335082 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 4454653.024129168 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 2381267.1466749413 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 907876.6412854852 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 690268.4859476772 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 590507.958570156 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 570504.2280803195 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 550494.9104436964 E ...81 additional difference(s) found. E ... E 91 different table data element(s) found (11.11% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6c333b80>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 437760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 437760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 437760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 437760 _______________________ test_nis_wfss_spec3[s00002-c1d] ________________________ run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits'} suffix = 'c1d', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 239 E b: 230 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (COMBINE1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 29 E b: 34 E Extra keyword 'TUNIT1' in b: 'um' E Extra keyword 'TUNIT2' in b: 'Jy' E Extra keyword 'TUNIT3' in b: 'Jy' E Extra keyword 'TUNIT4' in b: 'MJy/sr' E Extra keyword 'TUNIT5' in b: 'MJy/sr' E E Data contains differences: E Column ERROR has different units: E (NoneType) a> None E (str) b> 'Jy' E Column FLUX has different units: E (NoneType) a> None E (str) b> 'Jy' E Column SB_ERROR has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column SURF_BRIGHT has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column WAVELENGTH has different units: E (NoneType) a> None E (str) b> 'um' E Column ERROR data differs in row 0: E a> 0.0 E b> 12993849812092.79 E Column ERROR data differs in row 1: E a> 0.0 E b> 11963305746995.275 E Column ERROR data differs in row 2: E a> 0.0 E b> 11118138588588.49 E Column ERROR data differs in row 3: E a> 0.0 E b> 9865422670907.531 E Column ERROR data differs in row 4: E a> 0.0 E b> 8993084528569.97 E Column ERROR data differs in row 5: E a> 0.0 E b> 8764765923040.014 E Column ERROR data differs in row 6: E a> 0.0 E b> 8873493595087.262 E Column ERROR data differs in row 7: E a> 0.0 E b> 8683480570151.962 E Column ERROR data differs in row 8: E a> 0.0 E b> 7819558405270.292 E Column ERROR data differs in row 9: E a> 0.0 E b> 7304728666379.818 E ...78 additional difference(s) found. E ... E 88 different table data element(s) found (25.00% different). E E Extension HDU 2 (COMBINE1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 29 E b: 34 E Extra keyword 'TUNIT1' in b: 'um' E Extra keyword 'TUNIT2' in b: 'Jy' E Extra keyword 'TUNIT3' in b: 'Jy' E Extra keyword 'TUNIT4' in b: 'MJy/sr' E Extra keyword 'TUNIT5' in b: 'MJy/sr' E E Data contains differences: E Column ERROR has different units: E (NoneType) a> None E (str) b> 'Jy' E Column FLUX has different units: E (NoneType) a> None E (str) b> 'Jy' E Column SB_ERROR has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column SURF_BRIGHT has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column WAVELENGTH has different units: E (NoneType) a> None E (str) b> 'um' E Column ERROR data differs in row 0: E a> 0.0 E b> 6774453060092.149 E Column ERROR data differs in row 1: E a> 0.0 E b> 5815685838295.526 E Column ERROR data differs in row 2: E a> 0.0 E b> 5078141289284.488 E Column ERROR data differs in row 3: E a> 0.0 E b> 5182663708656.793 E Column ERROR data differs in row 4: E a> 0.0 E b> 5691977301935.717 E Column ERROR data differs in row 5: E a> 0.0 E b> 5802675101363.237 E Column ERROR data differs in row 6: E a> 0.0 E b> 18564882989292.57 E Column ERROR data differs in row 7: E a> 0.0 E b> 6259910169817.548 E Column ERROR data differs in row 8: E a> 0.0 E b> 6430965438666.799 E Column ERROR data differs in row 9: E a> 0.0 E b> 5927682524946.992 E ...178 additional difference(s) found. E ... E 188 different table data element(s) found (25.00% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6c70e2e0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError ------------------------------ Captured log call ------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 =============================== warnings summary =============================== miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/extract_1d/extract.py:1893: RuntimeWarning: Mean of empty slice wavelength = np.nanmean(wl[sy0:sy1, sx0:sx1], axis=0) miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/resample/resample_utils.py:153: RuntimeWarning: var_rnoise array not available. Setting drizzle weight map to 1 warnings.warn("var_rnoise array not available. Setting drizzle weight map to 1", miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/numpy/lib/nanfunctions.py:1113: RuntimeWarning: All-NaN slice encountered r, k = function_base._ureduce(a, func=_nanmedian, axis=axis, out=out, miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/astropy/modeling/math_functions.py:63: AstropyUserWarning: Models in math_functions are experimental. warnings.warn("Models in math_functions are experimental.", AstropyUserWarning) -- Docs: https://docs.pytest.org/en/stable/warnings.html - generated html file: file:///data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/tmpwbrp7gms/regtest_report.html - =========================== short test summary info ============================ FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[022-c1014_ami] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[025-c1014_ami] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[amiavg] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[psf-amiavg] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[aminorm] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[flat_field] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[srctype] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[x1dints] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_x1dints FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_whtlt FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-x1d] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-c1d] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-cal] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-x1d] FAILED ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-c1d] ERROR ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs] ERROR ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[bsub] ERROR ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[cal] ERROR ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[extract_2d] ERROR ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[flat_field] ERROR ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[photom] ERROR ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[srctype] ERROR ../../miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[x1d] ==== 18 failed, 427 deselected, 10 warnings, 8 errors in 363.59s (0:06:03) =====
HTML(html_report)
Report generated on 04-Jun-2021 at 04:55:01 by pytest-html v3.1.1
| BUILD_ID | 82 |
| BUILD_NUMBER | 82 |
| BUILD_TAG | jenkins-Notebooks-jwst_validation_notebooks_spacetelescope-82 |
| BUILD_URL | https://plwishmaster.stsci.edu:8081/job/Notebooks/job/jwst_validation_notebooks_spacetelescope/82/ |
| EXECUTOR_NUMBER | 17 |
| GIT_BRANCH | origin/master |
| GIT_COMMIT | 000767fad942df44f8dafd578d86ffc4f8d0a6b5 |
| GIT_URL | https://github.com/spacetelescope/jwst_validation_notebooks |
| JENKINS_URL | https://plwishmaster.stsci.edu:8081/ |
| JOB_NAME | Notebooks/jwst_validation_notebooks_spacetelescope |
| NODE_NAME | jwcalibdev.stsci.edu |
| Packages | {"pluggy": "0.13.1", "py": "1.10.0", "pytest": "6.2.4"} |
| Platform | Linux-3.10.0-1160.25.1.el7.x86_64-x86_64-with-glibc2.10 |
| Plugins | {"asdf": "2.8.0", "ci-watson": "0.5", "forked": "1.3.0", "html": "3.1.1", "metadata": "1.11.0", "xdist": "2.2.1"} |
| Python | 3.8.10 |
| WORKSPACE | /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope |
18 tests ran in 362.06 seconds.
(Un)check the boxes to filter the results.
0 passed, 0 skipped, 18 failed, 8 errors, 0 expected failures, 0 unexpected passes| Result | Test | Duration | Links |
|---|---|---|---|
| No results found. Try to check the filters | |||
| Error | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[assign_wcs]::setup | 7.23 | |
|
jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError -----------------------------Captured stdout setup------------------------------ ---------------------------------------------------------------------- ERROR RUNNING STEP 'Spec2Pipeline': Traceback (most recent call last): File "/data1/jenkins/workspac e/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/en vs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/pipeline/calwebb_spec2.py", line 112, in process result = self.process_exposure_product( File "/data1/jenkins/wor kspace/Notebooks/jwst_validation_notebooks_spacetelescope/minicond a3/envs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product calibrated = self.bkg_subtract(calibrated, members_by_type['background']) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks _spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/pyth on3.8/site-packages/stpipe/step.py", line 407, in run step_result = self.process(*args) File "/data1/jenkins/workspace /Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/env s/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/background/background_step.py", line 57, in process result = background_sub.subtract_wfss_bkg( File "/data1/jenkins/ workspace/Notebooks/jwst_validation_notebooks_spacetelescope/minic onda3/envs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg bkg_mask = mask_from_source_cat(input_model, wl_range_name) File "/data1/jenkins/workspace/Notebooks/jwst_val idation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_n otebooks/lib/python3.8/site- packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat grism_obj_list = create_grism_bbox(input_model, reference_files) File "/data1/jen kins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/ miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) File "/data1/jenkins /workspace/Notebooks/jwst_validation_notebooks_spacetelescope/mini conda3/envs/jwst_validation_notebooks/lib/python3.8/site- packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox skyobject_list = get_object_info(input_model.meta.source_catalog) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks _spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/pyth on3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info raise KeyError(err_text) KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" ---------------------------------------------------------------------- -----------------------------Captured stderr setup------------------------------ 2021-06-04 04:54:30,282 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-06-04 04:54:30,283 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-06-04 04:54:30,284 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-06-04 04:54:30,285 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-06-04 04:54:30,286 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-06-04 04:54:30,286 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-06-04 04:54:30,289 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-06-04 04:54:30,290 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:54:30,290 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:54:30,291 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:54:30,292 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-06-04 04:54:30,292 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-06-04 04:54:30,293 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:54:30,294 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-06-04 04:54:30,294 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-06-04 04:54:30,295 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-06-04 04:54:30,296 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:54:30,296 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:54:30,297 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-06-04 04:54:30,298 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-06-04 04:54:30,299 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-06-04 04:54:30,300 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:54:30,300 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:54:30,300 - stpipe - INFO - OS: Linux 2021-06-04 04:54:30,399 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json',). 2021-06-04 04:54:30,411 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-06-04 04:54:30,567 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'nir_wfss_rate.fits' reftypes = ['apcorr', 'area', 'barshadow', 'camera', 'collimator', 'cubepar', 'dflat', 'disperser', 'distortion', 'drizpars', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'msaoper', 'ote', 'pathloss', 'photom', 'regions', 'resol', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange', 'wfssbkg'] 2021-06-04 04:54:30,590 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. 2021-06-04 04:54:30,592 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-06-04 04:54:30,592 - stpipe.Spec2Pipeline - INFO - Prefetch for BARSHADOW reference file is 'N/A'. 2021-06-04 04:54:30,592 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-06-04 04:54:30,592 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-06-04 04:54:30,593 - stpipe.Spec2Pipeline - INFO - Prefetch for CUBEPAR reference file is 'N/A'. 2021-06-04 04:54:30,593 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-06-04 04:54:30,593 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-06-04 04:54:30,593 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf'. 2021-06-04 04:54:30,594 - stpipe.Spec2Pipeline - INFO - Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. 2021-06-04 04:54:30,596 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is 'N/A'. 2021-06-04 04:54:30,596 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-06-04 04:54:30,596 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-06-04 04:54:30,596 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-06-04 04:54:30,598 - stpipe.Spec2Pipeline - INFO - Prefetch for MSAOPER reference file is 'N/A'. 2021-06-04 04:54:30,599 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-06-04 04:54:30,599 - stpipe.Spec2Pipeline - INFO - Prefetch for PATHLOSS reference file is 'N/A'. 2021-06-04 04:54:30,599 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits'. 2021-06-04 04:54:30,600 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-06-04 04:54:30,600 - stpipe.Spec2Pipeline - INFO - Prefetch for RESOL reference file is 'N/A'. 2021-06-04 04:54:30,600 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-06-04 04:54:30,601 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf'. 2021-06-04 04:54:30,602 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-06-04 04:54:30,602 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf'. 2021-06-04 04:54:30,604 - stpipe.Spec2Pipeline - INFO - Prefetch for WFSSBKG reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits'. 2021-06-04 04:54:30,605 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-06-04 04:54:30,617 - stpipe.Spec2Pipeline - INFO - Processing product nir_wfss 2021-06-04 04:54:30,617 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits ... 2021-06-04 04:54:30,762 - stpipe.Spec2Pipeline - INFO - Using sourcecat file nir_wfss_cat.ecsv 2021-06-04 04:54:30,853 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<ImageModel(2048, 2048) from nir_wfss_rate.fits>,). 2021-06-04 04:54:30,854 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-06-04 04:54:31,260 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-06-04 04:54:31,449 - stpipe.Spec2Pipeline.assign_wcs - INFO - Saved model in nir_wfss_assign_wcs.fits 2021-06-04 04:54:31,449 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-06-04 04:54:31,550 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_assign_wcs.fits>, []). 2021-06-04 04:54:31,551 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'bsub', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None} 2021-06-04 04:54:31,575 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Using WFSSBKG reference file /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits 2021-06-04 04:54:31,575 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Using WavelengthRange reference file /grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf 2021-06-04 04:54:32,454 - stpipe.Spec2Pipeline.bkg_subtract - WARNING - Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored 2021-06-04 04:54:32,500 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Extracting objects < abmag = 99.0 2021-06-04 04:54:32,500 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Getting objects from nir_wfss_cat.ecsv 2021-06-04 04:54:32,524 - stpipe.Spec2Pipeline.bkg_subtract - ERROR - Missing required columns in source catalog: {'is_star', 'id'} Traceback (most recent call last): File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process result = self.process_exposure_product( File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product calibrated = self.bkg_subtract(calibrated, members_by_type['background']) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run step_result = self.process(*args) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process result = background_sub.subtract_wfss_bkg( File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg bkg_mask = mask_from_source_cat(input_model, wl_range_name) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat grism_obj_list = create_grism_bbox(input_model, reference_files) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox skyobject_list = get_object_info(input_model.meta.source_catalog) File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info raise KeyError(err_text) KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_spec2_asn.json HTTP/1.1" 200 379 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_rate.fits HTTP/1.1" 200 83943360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6400 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6400 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6400 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/nir_wfss_cat.ecsv HTTP/1.1" 200 6400 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:182 No PARS-SPEC2PIPELINE reference files found. DEBUG stpipe:pipeline.py:182 No PARS-SPEC2PIPELINE reference files found. INFO stpipe.Spec2Pipeline:step.py:321 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:321 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:321 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:321 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:321 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:321 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:321 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:321 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:321 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:321 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:321 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:321 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:321 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Spec2Pipeline:step.py:367 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json',). INFO stpipe.Spec2Pipeline:step.py:371 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec2Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec2Pipeline:container.py:214 Files accepted for processing nir_wfss_rate.fits: DEBUG stpipe.Spec2Pipeline:container.py:214 Files accepted for processing nir_wfss_rate.fits: DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'nir_wfss_rate.fits' reftypes = ['apcorr', 'area', 'barshadow', 'camera', 'collimator', 'cubepar', 'dflat', 'disperser', 'distortion', 'drizpars', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'msaoper', 'ote', 'pathloss', 'photom', 'regions', 'resol', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange', 'wfssbkg'] INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for BARSHADOW reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for CUBEPAR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISTORTION reference file is '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for EXTRACT1D reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0195.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for MSAOPER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for PATHLOSS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0036.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for RESOL reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVELENGTHRANGE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WFSSBKG reference file is '/grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:88 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:105 Processing product nir_wfss INFO stpipe.Spec2Pipeline:calwebb_spec2.py:171 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_rate.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec2Pipeline:calwebb_spec2.py:194 Using sourcecat file nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:331 Science data does not allow imprint processing. Skipping "imprint_subtraction". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:337 Science data does not allow MSA flagging. Skipping "msa_flagging". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:342 Science data does not allow stray light correction. Skipping "straylight". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:347 Science data does not allow fringe correction. Skipping "fringe". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:352 Science data does not allow pathloss correction. Skipping "pathloss". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:357 Science data does not allow barshadow correction. Skipping "barshadow". DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:362 Science data does not allow master background correction. Skipping "master_background". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:367 Step assign_wcs running with args (<ImageModel(2048, 2048) from nir_wfss_rate.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:371 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': 'N/A', 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': 'N/A', 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': None, 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': '/grp/crds/cache/references/jwst/jwst_niriss_distortion_0010.asdf', 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0012.asdf', 'regions': None, 'wavelengthrange': '/grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf', 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:928 Saved model in nir_wfss_assign_wcs.fits INFO stpipe.Spec2Pipeline.assign_wcs:step.py:470 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:367 Step bkg_subtract running with args (<ImageModel(2048, 2048) from nir_wfss_assign_wcs.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:371 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'bsub', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'sigma': 3.0, 'maxiters': None} DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.bkg_subtract:background_step.py:52 Using WFSSBKG reference file /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits INFO stpipe.Spec2Pipeline.bkg_subtract:background_step.py:53 Using WavelengthRange reference file /grp/crds/cache/references/jwst/jwst_niriss_wavelengthrange_0002.asdf DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits as <class 'jwst.datamodels.wfssbkg.WfssBkgModel'> DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_wfssbkg_0007.fits as <class 'jwst.datamodels.wfssbkg.WfssBkgModel'> DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.bkg_subtract:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.bkg_subtract:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. WARNING stpipe.Spec2Pipeline.bkg_subtract:dynamicdq.py:29 Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored WARNING stpipe.Spec2Pipeline.bkg_subtract:dynamicdq.py:29 Keyword CDP_BAD_BACKGROUND does not correspond to an existing DQ mnemonic, so will be ignored DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:622 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:622 Extracting objects < abmag = 99.0 INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:630 Getting objects from nir_wfss_cat.ecsv INFO stpipe.Spec2Pipeline.bkg_subtract:util.py:630 Getting objects from nir_wfss_cat.ecsv DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:638 Extracting with wavelength_range {1: (1.7, 2.28)} DEBUG stpipe.Spec2Pipeline.bkg_subtract:util.py:638 Extracting with wavelength_range {1: (1.7, 2.28)} ERROR stpipe.Spec2Pipeline.bkg_subtract:util.py:492 Missing required columns in source catalog: {'is_star', 'id'} ERROR stpipe.Spec2Pipeline.bkg_subtract:util.py:492 Missing required columns in source catalog: {'is_star', 'id'} | |||
| Error | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[bsub]::setup | 0.00 | |
|
jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError | |||
| Error | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[cal]::setup | 0.00 | |
|
jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError | |||
| Error | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[extract_2d]::setup | 0.00 | |
|
jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError | |||
| Error | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[flat_field]::setup | 0.00 | |
|
jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError | |||
| Error | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[photom]::setup | 0.00 | |
|
jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError | |||
| Error | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[srctype]::setup | 0.00 | |
|
jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError | |||
| Error | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec2[x1d]::setup | 0.00 | |
|
jail = local('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20') rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ut': None, 'remote_results_path': None, 'test_name': None, 'traceback': None, 'truth': None, 'truth_remote': None} @pytest.fixture(scope='module') def run_nis_wfss_spec2(jail, rtdata_module): """Run the calwebb_spec2 pipeline""" step_params = { 'input_path': 'niriss/wfss/nir_wfss_spec2_asn.json', 'step': 'calwebb_spec2.cfg', 'args': [ '--steps.bkg_subtract.save_results=true', '--steps.assign_wcs.save_results=true', '--steps.imprint_subtract.save_results=true', '--steps.msa_flagging.save_results=true', '--steps.extract_2d.save_results=true', '--steps.flat_field.save_results=true', '--steps.srctype.save_results=true', '--steps.straylight.save_results=true', '--steps.fringe.save_results=true', '--steps.pathloss.save_results=true', '--steps.barshadow.save_results=true', '--steps.photom.save_results=true', '--steps.resample_spec.save_results=true', '--steps.cube_build.save_results=true', '--steps.extract_1d.save_results=true', ] } > return rt.run_step_from_dict(rtdata_module, **step_params) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:33: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/regtestdata.py:309: in run_step_from_dict Step.from_cmdline(full_args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:173: in from_cmdline return cmdline.step_from_cmdline(args) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/cmdline.py:339: in step_from_cmdline step.run(*positional) /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py:407: in run step_result = self.process(*args) _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ self = <jwst.pipeline.calwebb_spec2.Spec2Pipeline object at 0x7f1a6d850400> data = '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/nir_wfss_spec2_asn.json' def process(self, data): """Entrypoint for this pipeline Parameters ---------- input: str, Level2 Association, or DataModel The exposure or association of exposures to process """ self.log.info('Starting calwebb_spec2 ...') # Setup step parameters required by the pipeline. self.resample_spec.save_results = self.save_results self.resample_spec.suffix = 's2d' self.cube_build.output_type = 'multi' self.cube_build.save_results = False self.extract_1d.save_results = self.save_results # Retrieve the input(s) asn = self.load_as_level2_asn(data) # Each exposure is a product in the association. # Process each exposure. Delay reporting failures until the end. results = [] failures = [] for product in asn['products']: self.log.info('Processing product {}'.format(product['name'])) self.output_file = product['name'] try: getattr(asn, 'filename') except AttributeError: asn.filename = "singleton" try: result = self.process_exposure_product( product, asn['asn_pool'], asn.filename ) except NoDataOnDetectorError as exception: # This error merits a special return # status if run from the command line. # Bump it up now. raise exception except Exception: traceback.print_exc() failures.append(traceback.format_exc()) else: if result is not None: results.append(result) if len(failures) > 0 and self.fail_on_exception: > raise RuntimeError('\n'.join(failures)) E RuntimeError: Traceback (most recent call last): E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 112, in process E result = self.process_exposure_product( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py", line 229, in process_exposure_product E calibrated = self.bkg_subtract(calibrated, members_by_type['background']) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/stpipe/step.py", line 407, in run E step_result = self.process(*args) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_step.py", line 57, in process E result = background_sub.subtract_wfss_bkg( E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 145, in subtract_wfss_bkg E bkg_mask = mask_from_source_cat(input_model, wl_range_name) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/background/background_sub.py", line 229, in mask_from_source_cat E grism_obj_list = create_grism_bbox(input_model, reference_files) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 632, in create_grism_bbox E return _create_grism_bbox(input_model, mmag_extract, wfss_extract_half_height, wavelength_range) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 641, in _create_grism_bbox E skyobject_list = get_object_info(input_model.meta.source_catalog) E File "/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/assign_wcs/util.py", line 493, in get_object_info E raise KeyError(err_text) E KeyError: "Missing required columns in source catalog: {'is_star', 'id'}" /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/pipeline/calwebb_spec2.py:130: RuntimeError | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[022-c1014_ami] | 105.32 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...14_ami.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits'} suffix = 'c1014_ami', exposure = '022' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["c1014_ami"]) @pytest.mark.parametrize("exposure", ["022", "025"]) def test_niriss_ami3_exp(run_pipeline, suffix, exposure, fitsdiff_default_kwargs): """Check exposure-level results of calwebb_ami3""" rtdata = run_pipeline output = "jw00793" + exposure + "001_03102_00001_nis_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_c1014_ami.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793022001_03102_00001_nis_c1014_ami.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 10 E b: 11 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 239 E b: 230 E Extra keyword 'EPH_TIME' in a: 58574.91041666667 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0469790221838205 E Extra keyword 'JWST_DY' in a: -0.0773431264526588 E Extra keyword 'JWST_DZ' in a: -0.120950340212028 E Extra keyword 'JWST_X' in a: -1384244.75184443 E Extra keyword 'JWST_Y' in a: -770286.33628962 E Extra keyword 'JWST_Z' in a: -530705.629288779 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.91041666667 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 32]: E a> 0.027319299 E b> 0.029738948 E Data differs at [32, 32]: E a> 0.03892398 E ? - ^ E b> 0.043923795 E ? + + ^ E Data differs at [33, 32]: E a> 0.058489412 E b> 0.06942215 E Data differs at [34, 32]: E a> 0.06304373 E b> 0.078361034 E Data differs at [35, 32]: E a> 0.031252537 E b> 0.044305746 E Data differs at [36, 32]: E a> 0.01864158 E b> 0.04366532 E Data differs at [37, 32]: E a> 0.035429783 E b> 0.074503824 E Data differs at [38, 32]: E a> 0.014495383 E b> 0.060259435 E Data differs at [39, 32]: E a> -0.010953207 E b> 0.061708283 E Data differs at [40, 32]: E a> -0.0460661 E b> 0.09621207 E ... E 361 different pixels found (5.78% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.03622613569919769 E b> 0.021950419870430986 E Column coeffs data differs in row 1: E a> 1.9486406261347549 E b> 0.018325053505473917 E Column coeffs data differs in row 2: E a> 0.06906579673256477 E b> 0.4256949799658247 E Column coeffs data differs in row 3: E a> -0.7358468584115925 E b> 0.040449238224080995 E Column coeffs data differs in row 4: E a> 0.2118300186820641 E b> 1.5458205429767602 E Column coeffs data differs in row 5: E a> 1.2097996412757164 E b> 9.71638985246072 E Column coeffs data differs in row 6: E a> -0.5675531141492416 E b> 1.6716728024871619 E Column coeffs data differs in row 7: E a> -0.8524471377574763 E b> 0.13113488180844018 E Column coeffs data differs in row 8: E a> -0.10524975016777893 E b> 0.0927287834929835 E Column coeffs data differs in row 9: E a> -1.6653524329063398 E b> 0.12138148721084678 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.09876699770430772 E b> 0.02669518344207175 E Column coeffs data differs in row 1: E a> -0.21342565239606756 E b> 0.33892525253095823 E Column coeffs data differs in row 2: E a> -1.9218404959516198 E b> 0.014493963790440833 E Column coeffs data differs in row 3: E a> -0.25472683781559097 E b> 0.4466764984668088 E Column coeffs data differs in row 4: E a> 0.33130719266085984 E b> 0.3836613529581313 E Column coeffs data differs in row 5: E a> -0.3758469408264271 E b> 0.3089107125071686 E Column coeffs data differs in row 6: E a> -0.2759665144011776 E b> 0.36702111249475433 E Column coeffs data differs in row 7: E a> -0.07196686752117251 E b> 0.6846900625816025 E Column coeffs data differs in row 8: E a> -0.2844280387873339 E b> 0.8370404052549998 E Column coeffs data differs in row 9: E a> -0.5033066634550404 E b> 0.0799168564371744 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e19af40>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:37: AssertionError -----------------------------Captured stderr setup------------------------------ 2021-06-04 04:49:02,238 - stpipe.Ami3Pipeline - INFO - Ami3Pipeline instance created. 2021-06-04 04:49:02,240 - stpipe.Ami3Pipeline.ami_analyze - INFO - AmiAnalyzeStep instance created. 2021-06-04 04:49:02,241 - stpipe.Ami3Pipeline.ami_average - INFO - AmiAverageStep instance created. 2021-06-04 04:49:02,241 - stpipe.Ami3Pipeline.ami_normalize - INFO - AmiNormalizeStep instance created. 2021-06-04 04:49:02,241 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:49:02,241 - stpipe - INFO - OS: Linux 2021-06-04 04:49:02,418 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_20191210t203450_ami3_001_asn.json',). 2021-06-04 04:49:02,420 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'save_averages': True, 'steps': {'ami_analyze': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'}, 'ami_average': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}, 'ami_normalize': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}}} 2021-06-04 04:49:02,594 - stpipe.Ami3Pipeline - INFO - Prefetching reference files for dataset: 'jw00793022001_03102_00002_nis_cal.fits' reftypes = ['throughput'] 2021-06-04 04:49:02,603 - stpipe.Ami3Pipeline - INFO - Prefetch for THROUGHPUT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits'. 2021-06-04 04:49:02,604 - stpipe.Ami3Pipeline - INFO - Starting calwebb_ami3 2021-06-04 04:49:02,789 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits',). 2021-06-04 04:49:02,790 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:49:02,790 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:49:02,791 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:49:02,791 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:49:02,791 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:49:02,954 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:49:19,303 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:49:19,377 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00002_nis_c1014_ami.fits 2021-06-04 04:49:19,592 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits',). 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:49:19,594 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:49:19,773 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:49:36,193 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:49:36,263 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00001_nis_c1014_ami.fits 2021-06-04 04:49:36,469 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits',). 2021-06-04 04:49:36,470 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:49:36,470 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:49:36,470 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:49:36,470 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:49:36,471 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:49:36,640 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:49:52,901 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:49:52,969 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793022001_03102_00003_nis_c1014_ami.fits 2021-06-04 04:49:53,085 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits',). 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:49:53,086 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:49:53,259 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:50:09,205 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:50:09,272 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00002_nis_c1014_ami.fits 2021-06-04 04:50:09,361 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits',). 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:50:09,362 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:50:09,531 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:50:25,484 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:50:25,552 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00003_nis_c1014_ami.fits 2021-06-04 04:50:25,673 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits',). 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Oversampling factor = 3 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial rotation guess = 1.49 deg 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for psf offset = [0.0, 0.0] 2021-06-04 04:50:25,674 - stpipe.Ami3Pipeline.ami_analyze - INFO - Initial values to use for rotation search [-3.0, 3.1, 1.0] 2021-06-04 04:50:25,843 - stpipe.Ami3Pipeline.ami_analyze - INFO - Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits 2021-06-04 04:50:42,029 - stpipe.Ami3Pipeline.ami_analyze - INFO - Step ami_analyze done 2021-06-04 04:50:42,096 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793025001_03102_00001_nis_c1014_ami.fits 2021-06-04 04:50:42,189 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits>],). 2021-06-04 04:50:42,190 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-06-04 04:50:42,225 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average done 2021-06-04 04:50:42,226 - stpipe.Ami3Pipeline - INFO - Blending metadata for averaged psf 2021-06-04 04:50:42,950 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits 2021-06-04 04:50:43,050 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits>],). 2021-06-04 04:50:43,051 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_average', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-06-04 04:50:43,088 - stpipe.Ami3Pipeline.ami_average - INFO - Step ami_average done 2021-06-04 04:50:43,089 - stpipe.Ami3Pipeline - INFO - Blending metadata for averaged target 2021-06-04 04:50:43,829 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits 2021-06-04 04:50:43,923 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize running with args (<AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits>, <AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits>). 2021-06-04 04:50:43,924 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} 2021-06-04 04:50:44,006 - stpipe.Ami3Pipeline.ami_normalize - INFO - Step ami_normalize done 2021-06-04 04:50:44,007 - stpipe.Ami3Pipeline - INFO - Blending metadata for PSF normalized target 2021-06-04 04:50:44,774 - stpipe.Ami3Pipeline - INFO - Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits 2021-06-04 04:50:44,774 - stpipe.Ami3Pipeline - INFO - ... ending calwebb_ami3 2021-06-04 04:50:44,775 - stpipe.Ami3Pipeline - INFO - Step Ami3Pipeline done -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793-c1014_20191210t203450_ami3_001_asn.json HTTP/1.1" 200 3110 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793022001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00002_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00003_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/ami/jw00793025001_03102_00001_nis_cal.fits HTTP/1.1" 200 224640 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-AMI3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-AMI3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:188 Opening jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:182 No PARS-AMI3PIPELINE reference files found. DEBUG stpipe:pipeline.py:182 No PARS-AMI3PIPELINE reference files found. INFO stpipe.Ami3Pipeline:step.py:321 Ami3Pipeline instance created. INFO stpipe.Ami3Pipeline.ami_analyze:step.py:321 AmiAnalyzeStep instance created. INFO stpipe.Ami3Pipeline.ami_average:step.py:321 AmiAverageStep instance created. INFO stpipe.Ami3Pipeline.ami_normalize:step.py:321 AmiNormalizeStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Ami3Pipeline:step.py:367 Step Ami3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_20191210t203450_ami3_001_asn.json',). INFO stpipe.Ami3Pipeline:step.py:371 Step Ami3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'save_averages': True, 'steps': {'ami_analyze': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'}, 'ami_average': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}, 'ami_normalize': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'}}} DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Ami3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00002_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00002_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00001_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00001_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00003_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:container.py:214 Files accepted for processing jw00793022001_03102_00003_nis_cal.fits: DEBUG stpipe.Ami3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Ami3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits as <class 'jwst.datamodels.image.ImageModel'> DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Ami3Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00793022001_03102_00002_nis_cal.fits' reftypes = ['throughput'] INFO stpipe.Ami3Pipeline:pipeline.py:288 Prefetch for THROUGHPUT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits'. INFO stpipe.Ami3Pipeline:calwebb_ami3.py:43 Starting calwebb_ami3 INFO stpipe.Ami3Pipeline:calwebb_ami3.py:43 Starting calwebb_ami3 DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00002_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22371.59927505-2.76718212e-14j 22605.06260964+1.06884308e-13j 19489.54412318+2.24236577e-13j ... 17094.22375202-1.91782617e-13j 17636.58133512-4.56923395e-13j 18839.94985284+3.38484322e-14j] [21171.39566015+1.35353316e-13j 20900.19397463+1.08731142e-13j 18049.14155548+2.14402401e-13j ... 16355.31456337-1.08159930e-13j 17519.14292342-2.41783423e-13j 18811.70478772+1.74015714e-13j] [19061.40542851+2.72088395e-13j 18362.62372315+1.43521668e-13j 16593.38479618+2.18130350e-13j ... 15924.16747836+4.80255563e-14j 16947.42734 -4.16999835e-14j 18030.040549 +2.30357908e-13j] ... [17043.5817957 -2.49347327e-13j 17660.47264731+1.24799428e-13j 17120.97783055-2.98466640e-14j ... 14505.28124145-5.48048834e-13j 15058.96782657-7.71819395e-13j 15823.04362199-3.61997004e-15j] [18361.79710803+3.33492937e-14j 18627.9752801 -5.18775848e-14j 17888.71433016-1.30806151e-14j ... 15238.43960275-2.33142607e-13j 15584.85646548-3.43377324e-13j 16515.44487529+1.71950869e-14j] [20334.06059077-2.58229111e-13j 20548.54525871-6.00227573e-14j 18745.65133629+1.81639619e-13j ... 16812.08485826-8.05861163e-13j 16701.69731463-6.31936970e-13j 17448.93918347-4.16451086e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22371.59927505-2.76718212e-14j 22605.06260964+1.06884308e-13j 19489.54412318+2.24236577e-13j ... 17094.22375202-1.91782617e-13j 17636.58133512-4.56923395e-13j 18839.94985284+3.38484322e-14j] [21171.39566015+1.35353316e-13j 20900.19397463+1.08731142e-13j 18049.14155548+2.14402401e-13j ... 16355.31456337-1.08159930e-13j 17519.14292342-2.41783423e-13j 18811.70478772+1.74015714e-13j] [19061.40542851+2.72088395e-13j 18362.62372315+1.43521668e-13j 16593.38479618+2.18130350e-13j ... 15924.16747836+4.80255563e-14j 16947.42734 -4.16999835e-14j 18030.040549 +2.30357908e-13j] ... [17043.5817957 -2.49347327e-13j 17660.47264731+1.24799428e-13j 17120.97783055-2.98466640e-14j ... 14505.28124145-5.48048834e-13j 15058.96782657-7.71819395e-13j 15823.04362199-3.61997004e-15j] [18361.79710803+3.33492937e-14j 18627.9752801 -5.18775848e-14j 17888.71433016-1.30806151e-14j ... 15238.43960275-2.33142607e-13j 15584.85646548-3.43377324e-13j 16515.44487529+1.71950869e-14j] [20334.06059077-2.58229111e-13j 20548.54525871-6.00227573e-14j 18745.65133629+1.81639619e-13j ... 16812.08485826-8.05861163e-13j 16701.69731463-6.31936970e-13j 17448.93918347-4.16451086e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000293.971044957-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000293.971044957-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000294.06640906: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000294.06640906: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000293.971044957: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000293.971044957: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22383.32060551-6.90714338e-14j 22614.44242563+1.77956232e-13j 19481.22421833+1.66826798e-13j ... 17074.51004477-9.40278538e-14j 17609.82444544-2.08716372e-13j 18822.92964688-4.79123175e-13j] [21189.22200292+1.17913406e-13j 20885.08556796+2.67695132e-13j 18008.06552858+2.14582481e-13j ... 16382.4104003 -3.09787633e-14j 17546.9769017 -4.13725515e-14j 18833.42664339-3.86666641e-13j] [19065.6866291 +3.61695100e-13j 18355.97869651+3.38938570e-13j 16586.49764253+4.85738362e-13j ... 15910.09192159+8.13873841e-14j 16980.48960359+1.53771446e-13j 18058.07577023+1.28168820e-13j] ... [17027.61914674-9.52494151e-14j 17636.0096749 -2.01666216e-13j 17131.34653746-4.40689690e-13j ... 14495.88985021-2.63135669e-13j 15052.34982359-5.17190624e-13j 15806.49426812-2.82830840e-13j] [18356.12518843-2.72992089e-13j 18632.60965044+4.79165967e-13j 17901.27754996-2.15132670e-14j ... 15284.7074298 -5.69845926e-13j 15623.64398707-4.38338306e-13j 16507.89332465-1.02757569e-13j] [20318.19339019+6.79338944e-13j 20562.58688826+7.18079622e-13j 18770.05662399+7.31580352e-13j ... 16817.21369988-3.79304217e-13j 16692.00534072+2.72760667e-13j 17411.68274689-1.09665996e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22383.32060551-6.90714338e-14j 22614.44242563+1.77956232e-13j 19481.22421833+1.66826798e-13j ... 17074.51004477-9.40278538e-14j 17609.82444544-2.08716372e-13j 18822.92964688-4.79123175e-13j] [21189.22200292+1.17913406e-13j 20885.08556796+2.67695132e-13j 18008.06552858+2.14582481e-13j ... 16382.4104003 -3.09787633e-14j 17546.9769017 -4.13725515e-14j 18833.42664339-3.86666641e-13j] [19065.6866291 +3.61695100e-13j 18355.97869651+3.38938570e-13j 16586.49764253+4.85738362e-13j ... 15910.09192159+8.13873841e-14j 16980.48960359+1.53771446e-13j 18058.07577023+1.28168820e-13j] ... [17027.61914674-9.52494151e-14j 17636.0096749 -2.01666216e-13j 17131.34653746-4.40689690e-13j ... 14495.88985021-2.63135669e-13j 15052.34982359-5.17190624e-13j 15806.49426812-2.82830840e-13j] [18356.12518843-2.72992089e-13j 18632.60965044+4.79165967e-13j 17901.27754996-2.15132670e-14j ... 15284.7074298 -5.69845926e-13j 15623.64398707-4.38338306e-13j 16507.89332465-1.02757569e-13j] [20318.19339019+6.79338944e-13j 20562.58688826+7.18079622e-13j 18770.05662399+7.31580352e-13j ... 16817.21369988-3.79304217e-13j 16692.00534072+2.72760667e-13j 17411.68274689-1.09665996e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999560.820811985-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999560.820811985-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999560.916166098: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999560.916166098: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999560.820811985: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999560.820811985: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228708: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228708: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22392.50264257-4.18954976e-14j 22619.40780265+1.47271546e-13j 19474.83345083+2.91541936e-13j ... 17057.71212158-3.46436488e-14j 17589.28100839-1.98055785e-13j 18810.04889048-2.71021666e-13j] [21204.04130124+1.92219077e-13j 20869.91967284+1.96454121e-13j 17971.84640064+3.65320898e-13j ... 16413.67040799+3.81969811e-14j 17581.58030339+1.26556804e-13j 18856.87590384-1.35874454e-13j] [19067.47681837+4.44382187e-13j 18350.96000437+3.07143662e-13j 16584.88027987+6.16559726e-13j ... 15894.23217201+2.09605417e-13j 17007.18609681+2.01624504e-13j 18079.4907017 -1.55558472e-13j] ... [17008.05276287-5.07462016e-13j 17614.57639469-1.20241179e-13j 17138.66505873-4.49823389e-13j ... 14481.52693859+2.72976364e-13j 15048.76865908-8.28704786e-14j 15787.5048436 +6.09167597e-14j] [18348.78497473-5.12870647e-13j 18637.06701208+2.75469519e-13j 17908.92030864-6.68329193e-13j ... 15331.87838137-1.42617020e-13j 15663.31939066+1.28874947e-13j 16502.37877359-8.55732697e-14j] [20304.80969587-3.40687975e-13j 20575.35780762-3.41295854e-13j 18792.69117383-2.73882988e-13j ... 16818.37506187-6.61639832e-14j 16681.05790224+1.02372484e-13j 17379.48081849-3.76163800e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22392.50264257-4.18954976e-14j 22619.40780265+1.47271546e-13j 19474.83345083+2.91541936e-13j ... 17057.71212158-3.46436488e-14j 17589.28100839-1.98055785e-13j 18810.04889048-2.71021666e-13j] [21204.04130124+1.92219077e-13j 20869.91967284+1.96454121e-13j 17971.84640064+3.65320898e-13j ... 16413.67040799+3.81969811e-14j 17581.58030339+1.26556804e-13j 18856.87590384-1.35874454e-13j] [19067.47681837+4.44382187e-13j 18350.96000437+3.07143662e-13j 16584.88027987+6.16559726e-13j ... 15894.23217201+2.09605417e-13j 17007.18609681+2.01624504e-13j 18079.4907017 -1.55558472e-13j] ... [17008.05276287-5.07462016e-13j 17614.57639469-1.20241179e-13j 17138.66505873-4.49823389e-13j ... 14481.52693859+2.72976364e-13j 15048.76865908-8.28704786e-14j 15787.5048436 +6.09167597e-14j] [18348.78497473-5.12870647e-13j 18637.06701208+2.75469519e-13j 17908.92030864-6.68329193e-13j ... 15331.87838137-1.42617020e-13j 15663.31939066+1.28874947e-13j 16502.37877359-8.55732697e-14j] [20304.80969587-3.40687975e-13j 20575.35780762-3.41295854e-13j 18792.69117383-2.73882988e-13j ... 16818.37506187-6.61639832e-14j 16681.05790224+1.02372484e-13j 17379.48081849-3.76163800e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999096.733368117-1.0501316370302109e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999096.733368117-1.0501316370302109e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999096.82871591: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999096.82871591: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999096.733368117: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999096.733368117: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22398.13987418+1.72559870e-14j 22618.48203879+2.89572136e-13j 19469.48221762+3.59795033e-13j ... 17045.16473879+1.77225773e-13j 17576.17629827+5.85555864e-15j 18801.18267199-4.04587909e-14j] [21215.7963619 +1.54598225e-13j 20855.57138237+4.06323968e-13j 17941.00286696+3.47075654e-13j ... 16447.72847993+2.73088999e-13j 17621.20430495+2.76230685e-13j 18881.10977256+1.34502994e-13j] [19067.56722623+3.32559326e-13j 18349.02983014+6.22639043e-13j 16588.60003797+3.51468361e-13j ... 15876.42924952+2.92688967e-13j 17026.06926513+5.28770603e-13j 18094.78976438+6.31226139e-13j] ... [16982.82109016-2.74783514e-14j 17594.97677837-1.51817729e-13j 17143.77652486+2.70992590e-13j ... 14463.62320598-4.66552325e-14j 15047.21518662+8.18817578e-14j 15767.36132507-3.87105441e-14j] [18340.11111127-1.72007090e-13j 18641.75146636-2.60795162e-13j 17913.58773079-2.20416790e-13j ... 15381.13241155-1.38782920e-13j 15702.00706748+2.02890197e-13j 16499.06910268+1.90569145e-13j] [20295.22618359+4.32394567e-13j 20587.32602755-1.01310946e-13j 18813.47644146+4.91380225e-13j ... 16816.09360553+1.58856320e-13j 16669.05125017+3.84567774e-13j 17353.08076917+5.22895185e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22398.13987418+1.72559870e-14j 22618.48203879+2.89572136e-13j 19469.48221762+3.59795033e-13j ... 17045.16473879+1.77225773e-13j 17576.17629827+5.85555864e-15j 18801.18267199-4.04587909e-14j] [21215.7963619 +1.54598225e-13j 20855.57138237+4.06323968e-13j 17941.00286696+3.47075654e-13j ... 16447.72847993+2.73088999e-13j 17621.20430495+2.76230685e-13j 18881.10977256+1.34502994e-13j] [19067.56722623+3.32559326e-13j 18349.02983014+6.22639043e-13j 16588.60003797+3.51468361e-13j ... 15876.42924952+2.92688967e-13j 17026.06926513+5.28770603e-13j 18094.78976438+6.31226139e-13j] ... [16982.82109016-2.74783514e-14j 17594.97677837-1.51817729e-13j 17143.77652486+2.70992590e-13j ... 14463.62320598-4.66552325e-14j 15047.21518662+8.18817578e-14j 15767.36132507-3.87105441e-14j] [18340.11111127-1.72007090e-13j 18641.75146636-2.60795162e-13j 17913.58773079-2.20416790e-13j ... 15381.13241155-1.38782920e-13j 15702.00706748+2.02890197e-13j 16499.06910268+1.90569145e-13j] [20295.22618359+4.32394567e-13j 20587.32602755-1.01310946e-13j 18813.47644146+4.91380225e-13j ... 16816.09360553+1.58856320e-13j 16669.05125017+3.84567774e-13j 17353.08076917+5.22895185e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6998954.623659485-1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6998954.623659485-1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6998954.719005342: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6998954.719005342: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6998954.623659485: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6998954.623659485: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000013622871: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22399.51090297-4.89647584e-14j 22610.55631347+2.11623761e-13j 19464.3034593 +2.57083424e-13j ... 17037.90247338-1.53801883e-13j 17571.41213423-3.30282026e-13j 18796.10198817-2.22129609e-13j] [21224.63056986+6.98466765e-14j 20842.77085739+3.35484420e-13j 17915.79599181+3.41114467e-13j ... 16482.85610235-1.50853040e-13j 17663.75614242-9.35782846e-14j 18905.12114487-2.00431000e-13j] [19066.76238027+3.72919991e-13j 18351.50072186+4.11463906e-13j 16597.09257821+4.32498662e-13j ... 15856.63146484-1.36038314e-13j 17036.49099481+5.60755864e-14j 18104.77135608-2.89508023e-14j] ... [16950.77618091-1.63825321e-13j 17575.52494023+1.18988092e-13j 17147.57087889+6.57183555e-13j ... 14445.05335764+6.79862903e-15j 15046.4173896 -2.79105823e-13j 15747.32028395-1.04085021e-13j] [18330.59772742-1.78785137e-14j 18646.79988847-1.99683920e-13j 17917.31144257+2.40550372e-13j ... 15433.54133088-5.16613645e-14j 15738.01574452-7.27102844e-14j 16497.64812921-3.99015949e-13j] [20290.47966719-1.45302733e-14j 20598.9488603 +3.36288482e-13j 18832.51156894+5.67012065e-13j ... 16811.20060337-5.00503537e-13j 16656.7181362 -4.85199598e-13j 17332.92253654-3.40398243e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22399.51090297-4.89647584e-14j 22610.55631347+2.11623761e-13j 19464.3034593 +2.57083424e-13j ... 17037.90247338-1.53801883e-13j 17571.41213423-3.30282026e-13j 18796.10198817-2.22129609e-13j] [21224.63056986+6.98466765e-14j 20842.77085739+3.35484420e-13j 17915.79599181+3.41114467e-13j ... 16482.85610235-1.50853040e-13j 17663.75614242-9.35782846e-14j 18905.12114487-2.00431000e-13j] [19066.76238027+3.72919991e-13j 18351.50072186+4.11463906e-13j 16597.09257821+4.32498662e-13j ... 15856.63146484-1.36038314e-13j 17036.49099481+5.60755864e-14j 18104.77135608-2.89508023e-14j] ... [16950.77618091-1.63825321e-13j 17575.52494023+1.18988092e-13j 17147.57087889+6.57183555e-13j ... 14445.05335764+6.79862903e-15j 15046.4173896 -2.79105823e-13j 15747.32028395-1.04085021e-13j] [18330.59772742-1.78785137e-14j 18646.79988847-1.99683920e-13j 17917.31144257+2.40550372e-13j ... 15433.54133088-5.16613645e-14j 15738.01574452-7.27102844e-14j 16497.64812921-3.99015949e-13j] [20290.47966719-1.45302733e-14j 20598.9488603 +3.36288482e-13j 18832.51156894+5.67012065e-13j ... 16811.20060337-5.00503537e-13j 16656.7181362 -4.85199598e-13j 17332.92253654-3.40398243e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999083.588299235-1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999083.588299235-1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999083.68364685: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999083.68364685: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999083.588299235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999083.588299235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22396.23410642-3.99616248e-14j 22595.02410522+1.71874130e-13j 19458.52395166+3.60092809e-13j ... 17036.47824215+7.18619190e-15j 17575.42009823-2.00582023e-13j 18794.48298069-1.49377470e-13j] [21230.86271408+2.52648843e-13j 20832.03345863+2.37163546e-13j 17896.2798808 +3.85945550e-13j ... 16517.17940475+1.94017734e-13j 17707.02399847+3.99750232e-15j 18927.95222129+1.69462621e-14j] [19065.83850972+2.93105283e-13j 18359.32498714+2.45148849e-13j 16609.27592807+5.91019198e-13j ... 15834.90088959+1.91483214e-13j 17038.59934845+3.13451237e-13j 18110.41614203+1.22627171e-13j] ... [16911.7823669 -1.79930429e-13j 17554.31937672+8.72618538e-14j 17150.85522805-3.03481364e-13j ... 14429.71360604-1.27785499e-13j 15045.13665125+1.84088175e-14j 15728.30552712+1.60446770e-13j] [18320.80477427-2.79181900e-13j 18652.10058405+4.28716095e-13j 17921.95765378+5.81121460e-14j ... 15489.85312706+6.85301963e-14j 15770.16514613-3.74317885e-13j 16497.36384951-1.24082927e-13j] [20291.2183931 -4.51473141e-13j 20610.63940728+4.52768654e-13j 18850.03570772+1.05336460e-12j ... 16804.73501752-3.51465489e-13j 16645.29321695-5.00959742e-13j 17319.14306637+3.86344369e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22396.23410642-3.99616248e-14j 22595.02410522+1.71874130e-13j 19458.52395166+3.60092809e-13j ... 17036.47824215+7.18619190e-15j 17575.42009823-2.00582023e-13j 18794.48298069-1.49377470e-13j] [21230.86271408+2.52648843e-13j 20832.03345863+2.37163546e-13j 17896.2798808 +3.85945550e-13j ... 16517.17940475+1.94017734e-13j 17707.02399847+3.99750232e-15j 18927.95222129+1.69462621e-14j] [19065.83850972+2.93105283e-13j 18359.32498714+2.45148849e-13j 16609.27592807+5.91019198e-13j ... 15834.90088959+1.91483214e-13j 17038.59934845+3.13451237e-13j 18110.41614203+1.22627171e-13j] ... [16911.7823669 -1.79930429e-13j 17554.31937672+8.72618538e-14j 17150.85522805-3.03481364e-13j ... 14429.71360604-1.27785499e-13j 15045.13665125+1.84088175e-14j 15728.30552712+1.60446770e-13j] [18320.80477427-2.79181900e-13j 18652.10058405+4.28716095e-13j 17921.95765378+5.81121460e-14j ... 15489.85312706+6.85301963e-14j 15770.16514613-3.74317885e-13j 16497.36384951-1.24082927e-13j] [20291.2183931 -4.51473141e-13j 20610.63940728+4.52768654e-13j 18850.03570772+1.05336460e-12j ... 16804.73501752-3.51465489e-13j 16645.29321695-5.00959742e-13j 17319.14306637+3.86344369e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999424.162248155+1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6999424.162248155+1.6155871338926322e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999424.257600409: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6999424.257600409: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999424.162248155: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6999424.162248155: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.47502736+0.j -0.45281603+0.00285263j 0.39134665-0.00510186j ... -0.30454036-0.00636113j 0.39134665+0.00510186j -0.45281603-0.00285263j] [-0.45214672-0.00966206j 0.4305781 +0.00638882j -0.37170065-0.00282064j ... 0.29007714+0.01201679j -0.37289953-0.01272582j 0.43132586+0.01192808j] [ 0.38889965+0.01689787j -0.36985027-0.01348748j 0.3186447 +0.00907117j ... -0.24928227-0.01582752j 0.32091505+0.01810401j -0.37124885-0.01854286j] ... [-0.29976205+0.0201354j 0.28646369-0.02123433j -0.24770819+0.02003377j ... 0.18897108-0.00746242j -0.24460861+0.01238246j 0.28459262-0.01694184j] [ 0.38889965-0.01689787j -0.37124885+0.01854286j 0.32091505-0.01810401j ... -0.24696947+0.00458865j 0.3186447 -0.00907117j -0.36985027+0.01348748j] [-0.45214672+0.00966206j 0.43132586-0.01192808j -0.37289953+0.01272582j ... 0.28889346+0.00032829j -0.37170065+0.00282064j 0.4305781 -0.00638882j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22388.29402021-7.29172012e-14j 22571.87325019+1.60319269e-13j 19451.54008568+2.57559330e-13j ... 17040.8712539 -3.63475005e-13j 17588.07769456-1.17637357e-13j 18795.93825653-2.07310578e-13j] [21234.94060166+2.45134521e-14j 20823.61358519+2.90429304e-13j 17882.35577293+3.12098078e-13j ... 16548.91253944-2.28577661e-13j 17748.90186496+1.66659024e-13j 18948.80089376+1.44251281e-13j] [19065.50002572-2.85082802e-14j 18372.91694476+2.95766478e-13j 16623.7474086 +6.25043152e-13j ... 15811.37740821-2.23586904e-13j 17033.2351342 +2.42630014e-13j 18112.77638266+4.57713014e-13j] ... [16866.65932169+4.94072218e-13j 17529.55030018-3.44030367e-13j 17154.25050362+3.83956415e-13j ... 14421.89786266+4.20131881e-13j 15042.49927168-3.49553531e-13j 15710.69960018-3.44667627e-13j] [18311.24372545+2.41798239e-13j 18657.34382895-2.39777532e-14j 17929.00889146-3.02818721e-13j ... 15550.31395112-1.69144824e-13j 15798.04184944-6.36326558e-15j 16497.16239155-1.12131882e-13j] [20297.61902956-1.50092047e-13j 20622.73494955-1.02007424e-13j 18866.37699966+8.70414788e-13j ... 16797.79952997+1.04020277e-14j 16636.37422358+4.12207367e-13j 17311.60045184-1.48037859e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[22388.29402021-7.29172012e-14j 22571.87325019+1.60319269e-13j 19451.54008568+2.57559330e-13j ... 17040.8712539 -3.63475005e-13j 17588.07769456-1.17637357e-13j 18795.93825653-2.07310578e-13j] [21234.94060166+2.45134521e-14j 20823.61358519+2.90429304e-13j 17882.35577293+3.12098078e-13j ... 16548.91253944-2.28577661e-13j 17748.90186496+1.66659024e-13j 18948.80089376+1.44251281e-13j] [19065.50002572-2.85082802e-14j 18372.91694476+2.95766478e-13j 16623.7474086 +6.25043152e-13j ... 15811.37740821-2.23586904e-13j 17033.2351342 +2.42630014e-13j 18112.77638266+4.57713014e-13j] ... [16866.65932169+4.94072218e-13j 17529.55030018-3.44030367e-13j 17154.25050362+3.83956415e-13j ... 14421.89786266+4.20131881e-13j 15042.49927168-3.49553531e-13j 15710.69960018-3.44667627e-13j] [18311.24372545+2.41798239e-13j 18657.34382895-2.39777532e-14j 17929.00889146-3.02818721e-13j ... 15550.31395112-1.69144824e-13j 15798.04184944-6.36326558e-15j 16497.16239155-1.12131882e-13j] [20297.61902956-1.50092047e-13j 20622.73494955-1.02007424e-13j 18866.37699966+8.70414788e-13j ... 16797.79952997+1.04020277e-14j 16636.37422358+4.12207367e-13j 17311.60045184-1.48037859e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 38.00219: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000123.591829778+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (7000123.591829778+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000123.68719156: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 7000123.68719156: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000123.591829778: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 7000123.591829778: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000136228713: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.08462057455301698, -0.27314576780967986) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.08462057455301698, -0.27314576780967986) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00096528 0.00094171 0.00091816 ... 0.00109729 0.00112323 0.00114912] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00096528 0.00094171 0.00091816 ... 0.00109729 0.00112323 0.00114912] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009616 0.00093781 0.00091405 ... 0.00108933 0.00111548 0.00114159] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009616 0.00093781 0.00091405 ... 0.00108933 0.00111548 0.00114159] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009575 0.0009335 0.00090953 ... 0.00108091 0.00110726 0.00113359] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009575 0.0009335 0.00090953 ... 0.00108091 0.00110726 0.00113359] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012206 0.00119587 0.00117102 ... 0.00088828 0.0009109 0.00093354] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012206 0.00119587 0.00117102 ... 0.00088828 0.0009109 0.00093354] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012252 0.00120074 0.00117616 ... 0.00089071 0.00091311 0.00093551] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0012252 0.00120074 0.00117616 ... 0.00089071 0.00091311 0.00093551] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00122931 0.00120512 0.0011808 ... 0.00089273 0.0009149 0.00093706]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00122931 0.00120512 0.0011808 ... 0.00089273 0.0009149 0.00093706]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:38.00219 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:38.00219 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793022001_03102_00002_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00001_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21262.74743394+1.65702603e-14j 21433.26247024+2.00294736e-13j 18356.43687498+1.85245501e-13j ... 16045.99796503-4.14410365e-16j 16796.20697899-2.57310824e-13j 18027.56643526+1.75690491e-14j] [19481.38859957+1.18864160e-13j 19085.68744314+3.96351906e-13j 16646.31971071+3.54088056e-13j ... 15384.85282167+4.19700524e-16j 16515.24136879-2.41841776e-13j 17672.01558045+7.15419454e-14j] [17784.24477563+3.40755383e-13j 17143.94358718+4.32331348e-13j 15685.17649745+4.18392336e-13j ... 14986.86543025+9.95056619e-14j 15890.05563341-2.43988148e-13j 16923.08402323+1.72445161e-13j] ... [16581.56826942+2.59698201e-13j 17114.04874524-2.47274126e-13j 16573.27231642-6.23124370e-13j ... 13802.20369179-3.55959052e-13j 14378.3542587 +9.55045792e-14j 15248.77303394+3.24084897e-13j] [17803.35720131-1.18048464e-13j 18025.06570965+2.82289129e-14j 17166.04749827+3.98307273e-13j ... 14850.50166992-7.46790597e-14j 15023.78024694-8.00669472e-13j 15823.87996591+3.99237516e-14j] [19987.206492 +4.19513258e-13j 20242.55451854-9.14575721e-13j 18129.35539346-3.79463203e-13j ... 16217.47039602+9.62532257e-14j 16194.16040266-2.84555413e-13j 16961.00512631-5.97856965e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21262.74743394+1.65702603e-14j 21433.26247024+2.00294736e-13j 18356.43687498+1.85245501e-13j ... 16045.99796503-4.14410365e-16j 16796.20697899-2.57310824e-13j 18027.56643526+1.75690491e-14j] [19481.38859957+1.18864160e-13j 19085.68744314+3.96351906e-13j 16646.31971071+3.54088056e-13j ... 15384.85282167+4.19700524e-16j 16515.24136879-2.41841776e-13j 17672.01558045+7.15419454e-14j] [17784.24477563+3.40755383e-13j 17143.94358718+4.32331348e-13j 15685.17649745+4.18392336e-13j ... 14986.86543025+9.95056619e-14j 15890.05563341-2.43988148e-13j 16923.08402323+1.72445161e-13j] ... [16581.56826942+2.59698201e-13j 17114.04874524-2.47274126e-13j 16573.27231642-6.23124370e-13j ... 13802.20369179-3.55959052e-13j 14378.3542587 +9.55045792e-14j 15248.77303394+3.24084897e-13j] [17803.35720131-1.18048464e-13j 18025.06570965+2.82289129e-14j 17166.04749827+3.98307273e-13j ... 14850.50166992-7.46790597e-14j 15023.78024694-8.00669472e-13j 15823.87996591+3.99237516e-14j] [19987.206492 +4.19513258e-13j 20242.55451854-9.14575721e-13j 18129.35539346-3.79463203e-13j ... 16217.47039602+9.62532257e-14j 16194.16040266-2.84555413e-13j 16961.00512631-5.97856965e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647637.515665944-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647637.515665944-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647637.435355943: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647637.435355943: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647637.515665944: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647637.515665944: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21278.63087013-6.60492746e-15j 21435.03528144+7.29224234e-14j 18333.98480902+5.27876675e-14j ... 16040.19323564+6.05431057e-14j 16783.62874095-1.13993620e-13j 18023.05185665+6.42963773e-14j] [19494.76218849+2.52620459e-13j 19070.58240717+2.92239820e-13j 16613.01714864+2.00555336e-13j ... 15409.82241141+5.64361744e-14j 16551.00809952+5.56936743e-14j 17697.59702573+1.74159844e-13j] [17783.90232644+4.79672757e-13j 17140.50194998+5.07019626e-13j 15684.39807704+3.61429668e-13j ... 14958.04419036+1.87108530e-13j 15914.57240246+2.74584439e-13j 16947.18516078+1.78649349e-13j] ... [16573.15397847-1.26247330e-13j 17100.03724311+7.12642867e-14j 16583.08017342-3.54309913e-13j ... 13808.36757452-2.30526529e-13j 14390.09138632-4.72709750e-13j 15240.92051671+5.22422561e-13j] [17792.72066935-1.56766774e-13j 18032.29499804+1.23123046e-13j 17181.36608457-3.35505815e-13j ... 14895.55753044-4.22344013e-13j 15055.96368383-8.13735363e-14j 15808.94432479+3.20169998e-13j] [19977.92954315-4.64403424e-13j 20259.01942178+2.25038540e-13j 18149.78289894-1.28776033e-13j ... 16205.81842122-4.80385484e-14j 16170.41577097-8.09338540e-13j 16924.49292922+5.35475652e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21278.63087013-6.60492746e-15j 21435.03528144+7.29224234e-14j 18333.98480902+5.27876675e-14j ... 16040.19323564+6.05431057e-14j 16783.62874095-1.13993620e-13j 18023.05185665+6.42963773e-14j] [19494.76218849+2.52620459e-13j 19070.58240717+2.92239820e-13j 16613.01714864+2.00555336e-13j ... 15409.82241141+5.64361744e-14j 16551.00809952+5.56936743e-14j 17697.59702573+1.74159844e-13j] [17783.90232644+4.79672757e-13j 17140.50194998+5.07019626e-13j 15684.39807704+3.61429668e-13j ... 14958.04419036+1.87108530e-13j 15914.57240246+2.74584439e-13j 16947.18516078+1.78649349e-13j] ... [16573.15397847-1.26247330e-13j 17100.03724311+7.12642867e-14j 16583.08017342-3.54309913e-13j ... 13808.36757452-2.30526529e-13j 14390.09138632-4.72709750e-13j 15240.92051671+5.22422561e-13j] [17792.72066935-1.56766774e-13j 18032.29499804+1.23123046e-13j 17181.36608457-3.35505815e-13j ... 14895.55753044-4.22344013e-13j 15055.96368383-8.13735363e-14j 15808.94432479+3.20169998e-13j] [19977.92954315-4.64403424e-13j 20259.01942178+2.25038540e-13j 18149.78289894-1.28776033e-13j ... 16205.81842122-4.80385484e-14j 16170.41577097-8.09338540e-13j 16924.49292922+5.35475652e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646941.2996193785+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646941.2996193785+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646941.2193177845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646941.2193177845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646941.2996193785: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646941.2996193785: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190157: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190157: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.5179496 +1.40503999e-14j 21433.25843064+1.68735326e-13j 18313.90500314+2.48941120e-13j ... 16039.42486992-1.61003864e-13j 16779.30113906-7.54001431e-14j 18022.39016903-2.33818731e-13j] [19505.47569945+1.25836921e-13j 19056.68372581+2.44879042e-13j 16585.13478356+2.10024298e-13j ... 15435.96356063-1.82720405e-13j 16589.73458165-8.18579011e-15j 17722.6782783 -1.21451856e-13j] [17781.61845476+1.82804300e-13j 17137.3050708 +2.49226495e-13j 15686.96766503+2.62263796e-13j ... 14929.07366251-2.33362085e-14j 15931.77831338-6.34652456e-14j 16964.21882756-1.98291594e-13j] ... [16560.51274265+1.59384198e-13j 17087.54232774+3.78909868e-13j 16589.91697808+5.46640877e-13j ... 13811.86740094+2.49276645e-13j 14404.15333152+5.62071453e-14j 15231.62046143-1.90526270e-13j] [17782.53069351-2.78058549e-13j 18038.97244617+1.89837928e-13j 17191.9004795 +3.01643927e-13j ... 14940.58786473-1.00135323e-14j 15087.8406763 +2.97934885e-14j 15797.47405785+4.12552910e-13j] [19970.1333488 -3.09028869e-13j 20273.24981581-4.90329186e-13j 18169.72512491+2.76049781e-13j ... 16190.76949306-2.54872690e-13j 16146.37465515-1.40008381e-13j 16892.30979577-5.62391086e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.5179496 +1.40503999e-14j 21433.25843064+1.68735326e-13j 18313.90500314+2.48941120e-13j ... 16039.42486992-1.61003864e-13j 16779.30113906-7.54001431e-14j 18022.39016903-2.33818731e-13j] [19505.47569945+1.25836921e-13j 19056.68372581+2.44879042e-13j 16585.13478356+2.10024298e-13j ... 15435.96356063-1.82720405e-13j 16589.73458165-8.18579011e-15j 17722.6782783 -1.21451856e-13j] [17781.61845476+1.82804300e-13j 17137.3050708 +2.49226495e-13j 15686.96766503+2.62263796e-13j ... 14929.07366251-2.33362085e-14j 15931.77831338-6.34652456e-14j 16964.21882756-1.98291594e-13j] ... [16560.51274265+1.59384198e-13j 17087.54232774+3.78909868e-13j 16589.91697808+5.46640877e-13j ... 13811.86740094+2.49276645e-13j 14404.15333152+5.62071453e-14j 15231.62046143-1.90526270e-13j] [17782.53069351-2.78058549e-13j 18038.97244617+1.89837928e-13j 17191.9004795 +3.01643927e-13j ... 14940.58786473-1.00135323e-14j 15087.8406763 +2.97934885e-14j 15797.47405785+4.12552910e-13j] [19970.1333488 -3.09028869e-13j 20273.24981581-4.90329186e-13j 18169.72512491+2.76049781e-13j ... 16190.76949306-2.54872690e-13j 16146.37465515-1.40008381e-13j 16892.30979577-5.62391086e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646500.591684088-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646500.591684088-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646500.511387821: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646500.511387821: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646500.591684088: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646500.591684088: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21300.36681117+7.68442863e-14j 21426.77342143+2.01057320e-13j 18295.75107447+2.83690471e-13j ... 16044.29548055+1.60291680e-13j 16783.68226037+1.69335426e-13j 18025.0812865 -1.02473174e-13j] [19514.08130256+2.92627451e-13j 19045.45509671+3.73382558e-13j 16563.16933922+3.37135760e-13j ... 15461.89026462+1.92865962e-13j 16629.34959028+4.00191107e-13j 17746.57808136+1.48315516e-14j] [17777.70117984+4.07690748e-13j 17135.01942467+4.89715307e-13j 15692.91075637+5.87891579e-13j ... 14900.47784549+3.69013608e-13j 15940.83627691+5.70681049e-13j 16975.03475688+4.70957018e-13j] ... [16542.07905462+3.42243014e-13j 17075.44356733+2.35108258e-13j 16594.88262568-5.51103056e-13j ... 13814.8221334 +1.72417180e-13j 14419.21211114+4.71401849e-14j 15221.6093762 -6.36926922e-13j] [17773.83445644+1.65902715e-13j 18046.041693 +9.08390806e-14j 17199.29371156-1.52042118e-13j ... 14986.11008877+4.28216309e-13j 15117.89763406-7.46402660e-14j 15789.69170142-3.55892574e-14j] [19964.43968937+5.90648395e-13j 20284.96219415+1.79195076e-13j 18188.54046535+8.37780770e-13j ... 16173.29896176+6.86319033e-14j 16123.02504616+3.31838452e-13j 16865.12711653-1.53093863e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21300.36681117+7.68442863e-14j 21426.77342143+2.01057320e-13j 18295.75107447+2.83690471e-13j ... 16044.29548055+1.60291680e-13j 16783.68226037+1.69335426e-13j 18025.0812865 -1.02473174e-13j] [19514.08130256+2.92627451e-13j 19045.45509671+3.73382558e-13j 16563.16933922+3.37135760e-13j ... 15461.89026462+1.92865962e-13j 16629.34959028+4.00191107e-13j 17746.57808136+1.48315516e-14j] [17777.70117984+4.07690748e-13j 17135.01942467+4.89715307e-13j 15692.91075637+5.87891579e-13j ... 14900.47784549+3.69013608e-13j 15940.83627691+5.70681049e-13j 16975.03475688+4.70957018e-13j] ... [16542.07905462+3.42243014e-13j 17075.44356733+2.35108258e-13j 16594.88262568-5.51103056e-13j ... 13814.8221334 +1.72417180e-13j 14419.21211114+4.71401849e-14j 15221.6093762 -6.36926922e-13j] [17773.83445644+1.65902715e-13j 18046.041693 +9.08390806e-14j 17199.29371156-1.52042118e-13j ... 14986.11008877+4.28216309e-13j 15117.89763406-7.46402660e-14j 15789.69170142-3.55892574e-14j] [19964.43968937+5.90648395e-13j 20284.96219415+1.79195076e-13j 18188.54046535+8.37780770e-13j ... 16173.29896176+6.86319033e-14j 16123.02504616+3.31838452e-13j 16865.12711653-1.53093863e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646365.641089961+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646365.641089961+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646365.560795326: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646365.560795326: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646365.641089961: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646365.641089961: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190162: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21304.4406748 +2.46319221e-15j 21414.69143767+1.87751785e-13j 18279.06562554+1.83986283e-13j ... 16054.93251303-1.53778343e-14j 16796.6901123 -1.13951167e-13j 18030.50790205+9.48701370e-14j] [19521.2352387 +4.99516017e-14j 19038.10317126+2.71091124e-13j 16547.23489993+2.66554487e-13j ... 15486.14173176+6.48815141e-14j 16667.78227753-3.36962287e-14j 17768.64832553+2.38419516e-13j] [17772.44059096+3.44411884e-13j 17134.4277476 +5.15267577e-13j 15701.73045535+3.46078845e-13j ... 14872.65753689+2.16658778e-13j 15941.72252513+1.73596597e-13j 16980.7699697 +5.07595546e-13j] ... [16517.07788049+5.54268068e-15j 17062.27942348-1.71302802e-13j 16599.03867855-1.49194087e-13j ... 13820.25878983-3.19373108e-13j 14433.85159679-1.67448154e-13j 15211.43282361-6.01674840e-13j] [17767.55537397+1.83549839e-13j 18054.22411778+1.08116211e-13j 17205.35600312+1.74528293e-14j ... 15032.51261712+1.23777413e-14j 15144.95907996-3.06844397e-14j 15785.33076076-1.83488338e-13j] [19961.3392294 +4.29888463e-13j 20294.00773366+5.73132183e-13j 18205.72352239+3.51981763e-13j ... 16154.64592418+2.02669462e-13j 16101.73780383-4.92393510e-14j 16843.4647776 +3.03214483e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21304.4406748 +2.46319221e-15j 21414.69143767+1.87751785e-13j 18279.06562554+1.83986283e-13j ... 16054.93251303-1.53778343e-14j 16796.6901123 -1.13951167e-13j 18030.50790205+9.48701370e-14j] [19521.2352387 +4.99516017e-14j 19038.10317126+2.71091124e-13j 16547.23489993+2.66554487e-13j ... 15486.14173176+6.48815141e-14j 16667.78227753-3.36962287e-14j 17768.64832553+2.38419516e-13j] [17772.44059096+3.44411884e-13j 17134.4277476 +5.15267577e-13j 15701.73045535+3.46078845e-13j ... 14872.65753689+2.16658778e-13j 15941.72252513+1.73596597e-13j 16980.7699697 +5.07595546e-13j] ... [16517.07788049+5.54268068e-15j 17062.27942348-1.71302802e-13j 16599.03867855-1.49194087e-13j ... 13820.25878983-3.19373108e-13j 14433.85159679-1.67448154e-13j 15211.43282361-6.01674840e-13j] [17767.55537397+1.83549839e-13j 18054.22411778+1.08116211e-13j 17205.35600312+1.74528293e-14j ... 15032.51261712+1.23777413e-14j 15144.95907996-3.06844397e-14j 15785.33076076-1.83488338e-13j] [19961.3392294 +4.29888463e-13j 20294.00773366+5.73132183e-13j 18205.72352239+3.51981763e-13j ... 16154.64592418+2.02669462e-13j 16101.73780383-4.92393510e-14j 16843.4647776 +3.03214483e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646488.10882931+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646488.10882931+3.2311742677852644e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646488.028533194: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646488.028533194: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646488.10882931: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646488.10882931: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21303.36004587-1.93393694e-14j 21396.50855094+1.35133114e-13j 18263.43126154+2.13604612e-13j ... 16070.92460457-8.28825597e-14j 16817.67480455-8.23803410e-14j 18037.98749714+8.24109895e-14j] [19527.62787845+1.01456123e-13j 19035.44131205+2.94590702e-13j 16537.14327141+4.17628450e-13j ... 15507.37349709+3.67128735e-14j 16703.17657509+1.11561743e-13j 17788.35290951+2.56810630e-13j] [17766.14258145+2.58216387e-13j 17136.26199147+5.74503876e-13j 15712.45688139+4.44531001e-13j ... 14845.82754951+1.70375125e-14j 15935.1498005 +5.63975371e-14j 16982.69362816+3.71936338e-13j] ... [16485.55907262+6.35530956e-13j 17046.47707154+2.72503696e-13j 16603.26221175-2.30153898e-13j ... 13831.6232422 -5.36200610e-14j 14446.86545302+7.27010986e-14j 15201.26848845+7.76598534e-14j] [17764.37568099+1.77290399e-13j 18063.96307528-4.26452525e-13j 17211.84217956-2.61384976e-13j ... 15079.95923803+2.42240134e-14j 15168.43643995+6.63867061e-14j 15783.71607572+7.95428127e-14j] [19961.1367216 +2.97659438e-13j 20300.40135592+4.25249707e-13j 18220.92888252+2.36095783e-13j ... 16136.1554045 -1.50082150e-13j 16084.12283784-1.76916053e-13j 16827.66332607+2.83171406e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21303.36004587-1.93393694e-14j 21396.50855094+1.35133114e-13j 18263.43126154+2.13604612e-13j ... 16070.92460457-8.28825597e-14j 16817.67480455-8.23803410e-14j 18037.98749714+8.24109895e-14j] [19527.62787845+1.01456123e-13j 19035.44131205+2.94590702e-13j 16537.14327141+4.17628450e-13j ... 15507.37349709+3.67128735e-14j 16703.17657509+1.11561743e-13j 17788.35290951+2.56810630e-13j] [17766.14258145+2.58216387e-13j 17136.26199147+5.74503876e-13j 15712.45688139+4.44531001e-13j ... 14845.82754951+1.70375125e-14j 15935.1498005 +5.63975371e-14j 16982.69362816+3.71936338e-13j] ... [16485.55907262+6.35530956e-13j 17046.47707154+2.72503696e-13j 16603.26221175-2.30153898e-13j ... 13831.6232422 -5.36200610e-14j 14446.86545302+7.27010986e-14j 15201.26848845+7.76598534e-14j] [17764.37568099+1.77290399e-13j 18063.96307528-4.26452525e-13j 17211.84217956-2.61384976e-13j ... 15079.95923803+2.42240134e-14j 15168.43643995+6.63867061e-14j 15783.71607572+7.95428127e-14j] [19961.1367216 +2.97659438e-13j 20300.40135592+4.25249707e-13j 18220.92888252+2.36095783e-13j ... 16136.1554045 -1.50082150e-13j 16084.12283784-1.76916053e-13j 16827.66332607+2.83171406e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646811.525555672-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6646811.525555672-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646811.445255649: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6646811.445255649: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646811.525555672: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6646811.525555672: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.45109673+0.j -0.42996089+0.00290065j 0.37147248-0.00519325j ... -0.28889039-0.00648672j 0.37147248+0.00519325j -0.42996089-0.00290065j] [-0.4292187 -0.01736752j 0.40872748+0.01368584j -0.35275634-0.00908139j ... 0.275052 +0.01709641j -0.35381616-0.01917782j 0.40939632+0.01932682j] [ 0.36876857+0.03043481j -0.35072894-0.02633607j 0.30215864+0.02012722j ... -0.23611776-0.02466438j 0.3041439 +0.02937888j -0.3519664 -0.03151089j] ... [-0.28364829+0.03638038j 0.27098972-0.03680384j -0.23424456+0.03358239j ... 0.17895942-0.01775812j -0.23157376+0.02566135j 0.26935978-0.03236114j] [ 0.36876857-0.03043481j -0.3519664 +0.03151089j 0.3041439 -0.02937888j ... -0.23415611+0.01314161j 0.30215864-0.02012722j -0.35072894+0.02633607j] [-0.4292187 +0.01736752j 0.40939632-0.01932682j -0.35381616+0.01917782j ... 0.27403838-0.00449311j -0.35275634+0.00908139j 0.40872748-0.01368584j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21297.12492993-3.69038127e-14j 21372.18884088+1.20669626e-13j 18248.52373625+1.22874052e-13j ... 16091.35538281+2.16585126e-13j 16845.46783089-3.83166677e-16j 18046.8443013 -6.42931837e-14j] [19533.90522183+1.02609510e-14j 19037.79356014+2.80590240e-13j 16532.50060349+3.70289507e-13j ... 15524.51596931+2.75357224e-13j 16734.05997153+5.35818011e-14j 17805.33039695+1.35649827e-13j] [17759.15915642+4.60476102e-13j 17141.03029707+3.57979798e-13j 15723.79249485+4.62602297e-13j ... 14819.96476976+2.17695349e-13j 15922.41305068+7.28915529e-14j 16982.06889953+2.29360806e-13j] ... [16448.31321323+2.09513197e-13j 17026.60286732+1.32060941e-13j 16608.14108515-3.82725664e-14j ... 13852.19768827+3.29265735e-14j 14457.55711203-3.07951488e-14j 15190.85325486-1.67722797e-13j] [17764.63180455+2.52804499e-13j 18075.40056568+1.07309981e-13j 17220.24154846-3.47776177e-14j ... 15128.31732263+3.14807077e-13j 15188.48062559-2.00748474e-13j 15783.90472534-3.66906882e-14j] [19963.90523055-6.73067280e-13j 20304.3346288 -1.53788701e-13j 18233.98569232+5.93099861e-13j ... 16119.09856227+7.01588352e-13j 16071.82578344+7.99332044e-14j 16817.8649762 -1.87706811e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21297.12492993-3.69038127e-14j 21372.18884088+1.20669626e-13j 18248.52373625+1.22874052e-13j ... 16091.35538281+2.16585126e-13j 16845.46783089-3.83166677e-16j 18046.8443013 -6.42931837e-14j] [19533.90522183+1.02609510e-14j 19037.79356014+2.80590240e-13j 16532.50060349+3.70289507e-13j ... 15524.51596931+2.75357224e-13j 16734.05997153+5.35818011e-14j 17805.33039695+1.35649827e-13j] [17759.15915642+4.60476102e-13j 17141.03029707+3.57979798e-13j 15723.79249485+4.62602297e-13j ... 14819.96476976+2.17695349e-13j 15922.41305068+7.28915529e-14j 16982.06889953+2.29360806e-13j] ... [16448.31321323+2.09513197e-13j 17026.60286732+1.32060941e-13j 16608.14108515-3.82725664e-14j ... 13852.19768827+3.29265735e-14j 14457.55711203-3.07951488e-14j 15190.85325486-1.67722797e-13j] [17764.63180455+2.52804499e-13j 18075.40056568+1.07309981e-13j 17220.24154846-3.47776177e-14j ... 15128.31732263+3.14807077e-13j 15188.48062559-2.00748474e-13j 15783.90472534-3.66906882e-14j] [19963.90523055-6.73067280e-13j 20304.3346288 -1.53788701e-13j 18233.98569232+5.93099861e-13j ... 16119.09856227+7.01588352e-13j 16071.82578344+7.99332044e-14j 16817.8649762 -1.87706811e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 36.087738: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647475.719708889-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6647475.719708889-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647475.639400842: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6647475.639400842: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647475.719708889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6647475.719708889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999879190161: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.09041303934909911, 0.48255080655963667) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.09041303934909911, 0.48255080655963667) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00080357 0.000784 0.00076445 ... 0.00130607 0.00133095 0.00135562] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00080357 0.000784 0.00076445 ... 0.00130607 0.00133095 0.00135562] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080495 0.00078513 0.00076534 ... 0.00129971 0.00132486 0.00134983] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080495 0.00078513 0.00076534 ... 0.00129971 0.00132486 0.00134983] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080596 0.0007859 0.00076587 ... 0.00129282 0.00131825 0.00134351] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00080596 0.0007859 0.00076587 ... 0.00129282 0.00131825 0.00134351] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00129957 0.00127186 0.00124405 ... 0.00070533 0.00072732 0.00074945] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00129957 0.00127186 0.00124405 ... 0.00070533 0.00072732 0.00074945] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00131087 0.0012834 0.0012558 ... 0.000709 0.00073082 0.00075278] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00131087 0.0012834 0.0012558 ... 0.000709 0.00073082 0.00075278] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00132167 0.00129444 0.00126708 ... 0.00071232 0.00073397 0.00075574]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00132167 0.00129444 0.00126708 ... 0.00071232 0.00073397 0.00075574]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:36.087738 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:36.087738 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793022001_03102_00001_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:82 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793022001_03102_00003_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19074.16027669-1.74714959e-13j 19226.6353208 -1.94028020e-13j 16951.82403348+2.26704296e-14j ... 15166.85950127-6.13662431e-14j 15277.85409621-2.05190935e-13j 16137.87309782-2.95567892e-13j] [19452.26253466-4.20108353e-14j 19355.71875592+7.99073527e-14j 16571.85462597+1.34970980e-13j ... 14704.56650231+2.06817392e-13j 15544.35397553-1.85288811e-13j 16772.88513746-1.23361160e-13j] [17515.33573263-8.14562250e-14j 16958.09539012+2.16754499e-13j 14976.13606487+2.93564848e-13j ... 14165.48646031+7.96320811e-14j 15138.59393106-7.14090601e-14j 16180.12085328+1.30757749e-13j] ... [14313.26065793-1.29133394e-13j 14849.66439004-1.67087322e-13j 14407.64397106-4.28997894e-13j ... 12796.34677225-1.89652521e-13j 13154.61977156+4.05770615e-13j 13526.15470759-7.74006572e-13j] [15735.80049349-6.95255098e-14j 16103.63355673-1.09470879e-13j 15527.72026183-1.75512745e-13j ... 13012.71052739-1.27394564e-13j 13491.32012937+3.84203157e-13j 14358.93848715-4.12138471e-13j] [16964.15948136-4.63007202e-13j 17110.64457598-2.74374085e-13j 16062.21957354-1.72014051e-13j ... 14219.97851934-9.04490050e-14j 14206.44213952+1.24763897e-13j 14897.98668546-5.03588124e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19074.16027669-1.74714959e-13j 19226.6353208 -1.94028020e-13j 16951.82403348+2.26704296e-14j ... 15166.85950127-6.13662431e-14j 15277.85409621-2.05190935e-13j 16137.87309782-2.95567892e-13j] [19452.26253466-4.20108353e-14j 19355.71875592+7.99073527e-14j 16571.85462597+1.34970980e-13j ... 14704.56650231+2.06817392e-13j 15544.35397553-1.85288811e-13j 16772.88513746-1.23361160e-13j] [17515.33573263-8.14562250e-14j 16958.09539012+2.16754499e-13j 14976.13606487+2.93564848e-13j ... 14165.48646031+7.96320811e-14j 15138.59393106-7.14090601e-14j 16180.12085328+1.30757749e-13j] ... [14313.26065793-1.29133394e-13j 14849.66439004-1.67087322e-13j 14407.64397106-4.28997894e-13j ... 12796.34677225-1.89652521e-13j 13154.61977156+4.05770615e-13j 13526.15470759-7.74006572e-13j] [15735.80049349-6.95255098e-14j 16103.63355673-1.09470879e-13j 15527.72026183-1.75512745e-13j ... 13012.71052739-1.27394564e-13j 13491.32012937+3.84203157e-13j 14358.93848715-4.12138471e-13j] [16964.15948136-4.63007202e-13j 17110.64457598-2.74374085e-13j 16062.21957354-1.72014051e-13j ... 14219.97851934-9.04490050e-14j 14206.44213952+1.24763897e-13j 14897.98668546-5.03588124e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160686.685527395-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160686.685527395-5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160687.085962279: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160687.085962279: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160686.685527395: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160686.685527395: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19072.78523136+1.20931725e-14j 19240.55652287-1.25094659e-13j 16964.16621307-3.91251344e-14j ... 15147.66948333-8.52049436e-14j 15248.37842967-1.77558792e-13j 16108.11938388-9.82730284e-14j] [19470.25121655+1.13576139e-13j 19350.5466685 +8.33582082e-14j 16542.12962385+1.35651091e-13j ... 14713.12314946+5.92467746e-14j 15546.45441697-1.16326850e-13j 16779.81606193-7.24740805e-15j] [17523.84861482+2.43019562e-13j 16944.42833408+2.92349198e-13j 14954.55553102+3.20587126e-13j ... 14177.75626508+1.39060107e-13j 15173.45925558+2.00609061e-14j 16205.88971964+5.32724145e-14j] ... [14285.89028996-2.72193575e-13j 14811.9531229 -7.82091906e-14j 14413.24044591-1.99816453e-13j ... 12777.95130923-5.09001547e-13j 13126.73276111-1.64067780e-14j 13500.36596657-3.08640172e-13j] [15734.10753218+3.18916759e-13j 16101.73737826-2.84682198e-13j 15538.30213382-7.96939855e-13j ... 13034.83718623-5.92795868e-13j 13514.80956197-4.65524754e-14j 14355.51824154+1.82178579e-13j] [16949.90851755-4.12999730e-14j 17118.22869942+1.94020129e-13j 16079.93434685-4.34445594e-13j ... 14250.40786473-3.37632190e-13j 14221.82270164-2.34251077e-13j 14874.61453975-3.33376491e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19072.78523136+1.20931725e-14j 19240.55652287-1.25094659e-13j 16964.16621307-3.91251344e-14j ... 15147.66948333-8.52049436e-14j 15248.37842967-1.77558792e-13j 16108.11938388-9.82730284e-14j] [19470.25121655+1.13576139e-13j 19350.5466685 +8.33582082e-14j 16542.12962385+1.35651091e-13j ... 14713.12314946+5.92467746e-14j 15546.45441697-1.16326850e-13j 16779.81606193-7.24740805e-15j] [17523.84861482+2.43019562e-13j 16944.42833408+2.92349198e-13j 14954.55553102+3.20587126e-13j ... 14177.75626508+1.39060107e-13j 15173.45925558+2.00609061e-14j 16205.88971964+5.32724145e-14j] ... [14285.89028996-2.72193575e-13j 14811.9531229 -7.82091906e-14j 14413.24044591-1.99816453e-13j ... 12777.95130923-5.09001547e-13j 13126.73276111-1.64067780e-14j 13500.36596657-3.08640172e-13j] [15734.10753218+3.18916759e-13j 16101.73737826-2.84682198e-13j 15538.30213382-7.96939855e-13j ... 13034.83718623-5.92795868e-13j 13514.80956197-4.65524754e-14j 14355.51824154+1.82178579e-13j] [16949.90851755-4.12999730e-14j 17118.22869942+1.94020129e-13j 16079.93434685-4.34445594e-13j ... 14250.40786473-3.37632190e-13j 14221.82270164-2.34251077e-13j 14874.61453975-3.33376491e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160041.4684983045+2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160041.4684983045+2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160041.868891248: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160041.868891248: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160041.4684983045: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160041.4684983045: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19071.69856629-3.27459135e-14j 19251.6740214 -5.93039352e-14j 16977.50553817+1.72890213e-13j ... 15127.13522344-1.17104698e-13j 15220.58109056-1.45819905e-13j 16082.53522181-9.94205278e-14j] [19484.94365397+1.45988036e-13j 19342.75095684+9.79403224e-14j 16515.29818146+2.90849318e-13j ... 14727.1056259 +1.27029841e-13j 15556.67564942-7.46155023e-14j 16789.84777744-4.89082396e-14j] [17529.66718689+2.42589397e-13j 16932.55863108+3.33715016e-13j 14938.44628026+3.48305451e-13j ... 14189.66111054+2.74248918e-13j 15207.61412648+1.07310944e-13j 16228.69916201+5.71209187e-14j] ... [14258.94796641+1.27612730e-14j 14779.28643751+1.22890392e-13j 14414.79798142+5.25748994e-13j ... 12754.65364476-3.51998608e-13j 13103.15780706+2.15502854e-14j 13472.77535271+2.51377140e-13j] [15728.70765448+1.88308762e-13j 16100.36511738+5.37104831e-13j 15545.44897438-1.88052563e-13j ... 13056.23403465-2.38370797e-13j 13539.97424817+1.84036626e-13j 14351.40083736+2.61927118e-13j] [16937.12734737-5.41296642e-14j 17125.17134856+4.19557688e-13j 16093.97394429-4.50465137e-13j ... 14279.46391556-1.92300148e-13j 14236.27355823+5.75730434e-13j 14855.06344672+4.58520318e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19071.69856629-3.27459135e-14j 19251.6740214 -5.93039352e-14j 16977.50553817+1.72890213e-13j ... 15127.13522344-1.17104698e-13j 15220.58109056-1.45819905e-13j 16082.53522181-9.94205278e-14j] [19484.94365397+1.45988036e-13j 19342.75095684+9.79403224e-14j 16515.29818146+2.90849318e-13j ... 14727.1056259 +1.27029841e-13j 15556.67564942-7.46155023e-14j 16789.84777744-4.89082396e-14j] [17529.66718689+2.42589397e-13j 16932.55863108+3.33715016e-13j 14938.44628026+3.48305451e-13j ... 14189.66111054+2.74248918e-13j 15207.61412648+1.07310944e-13j 16228.69916201+5.71209187e-14j] ... [14258.94796641+1.27612730e-14j 14779.28643751+1.22890392e-13j 14414.79798142+5.25748994e-13j ... 12754.65364476-3.51998608e-13j 13103.15780706+2.15502854e-14j 13472.77535271+2.51377140e-13j] [15728.70765448+1.88308762e-13j 16100.36511738+5.37104831e-13j 15545.44897438-1.88052563e-13j ... 13056.23403465-2.38370797e-13j 13539.97424817+1.84036626e-13j 14351.40083736+2.61927118e-13j] [16937.12734737-5.41296642e-14j 17125.17134856+4.19557688e-13j 16093.97394429-4.50465137e-13j ... 14279.46391556-1.92300148e-13j 14236.27355823+5.75730434e-13j 14855.06344672+4.58520318e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159633.043173858-8.077935669463161e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159633.043173858-8.077935669463161e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159633.443540255: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159633.443540255: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159633.043173858: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159633.043173858: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000649984169: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.81571149+1.35359175e-13j 19259.17203708+4.96535592e-14j 16990.87373562+1.30117871e-13j ... 15106.4586448 +1.82831981e-13j 15195.79290571-1.95158303e-13j 16061.52040688-1.35014588e-13j] [19495.45067435+3.05612998e-13j 19331.86940115+1.12891504e-13j 16491.26679335+2.39529412e-13j ... 14746.3206419 +2.21131841e-13j 15574.72750914+1.54543337e-13j 16802.17752916-7.13081526e-14j] [17533.63831913+5.39480356e-13j 16924.27012383+1.96202998e-13j 14928.1107234 +2.92210433e-13j ... 14200.04236864+3.29242642e-13j 15239.14292287+2.96670497e-13j 16248.30071145+6.81562256e-14j] ... [14230.64866374-1.19017360e-13j 14751.6048861 +5.96007984e-14j 14413.11602828-3.37140738e-13j ... 12725.19572193+5.89161484e-14j 13083.42811046+1.39705568e-13j 13445.16921586-5.47249357e-13j] [15718.59507808+1.73631921e-13j 16098.80124569+9.68553034e-15j 15550.46243374-8.88445944e-16j ... 13078.82717108+3.69328126e-13j 13565.35046967-1.68633244e-13j 14346.91206144-1.55118896e-13j] [16927.20615656-2.51422920e-13j 17132.52619587+4.66801534e-14j 16105.32923371+4.43019129e-13j ... 14307.35880937+1.31038022e-14j 14248.86915703+3.40221118e-13j 14839.76045336+2.99996984e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.81571149+1.35359175e-13j 19259.17203708+4.96535592e-14j 16990.87373562+1.30117871e-13j ... 15106.4586448 +1.82831981e-13j 15195.79290571-1.95158303e-13j 16061.52040688-1.35014588e-13j] [19495.45067435+3.05612998e-13j 19331.86940115+1.12891504e-13j 16491.26679335+2.39529412e-13j ... 14746.3206419 +2.21131841e-13j 15574.72750914+1.54543337e-13j 16802.17752916-7.13081526e-14j] [17533.63831913+5.39480356e-13j 16924.27012383+1.96202998e-13j 14928.1107234 +2.92210433e-13j ... 14200.04236864+3.29242642e-13j 15239.14292287+2.96670497e-13j 16248.30071145+6.81562256e-14j] ... [14230.64866374-1.19017360e-13j 14751.6048861 +5.96007984e-14j 14413.11602828-3.37140738e-13j ... 12725.19572193+5.89161484e-14j 13083.42811046+1.39705568e-13j 13445.16921586-5.47249357e-13j] [15718.59507808+1.73631921e-13j 16098.80124569+9.68553034e-15j 15550.46243374-8.88445944e-16j ... 13078.82717108+3.69328126e-13j 13565.35046967-1.68633244e-13j 14346.91206144-1.55118896e-13j] [16927.20615656-2.51422920e-13j 17132.52619587+4.66801534e-14j 16105.32923371+4.43019129e-13j ... 14307.35880937+1.31038022e-14j 14248.86915703+3.40221118e-13j 14839.76045336+2.99996984e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159507.977941813+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159507.977941813+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159508.378300082: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159508.378300082: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159507.977941813: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159507.977941813: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.05742144-5.63012694e-14j 19262.4710802 +7.26321730e-14j 17003.37466117+2.61481859e-14j ... 15086.96083927+1.28379412e-13j 15175.4957023 -1.78902423e-13j 16045.35869445-2.23904217e-13j] [19501.19045562+4.49868362e-14j 19317.58289782+2.05801920e-13j 16469.88584662-5.21064023e-15j ... 14770.04420604+2.05875478e-13j 15599.76031741-1.98619075e-13j 16815.89553939-1.40308029e-13j] [17536.69177559+5.69414791e-14j 16921.0360312 +5.43366735e-13j 14923.35175634+7.72184450e-14j ... 14207.81412177+2.10535916e-13j 15266.45863305-5.23369980e-14j 16264.59115461-3.84969723e-14j] ... [14199.79623375-3.87535376e-13j 14728.12614973-1.56655949e-13j 14409.33683981+2.14490387e-13j ... 12689.91349337-6.32005253e-14j 13066.45284994-2.58409674e-13j 13419.45473674+6.09240766e-14j] [15703.33149524-1.41127944e-14j 16096.07913774+7.81804499e-14j 15554.62865739+8.80530726e-13j ... 13104.92856916-1.37084184e-13j 13589.46632001-2.55343529e-13j 14342.12334548+5.17128307e-14j] [16921.28448203-3.87246357e-13j 17141.19113704+2.00086522e-13j 16115.17009723-5.79050824e-14j ... 14334.30395307+3.03417842e-13j 14259.11093103-1.48233594e-13j 14828.72785268+6.20342996e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19070.05742144-5.63012694e-14j 19262.4710802 +7.26321730e-14j 17003.37466117+2.61481859e-14j ... 15086.96083927+1.28379412e-13j 15175.4957023 -1.78902423e-13j 16045.35869445-2.23904217e-13j] [19501.19045562+4.49868362e-14j 19317.58289782+2.05801920e-13j 16469.88584662-5.21064023e-15j ... 14770.04420604+2.05875478e-13j 15599.76031741-1.98619075e-13j 16815.89553939-1.40308029e-13j] [17536.69177559+5.69414791e-14j 16921.0360312 +5.43366735e-13j 14923.35175634+7.72184450e-14j ... 14207.81412177+2.10535916e-13j 15266.45863305-5.23369980e-14j 16264.59115461-3.84969723e-14j] ... [14199.79623375-3.87535376e-13j 14728.12614973-1.56655949e-13j 14409.33683981+2.14490387e-13j ... 12689.91349337-6.32005253e-14j 13066.45284994-2.58409674e-13j 13419.45473674+6.09240766e-14j] [15703.33149524-1.41127944e-14j 16096.07913774+7.81804499e-14j 15554.62865739+8.80530726e-13j ... 13104.92856916-1.37084184e-13j 13589.46632001-2.55343529e-13j 14342.12334548+5.17128307e-14j] [16921.28448203-3.87246357e-13j 17141.19113704+2.00086522e-13j 16115.17009723-5.79050824e-14j ... 14334.30395307+3.03417842e-13j 14259.11093103-1.48233594e-13j 14828.72785268+6.20342996e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159621.474709565+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159621.474709565+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159621.875075211: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159621.875075211: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159621.474709565: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159621.474709565: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19069.35325062-7.22820951e-14j 19261.2965034 -2.73882611e-15j 17014.24786027+4.89796295e-14j ... 15069.89088925-1.16077137e-13j 15161.12800167-5.24049297e-13j 16034.19320525-6.07036386e-14j] [19501.93297352+5.63682318e-15j 19299.76484094+4.40710131e-14j 16450.99470677+1.25626562e-13j ... 14797.08102178+2.45905120e-14j 15630.43409711-4.88752195e-13j 16830.07293251+1.12693967e-13j] [17539.75598215+1.00912697e-13j 16923.83176178+1.79337750e-13j 14923.58521832+3.35417170e-13j ... 14212.1241263 +1.30392375e-13j 15288.45210362-6.06205801e-13j 16277.6229313 +2.30174794e-13j] ... [14165.95732363-8.46202381e-13j 14707.517018 -2.61762643e-13j 14404.77482228-5.26293356e-13j ... 12650.77309377-9.08726826e-14j 13050.78311657-2.10665637e-14j 13397.27244672-2.49736885e-14j] [15683.0373217 -1.27613056e-13j 16091.13307175+1.05838502e-14j 15559.05430827-3.49568852e-13j ... 13136.83489342-3.79722318e-13j 13611.12996534-5.89861427e-14j 14336.77870455+1.98098619e-13j] [16920.12471387-1.49023028e-14j 17151.82646918-9.94294951e-14j 16124.69953798+2.67971454e-14j ... 14360.47927757-2.85131763e-13j 14267.07710711-3.31341112e-13j 14821.6453254 +1.60977465e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19069.35325062-7.22820951e-14j 19261.2965034 -2.73882611e-15j 17014.24786027+4.89796295e-14j ... 15069.89088925-1.16077137e-13j 15161.12800167-5.24049297e-13j 16034.19320525-6.07036386e-14j] [19501.93297352+5.63682318e-15j 19299.76484094+4.40710131e-14j 16450.99470677+1.25626562e-13j ... 14797.08102178+2.45905120e-14j 15630.43409711-4.88752195e-13j 16830.07293251+1.12693967e-13j] [17539.75598215+1.00912697e-13j 16923.83176178+1.79337750e-13j 14923.58521832+3.35417170e-13j ... 14212.1241263 +1.30392375e-13j 15288.45210362-6.06205801e-13j 16277.6229313 +2.30174794e-13j] ... [14165.95732363-8.46202381e-13j 14707.517018 -2.61762643e-13j 14404.77482228-5.26293356e-13j ... 12650.77309377-9.08726826e-14j 13050.78311657-2.10665637e-14j 13397.27244672-2.49736885e-14j] [15683.0373217 -1.27613056e-13j 16091.13307175+1.05838502e-14j 15559.05430827-3.49568852e-13j ... 13136.83489342-3.79722318e-13j 13611.12996534-5.89861427e-14j 14336.77870455+1.98098619e-13j] [16920.12471387-1.49023028e-14j 17151.82646918-9.94294951e-14j 16124.69953798+2.67971454e-14j ... 14360.47927757-2.85131763e-13j 14267.07710711-3.31341112e-13j 14821.6453254 +1.60977465e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159921.200606965+6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6159921.200606965+6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159921.600992093: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6159921.600992093: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159921.200606965: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6159921.200606965: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. -0. ... 0. 0. 0.] [-0. -0. 0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.41805312+0.j -0.3985071 +0.00199948j 0.34441307-0.00357439j ... -0.26801991-0.00445783j 0.34441307+0.00357439j -0.3985071 -0.00199948j] [-0.39789602+0.00386755j 0.37887393-0.00565635j -0.32702238+0.00676879j ... 0.2553395 +0.00160394j -0.32821682-0.00014869j 0.3796095 -0.00178633j] [ 0.34218689-0.00683315j -0.32533623+0.00831707j 0.28018588-0.00895461j ... -0.21942527+0.00088836j 0.28246038-0.0027217j -0.32672055+0.00482701j] ... [-0.2637024 -0.00828176j 0.25208884+0.00651958j -0.21801959-0.00449319j ... 0.16582158+0.00890518j -0.21490148-0.00961893j 0.25022559+0.00939992j] [ 0.34218689+0.00683315j -0.32672055-0.00482701j 0.28246038+0.0027217j ... -0.21703719-0.00864315j 0.28018588+0.00895461j -0.32533623-0.00831707j] [-0.39789602-0.00386755j 0.3796095 +0.00178633j -0.32821682+0.00014869j ... 0.25412034+0.0070201j -0.32702238-0.00676879j 0.37887393+0.00565635j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19068.64147111-4.25073587e-14j 19255.71886487+4.36219704e-14j 17022.9272476 +9.09176709e-14j ... 15056.24646476-4.00256972e-14j 15153.88000215-5.91938335e-14j 16028.01305269-1.55965339e-13j] [19497.81166506-1.78854150e-15j 19278.51721938+6.65101552e-14j 16434.46243264+1.17362167e-13j ... 14825.90751996+1.19504225e-13j 15665.05258109+2.07741298e-13j 16843.86083043+2.93457508e-14j] [17543.66618393+9.67312341e-15j 16933.00054378+2.40131446e-13j 14927.99148135+1.32020592e-14j ... 14212.4560048 +2.15880710e-13j 15304.56412418+3.41596678e-13j 16287.60012007+2.24841158e-13j] ... [14129.48970785-2.91392476e-14j 14688.13801222+2.12471696e-13j 14400.72606089-1.15604477e-13j ... 12611.09411205+1.66583537e-14j 13034.96692198-2.67149581e-13j 13379.65857223-4.62300020e-13j] [15658.30517637-1.25248923e-13j 16082.96755684-4.95076783e-13j 15564.54317822-4.10438369e-13j ... 13176.41355969-1.90817017e-14j 13629.7005342 +1.32694559e-13j 14330.31333643-6.01930522e-13j] [16924.01454082-3.48726216e-13j 17164.79667119-6.89370538e-14j 16135.0057797 +2.65847476e-13j ... 14385.99574353-1.77045615e-13j 14273.46655925-1.77362385e-13j 14817.94918828+9.90164278e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[19068.64147111-4.25073587e-14j 19255.71886487+4.36219704e-14j 17022.9272476 +9.09176709e-14j ... 15056.24646476-4.00256972e-14j 15153.88000215-5.91938335e-14j 16028.01305269-1.55965339e-13j] [19497.81166506-1.78854150e-15j 19278.51721938+6.65101552e-14j 16434.46243264+1.17362167e-13j ... 14825.90751996+1.19504225e-13j 15665.05258109+2.07741298e-13j 16843.86083043+2.93457508e-14j] [17543.66618393+9.67312341e-15j 16933.00054378+2.40131446e-13j 14927.99148135+1.32020592e-14j ... 14212.4560048 +2.15880710e-13j 15304.56412418+3.41596678e-13j 16287.60012007+2.24841158e-13j] ... [14129.48970785-2.91392476e-14j 14688.13801222+2.12471696e-13j 14400.72606089-1.15604477e-13j ... 12611.09411205+1.66583537e-14j 13034.96692198-2.67149581e-13j 13379.65857223-4.62300020e-13j] [15658.30517637-1.25248923e-13j 16082.96755684-4.95076783e-13j 15564.54317822-4.10438369e-13j ... 13176.41355969-1.90817017e-14j 13629.7005342 +1.32694559e-13j 14330.31333643-6.01930522e-13j] [16924.01454082-3.48726216e-13j 17164.79667119-6.89370538e-14j 16135.0057797 +2.65847476e-13j ... 14385.99574353-1.77045615e-13j 14273.46655925-1.77362385e-13j 14817.94918828+9.90164278e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 33.444252: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160536.7414012235+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6160536.7414012235+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160537.14182636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6160537.14182636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160536.7414012235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6160536.7414012235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000064998417: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.0661461926215714, 0.12676799754768706) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (0.0661461926215714, 0.12676799754768706) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00135252 0.00132714 0.00130157 ... 0.00075368 0.00077437 0.00079512] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00135252 0.00132714 0.00130157 ... 0.00075368 0.00077437 0.00079512] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0013455 0.00131983 0.00129399 ... 0.00075257 0.00077348 0.00079445] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0013455 0.00131983 0.00129399 ... 0.00075257 0.00077348 0.00079445] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00133794 0.00131199 0.00128589 ... 0.00075111 0.00077222 0.00079341] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00133794 0.00131199 0.00128589 ... 0.00075111 0.00077222 0.00079341] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082034 0.00079846 0.00077665 ... 0.00122138 0.00124836 0.00127523] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082034 0.00079846 0.00077665 ... 0.00122138 0.00124836 0.00127523] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082212 0.00080045 0.00077885 ... 0.00123124 0.00125798 0.00128461] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082212 0.00080045 0.00077885 ... 0.00123124 0.00125798 0.00128461] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082352 0.00080207 0.00078068 ... 0.00124061 0.00126711 0.00129349]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00082352 0.00080207 0.00078068 ... 0.00124061 0.00126711 0.00129349]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:33.44425 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:33.44425 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793022001_03102_00003_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00002_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21317.33382123-1.61184094e-13j 19942.98340123-8.88274583e-15j 17466.67242274+3.69423473e-14j ... 16385.59886132-8.33162317e-14j 16424.32970669-3.25144146e-13j 18524.20260883-4.35554896e-13j] [20720.86729096+9.32290264e-14j 19105.7624108 +2.87336098e-13j 16563.16533549+2.70580012e-13j ... 15911.10842908+6.11125556e-14j 16719.21962227-1.08509626e-13j 18599.84349241-2.80847816e-13j] [18180.07810267+1.40796569e-13j 16800.92935639+2.99759255e-13j 15346.27540174+2.32341600e-13j ... 15360.8790961 +3.74095654e-13j 16275.57017612+1.39595987e-14j 17395.98656819-2.31273859e-13j] ... [15901.88252068-3.55703107e-13j 16172.37677528-2.80510192e-13j 15266.4075778 -1.34933130e-13j ... 13772.94873189-5.99527702e-13j 14149.0703829 -7.22520517e-13j 14893.11945445-4.56503641e-13j] [17218.59466635-2.76461421e-13j 17107.97583601+1.55421607e-14j 16308.44095222+1.55169897e-13j ... 14240.45190177-4.32853456e-13j 14602.50305569-7.70786893e-14j 15907.94280807-4.73239743e-13j] [18891.91419172-4.37277389e-13j 18159.34250353-5.60631366e-13j 16973.60515162-4.07460095e-13j ... 15592.86950819-3.95126372e-13j 15295.05134898-1.71612148e-13j 16870.12532509-3.97361336e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21317.33382123-1.61184094e-13j 19942.98340123-8.88274583e-15j 17466.67242274+3.69423473e-14j ... 16385.59886132-8.33162317e-14j 16424.32970669-3.25144146e-13j 18524.20260883-4.35554896e-13j] [20720.86729096+9.32290264e-14j 19105.7624108 +2.87336098e-13j 16563.16533549+2.70580012e-13j ... 15911.10842908+6.11125556e-14j 16719.21962227-1.08509626e-13j 18599.84349241-2.80847816e-13j] [18180.07810267+1.40796569e-13j 16800.92935639+2.99759255e-13j 15346.27540174+2.32341600e-13j ... 15360.8790961 +3.74095654e-13j 16275.57017612+1.39595987e-14j 17395.98656819-2.31273859e-13j] ... [15901.88252068-3.55703107e-13j 16172.37677528-2.80510192e-13j 15266.4075778 -1.34933130e-13j ... 13772.94873189-5.99527702e-13j 14149.0703829 -7.22520517e-13j 14893.11945445-4.56503641e-13j] [17218.59466635-2.76461421e-13j 17107.97583601+1.55421607e-14j 16308.44095222+1.55169897e-13j ... 14240.45190177-4.32853456e-13j 14602.50305569-7.70786893e-14j 15907.94280807-4.73239743e-13j] [18891.91419172-4.37277389e-13j 18159.34250353-5.60631366e-13j 16973.60515162-4.07460095e-13j ... 15592.86950819-3.95126372e-13j 15295.05134898-1.71612148e-13j 16870.12532509-3.97361336e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542664.314978508+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542664.314978508+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542664.427862845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542664.427862845: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542664.314978508: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542664.314978508: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21328.03493822-1.19048848e-13j 19951.17062658-2.25447029e-14j 17467.82907784+8.47599708e-14j ... 16358.41830223-1.25745493e-13j 16393.82211818-2.26628867e-13j 18509.6795268 -2.52736558e-13j] [20732.3065549 +2.64489641e-14j 19080.21318647+1.43788341e-13j 16528.19675309+1.97673483e-13j ... 15929.08031662+1.72896099e-13j 16733.09723475-9.26472097e-14j 18616.05777899-9.14659148e-14j] [18182.72018642+3.25040362e-13j 16785.40050985+3.97119600e-13j 15345.70197124+3.82299741e-13j ... 15376.74853979+2.20644090e-13j 16313.1585269 -1.68203381e-13j 17414.88417154+1.00314364e-13j] ... [15873.957642 -4.32718601e-13j 16149.79922426-2.46020234e-13j 15292.25820151+3.58997955e-13j ... 13761.39000024-5.48989453e-13j 14125.92736757-9.46874650e-14j 14873.50119704-1.05535566e-12j] [17218.41541209-2.15053191e-13j 17112.74347692-2.01008872e-13j 16323.06488985-2.25112546e-13j ... 14286.0106533 -3.69709983e-13j 14620.09748438+2.46030101e-13j 15900.20388794-7.02899207e-13j] [18886.79635458+4.24149394e-13j 18175.52513274+3.85754225e-13j 16998.44349739-3.01642302e-13j ... 15611.96760154-3.86371729e-13j 15285.09536315-5.63611013e-13j 16839.0256008 -7.44739480e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21328.03493822-1.19048848e-13j 19951.17062658-2.25447029e-14j 17467.82907784+8.47599708e-14j ... 16358.41830223-1.25745493e-13j 16393.82211818-2.26628867e-13j 18509.6795268 -2.52736558e-13j] [20732.3065549 +2.64489641e-14j 19080.21318647+1.43788341e-13j 16528.19675309+1.97673483e-13j ... 15929.08031662+1.72896099e-13j 16733.09723475-9.26472097e-14j 18616.05777899-9.14659148e-14j] [18182.72018642+3.25040362e-13j 16785.40050985+3.97119600e-13j 15345.70197124+3.82299741e-13j ... 15376.74853979+2.20644090e-13j 16313.1585269 -1.68203381e-13j 17414.88417154+1.00314364e-13j] ... [15873.957642 -4.32718601e-13j 16149.79922426-2.46020234e-13j 15292.25820151+3.58997955e-13j ... 13761.39000024-5.48989453e-13j 14125.92736757-9.46874650e-14j 14873.50119704-1.05535566e-12j] [17218.41541209-2.15053191e-13j 17112.74347692-2.01008872e-13j 16323.06488985-2.25112546e-13j ... 14286.0106533 -3.69709983e-13j 14620.09748438+2.46030101e-13j 15900.20388794-7.02899207e-13j] [18886.79635458+4.24149394e-13j 18175.52513274+3.85754225e-13j 16998.44349739-3.01642302e-13j ... 15611.96760154-3.86371729e-13j 15285.09536315-5.63611013e-13j 16839.0256008 -7.44739480e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541979.092916889-1.0339757656912846e-25j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541979.092916889-1.0339757656912846e-25j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541979.2057894: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541979.2057894: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541979.092916889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541979.092916889: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535726: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535726: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21335.78821292-1.10671488e-13j 19956.86490963+7.07828224e-14j 17473.32152892+1.64466281e-13j ... 16332.8611618 -3.86826275e-13j 16367.68573069-3.31042445e-13j 18497.65984251-3.95300168e-13j] [20740.30056952+9.86805045e-14j 19055.43549277+2.08105776e-13j 16497.23804073+2.40709037e-13j ... 15954.27838616-2.44273708e-13j 16753.34199426-1.68782270e-13j 18632.08241274-1.66661022e-13j] [18184.17480276+2.57922556e-13j 16773.57460464+1.50718880e-13j 15349.69495224+1.66686727e-13j ... 15390.74391864-3.05779994e-13j 16345.94471016-1.92039053e-13j 17429.57529714-8.33274986e-14j] ... [15847.66079671-4.76655609e-13j 16129.21699765-9.08259557e-14j 15314.7609933 +2.15294201e-13j ... 13748.31145292+9.46260526e-14j 14105.65669895-2.21083045e-13j 14849.63296982-4.92601824e-13j] [17216.30742509-7.88267518e-15j 17116.81749555+8.61033305e-15j 16331.56119299+2.59357562e-13j ... 14330.75542585-2.10541401e-13j 14640.33393792-2.55055997e-14j 15891.13476271-6.55639302e-14j] [18882.49357554-1.78065513e-13j 18190.03988134-9.49793688e-15j 17019.9352492 -4.73960065e-13j ... 15626.87979412-4.41561144e-13j 15276.79141395-4.00354115e-13j 16812.72395319-3.34827023e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21335.78821292-1.10671488e-13j 19956.86490963+7.07828224e-14j 17473.32152892+1.64466281e-13j ... 16332.8611618 -3.86826275e-13j 16367.68573069-3.31042445e-13j 18497.65984251-3.95300168e-13j] [20740.30056952+9.86805045e-14j 19055.43549277+2.08105776e-13j 16497.23804073+2.40709037e-13j ... 15954.27838616-2.44273708e-13j 16753.34199426-1.68782270e-13j 18632.08241274-1.66661022e-13j] [18184.17480276+2.57922556e-13j 16773.57460464+1.50718880e-13j 15349.69495224+1.66686727e-13j ... 15390.74391864-3.05779994e-13j 16345.94471016-1.92039053e-13j 17429.57529714-8.33274986e-14j] ... [15847.66079671-4.76655609e-13j 16129.21699765-9.08259557e-14j 15314.7609933 +2.15294201e-13j ... 13748.31145292+9.46260526e-14j 14105.65669895-2.21083045e-13j 14849.63296982-4.92601824e-13j] [17216.30742509-7.88267518e-15j 17116.81749555+8.61033305e-15j 16331.56119299+2.59357562e-13j ... 14330.75542585-2.10541401e-13j 14640.33393792-2.55055997e-14j 15891.13476271-6.55639302e-14j] [18882.49357554-1.78065513e-13j 18190.03988134-9.49793688e-15j 17019.9352492 -4.73960065e-13j ... 15626.87979412-4.41561144e-13j 15276.79141395-4.00354115e-13j 16812.72395319-3.34827023e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541545.344224251+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541545.344224251+1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541545.457089281: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541545.457089281: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541545.344224251: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541545.344224251: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.72609872-7.34715852e-14j 19958.81259293+1.26549212e-13j 17482.36469338+1.58467185e-13j ... 16310.65671191-1.96457855e-13j 16346.83518375-8.95659398e-14j 18487.92522136-1.37854474e-13j] [20744.62542228+1.33859996e-13j 19031.6477693 +2.18515826e-13j 16470.83703181+1.72038488e-13j ... 15985.64286093+5.25732787e-14j 16779.03447957+9.15418318e-14j 18647.15768926+1.11896092e-13j] [18185.65352653-4.23853405e-14j 16766.97479014+1.88721702e-13j 15357.45859139+1.71789861e-13j ... 15401.19621402+2.57068251e-13j 16372.80900971+3.74507285e-13j 17440.60562649+1.99653325e-13j] ... [15820.5158504 -1.66425383e-13j 16111.14752736-6.56115737e-13j 15333.48294873+9.98711534e-14j ... 13732.47933432-3.74821434e-13j 14088.83985998-6.56401175e-13j 14822.10846223-1.81908140e-13j] [17211.50564461-4.79465900e-13j 17120.9020872 +7.02095759e-14j 16335.21679937-1.09742021e-13j ... 14374.60924342-8.20965187e-14j 14661.88403066+8.36288521e-14j 15881.31500962-1.65205181e-13j] [18880.31419645+3.74490978e-13j 18203.72608302-2.28034417e-13j 17037.74512073+3.64911134e-13j ... 15637.79313815-6.58621448e-13j 15269.66410266-6.68579536e-15j 16792.39248275-3.42305418e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.72609872-7.34715852e-14j 19958.81259293+1.26549212e-13j 17482.36469338+1.58467185e-13j ... 16310.65671191-1.96457855e-13j 16346.83518375-8.95659398e-14j 18487.92522136-1.37854474e-13j] [20744.62542228+1.33859996e-13j 19031.6477693 +2.18515826e-13j 16470.83703181+1.72038488e-13j ... 15985.64286093+5.25732787e-14j 16779.03447957+9.15418318e-14j 18647.15768926+1.11896092e-13j] [18185.65352653-4.23853405e-14j 16766.97479014+1.88721702e-13j 15357.45859139+1.71789861e-13j ... 15401.19621402+2.57068251e-13j 16372.80900971+3.74507285e-13j 17440.60562649+1.99653325e-13j] ... [15820.5158504 -1.66425383e-13j 16111.14752736-6.56115737e-13j 15333.48294873+9.98711534e-14j ... 13732.47933432-3.74821434e-13j 14088.83985998-6.56401175e-13j 14822.10846223-1.81908140e-13j] [17211.50564461-4.79465900e-13j 17120.9020872 +7.02095759e-14j 16335.21679937-1.09742021e-13j ... 14374.60924342-8.20965187e-14j 14661.88403066+8.36288521e-14j 15881.31500962-1.65205181e-13j] [18880.31419645+3.74490978e-13j 18203.72608302-2.28034417e-13j 17037.74512073+3.64911134e-13j ... 15637.79313815-6.58621448e-13j 15269.66410266-6.68579536e-15j 16792.39248275-3.42305418e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541412.524642197+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541412.524642197+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541412.637504936: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541412.637504936: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541412.524642197: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541412.524642197: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.24355561-1.41070188e-14j 19956.02527748+1.28690709e-13j 17494.02014354+2.24601272e-13j ... 16293.42600323-4.25202978e-13j 16332.13113621-3.21797762e-13j 18480.23276993-2.53763437e-13j] [20745.28551056+1.98191030e-13j 19008.92684898+7.15844910e-14j 16449.54829173+2.80059638e-13j ... 16021.54218558-2.99906591e-13j 16808.88181841-2.73174838e-13j 18660.6028862 -1.47495185e-13j] [18188.38448046+2.52346507e-13j 16766.6353141 -2.62107796e-13j 15367.90582146+5.41014834e-13j ... 15406.77456246-3.15707232e-13j 16393.15766271-1.86350553e-13j 17448.60630611+1.01507931e-13j] ... [15790.34906138+3.90242684e-14j 16095.50953031+6.30302734e-13j 15348.45009977-6.25944072e-14j ... 13713.6787305 -9.66946263e-14j 14075.37584403-1.11607439e-13j 14792.18153687-9.42044799e-14j] [17203.53194431-2.76464625e-13j 17125.34826047+1.52344189e-13j 16335.69064004-1.85375703e-14j ... 14417.97132554-3.65322795e-13j 14683.08424583-1.38025902e-13j 15871.23236642-7.42439419e-13j] [18881.37870017-5.96789051e-13j 18217.39284742+7.88782888e-13j 17051.89481222+1.00578429e-13j ... 15645.41256661-7.52723174e-13j 15263.42569266-7.75953947e-14j 16778.70433633-1.24180502e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21339.24355561-1.41070188e-14j 19956.02527748+1.28690709e-13j 17494.02014354+2.24601272e-13j ... 16293.42600323-4.25202978e-13j 16332.13113621-3.21797762e-13j 18480.23276993-2.53763437e-13j] [20745.28551056+1.98191030e-13j 19008.92684898+7.15844910e-14j 16449.54829173+2.80059638e-13j ... 16021.54218558-2.99906591e-13j 16808.88181841-2.73174838e-13j 18660.6028862 -1.47495185e-13j] [18188.38448046+2.52346507e-13j 16766.6353141 -2.62107796e-13j 15367.90582146+5.41014834e-13j ... 15406.77456246-3.15707232e-13j 16393.15766271-1.86350553e-13j 17448.60630611+1.01507931e-13j] ... [15790.34906138+3.90242684e-14j 16095.50953031+6.30302734e-13j 15348.45009977-6.25944072e-14j ... 13713.6787305 -9.66946263e-14j 14075.37584403-1.11607439e-13j 14792.18153687-9.42044799e-14j] [17203.53194431-2.76464625e-13j 17125.34826047+1.52344189e-13j 16335.69064004-1.85375703e-14j ... 14417.97132554-3.65322795e-13j 14683.08424583-1.38025902e-13j 15871.23236642-7.42439419e-13j] [18881.37870017-5.96789051e-13j 18217.39284742+7.88782888e-13j 17051.89481222+1.00578429e-13j ... 15645.41256661-7.52723174e-13j 15263.42569266-7.75953947e-14j 16778.70433633-1.24180502e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541533.058486901-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541533.058486901-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541533.171351721: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541533.171351721: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541533.058486901: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541533.058486901: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535732: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535732: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21334.06184402-1.23677057e-13j 19947.8880959 +2.04031801e-14j 17507.24362534+7.72601917e-14j ... 16282.43634439-2.38420908e-13j 16324.25984652-2.62810899e-13j 18474.33227047-1.57042184e-13j] [20742.50298059-7.01971569e-14j 18987.24154184+1.27063711e-13j 16433.89973884+1.09894137e-13j ... 16059.9504489 -2.40093498e-14j 16841.34689448-1.47655848e-13j 18671.88540092+3.37256793e-14j] [18193.47389253-1.01472596e-13j 16772.96191549+2.69093138e-13j 15379.90154034+2.08266509e-13j ... 15406.62825518+1.69030942e-13j 16406.93827111-6.18605315e-14j 17454.24608791+1.62702047e-13j] ... [15755.61787494-9.44418727e-14j 16081.67255983-2.72028679e-13j 15360.10585633+7.96119545e-14j ... 13692.87389743-5.97365604e-13j 14064.51868858+8.60161504e-14j 14761.4560449 -2.48796132e-13j] [17192.2412176 +8.67401550e-14j 17130.14388525+8.32810230e-14j 16334.79747921-5.59499068e-13j ... 14461.65371683-5.90842780e-13j 14702.23777755-2.75665970e-13j 15861.14718654-1.99755821e-13j] [18886.50417799-2.29079343e-13j 18231.73301583-2.83675122e-14j 17062.74602443+2.79454937e-13j ... 15650.88346447-1.96214212e-13j 15258.10497342-2.80870399e-13j 16771.79166353+6.70295319e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21334.06184402-1.23677057e-13j 19947.8880959 +2.04031801e-14j 17507.24362534+7.72601917e-14j ... 16282.43634439-2.38420908e-13j 16324.25984652-2.62810899e-13j 18474.33227047-1.57042184e-13j] [20742.50298059-7.01971569e-14j 18987.24154184+1.27063711e-13j 16433.89973884+1.09894137e-13j ... 16059.9504489 -2.40093498e-14j 16841.34689448-1.47655848e-13j 18671.88540092+3.37256793e-14j] [18193.47389253-1.01472596e-13j 16772.96191549+2.69093138e-13j 15379.90154034+2.08266509e-13j ... 15406.62825518+1.69030942e-13j 16406.93827111-6.18605315e-14j 17454.24608791+1.62702047e-13j] ... [15755.61787494-9.44418727e-14j 16081.67255983-2.72028679e-13j 15360.10585633+7.96119545e-14j ... 13692.87389743-5.97365604e-13j 14064.51868858+8.60161504e-14j 14761.4560449 -2.48796132e-13j] [17192.2412176 +8.67401550e-14j 17130.14388525+8.32810230e-14j 16334.79747921-5.59499068e-13j ... 14461.65371683-5.90842780e-13j 14702.23777755-2.75665970e-13j 15861.14718654-1.99755821e-13j] [18886.50417799-2.29079343e-13j 18231.73301583-2.83675122e-14j 17062.74602443+2.79454937e-13j ... 15650.88346447-1.96214212e-13j 15258.10497342-2.80870399e-13j 16771.79166353+6.70295319e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541851.368122388-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541851.368122388-2.5849394142282115e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541851.480992696: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541851.480992696: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541851.368122388: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541851.368122388: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535728: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000172535728: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44397344+0.j -0.42313697-0.00852214j 0.36548572+0.01488494j ... -0.28411002+0.01765761j 0.36548572-0.01488494j -0.42313697+0.00852214j] [-0.42262077-0.00270747j 0.40226237+0.01059255j -0.34694376-0.01613847j ... 0.270858 -0.01520517j -0.34848237+0.01198423j 0.4032048 -0.0055175j ] [ 0.3635941 +0.00471179j -0.34548706-0.01119276j 0.29725917+0.01542575j ... -0.23300286+0.01144364j 0.30014985-0.00820876j -0.34724061+0.00236399j] ... [-0.28039546+0.00556922j 0.26817477-0.00019238j -0.23195223-0.00449178j ... 0.17569877-0.01332186j -0.22805462+0.01302374j 0.26584851-0.01024384j] [ 0.3635941 -0.00471179j -0.34724061-0.00236399j 0.30014985+0.00820876j ... -0.22994926+0.01648909j 0.29725917-0.01542575j -0.34548706+0.01119276j] [-0.42262077+0.00270747j 0.4032048 +0.0055175j -0.34848237-0.01198423j ... 0.26926941-0.01811954j -0.34694376+0.01613847j 0.40226237-0.01059255j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21324.26026463-1.05692626e-13j 19934.23961505+5.71257018e-14j 17520.95658937+1.64004643e-13j ... 16278.41006912-1.74178530e-13j 16323.6289288 -9.49796207e-14j 18469.98889418-5.60416550e-14j] [20736.68486968+6.89460785e-14j 18966.50065968+1.54480972e-13j 16424.33534204+2.20245380e-13j ... 16098.67918309+1.94699254e-14j 16874.80534849+1.52614010e-13j 18680.67878917+9.37999204e-14j] [18201.76696386+1.04139526e-13j 16785.67167115+2.68068076e-13j 15392.5004579 +4.02147482e-13j ... 15400.44285898+1.40042725e-14j 16414.5890624 +2.81385985e-13j 17458.18867878+8.82873382e-14j] ... [15715.62639913-5.53989002e-14j 16068.59163763-2.44209387e-13j 15369.22002033-2.62821929e-13j ... 13672.15771765+1.46560513e-13j 14055.06707003-2.86749732e-13j 14731.52945029-1.44312970e-13j] [17177.81153363-7.34961584e-14j 17134.96111203-4.76021937e-13j 16334.28940534+4.30665969e-13j ... 14506.74337191-2.08565495e-13j 14717.95214234-4.79453842e-14j 15851.01257783-3.61998443e-13j] [18896.10747071-7.76033607e-14j 18247.25233559-3.09307676e-13j 17070.94004808-9.57078571e-15j ... 15655.62820044-3.56835782e-13j 15254.10419228+2.79008617e-13j 16771.25692947-5.17993362e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21324.26026463-1.05692626e-13j 19934.23961505+5.71257018e-14j 17520.95658937+1.64004643e-13j ... 16278.41006912-1.74178530e-13j 16323.6289288 -9.49796207e-14j 18469.98889418-5.60416550e-14j] [20736.68486968+6.89460785e-14j 18966.50065968+1.54480972e-13j 16424.33534204+2.20245380e-13j ... 16098.67918309+1.94699254e-14j 16874.80534849+1.52614010e-13j 18680.67878917+9.37999204e-14j] [18201.76696386+1.04139526e-13j 16785.67167115+2.68068076e-13j 15392.5004579 +4.02147482e-13j ... 15400.44285898+1.40042725e-14j 16414.5890624 +2.81385985e-13j 17458.18867878+8.82873382e-14j] ... [15715.62639913-5.53989002e-14j 16068.59163763-2.44209387e-13j 15369.22002033-2.62821929e-13j ... 13672.15771765+1.46560513e-13j 14055.06707003-2.86749732e-13j 14731.52945029-1.44312970e-13j] [17177.81153363-7.34961584e-14j 17134.96111203-4.76021937e-13j 16334.28940534+4.30665969e-13j ... 14506.74337191-2.08565495e-13j 14717.95214234-4.79453842e-14j 15851.01257783-3.61998443e-13j] [18896.10747071-7.76033607e-14j 18247.25233559-3.09307676e-13j 17070.94004808-9.57078571e-15j ... 15655.62820044-3.56835782e-13j 15254.10419228+2.79008617e-13j 16771.25692947-5.17993362e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517876: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542505.073950092+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542505.073950092+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542505.186831681: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542505.186831681: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542505.073950092: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542505.073950092: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000017253573: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.2550097372675405, -0.08019507942774762) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.2550097372675405, -0.08019507942774762) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00104776 0.00102291 0.00099806 ... 0.00104185 0.00106565 0.00108939] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00104776 0.00102291 0.00099806 ... 0.00104185 0.00106565 0.00108939] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104189 0.00101682 0.00099177 ... 0.00103813 0.00106218 0.00108617] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104189 0.00101682 0.00099177 ... 0.00103813 0.00106218 0.00108617] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00103556 0.00101029 0.00098504 ... 0.00103397 0.00105825 0.0010825 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00103556 0.00101029 0.00098504 ... 0.00103397 0.00105825 0.0010825 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095467 0.00093077 0.00090692 ... 0.00113606 0.00116074 0.00118532] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095467 0.00093077 0.00090692 ... 0.00113606 0.00116074 0.00118532] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095887 0.00093519 0.00091153 ... 0.00114072 0.00116515 0.00118946] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095887 0.00093519 0.00091153 ... 0.00114072 0.00116515 0.00118946] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00096264 0.00093917 0.00091573 ... 0.00114491 0.00116907 0.00119311]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00096264 0.00093917 0.00091573 ... 0.00114491 0.00116907 0.00119311]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517876 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517876 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793025001_03102_00002_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00003_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21268.40480356-1.81436014e-13j 19918.92936497-7.23690826e-14j 17415.86811049+2.58357944e-14j ... 16331.71535992-1.30429161e-13j 16356.11777759-1.92681048e-13j 18424.74848975-2.16743346e-13j] [20631.48968114-1.40316841e-13j 19051.40446548+6.17211635e-14j 16491.19301127+1.30695430e-13j ... 15838.36740341-3.05865919e-14j 16633.65949172+1.32754711e-14j 18480.08959138-7.21264629e-14j] [18112.88997434+1.24985541e-13j 16758.14357331+2.65138717e-13j 15289.05303939+1.19094528e-13j ... 15287.01056481-7.93589018e-14j 16191.62119871+1.09715948e-13j 17305.6692363 +9.63395468e-14j] ... [15844.98602989+6.23259860e-15j 16118.71695123+1.30393546e-13j 15237.28980348+4.13000533e-15j ... 13710.13111823-9.41510424e-14j 14095.56868838-7.57274027e-13j 14845.33415884-5.06273559e-14j] [17156.91693256-3.22956663e-13j 17043.45651883-2.71621329e-13j 16270.75923896+3.96185518e-13j ... 14192.40052249+5.59905380e-13j 14534.3191735 -1.11500171e-13j 15838.48126811-7.03904235e-13j] [18855.04392514-1.94999507e-13j 18124.79694925-2.70966785e-14j 16932.01429957+1.46763715e-13j ... 15562.14216345-3.19766903e-13j 15233.41492483-1.26894368e-13j 16792.24728436+5.18572582e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21268.40480356-1.81436014e-13j 19918.92936497-7.23690826e-14j 17415.86811049+2.58357944e-14j ... 16331.71535992-1.30429161e-13j 16356.11777759-1.92681048e-13j 18424.74848975-2.16743346e-13j] [20631.48968114-1.40316841e-13j 19051.40446548+6.17211635e-14j 16491.19301127+1.30695430e-13j ... 15838.36740341-3.05865919e-14j 16633.65949172+1.32754711e-14j 18480.08959138-7.21264629e-14j] [18112.88997434+1.24985541e-13j 16758.14357331+2.65138717e-13j 15289.05303939+1.19094528e-13j ... 15287.01056481-7.93589018e-14j 16191.62119871+1.09715948e-13j 17305.6692363 +9.63395468e-14j] ... [15844.98602989+6.23259860e-15j 16118.71695123+1.30393546e-13j 15237.28980348+4.13000533e-15j ... 13710.13111823-9.41510424e-14j 14095.56868838-7.57274027e-13j 14845.33415884-5.06273559e-14j] [17156.91693256-3.22956663e-13j 17043.45651883-2.71621329e-13j 16270.75923896+3.96185518e-13j ... 14192.40052249+5.59905380e-13j 14534.3191735 -1.11500171e-13j 15838.48126811-7.03904235e-13j] [18855.04392514-1.94999507e-13j 18124.79694925-2.70966785e-14j 16932.01429957+1.46763715e-13j ... 15562.14216345-3.19766903e-13j 15233.41492483-1.26894368e-13j 16792.24728436+5.18572582e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515622.588484816+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515622.588484816+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515622.561507518: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515622.561507518: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515622.588484816: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515622.588484816: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21279.52575954-9.53999879e-14j 19926.69238074-1.06032199e-13j 17416.32929201+1.91583807e-14j ... 16305.03814533-8.82290349e-14j 16326.04487726-2.88131231e-13j 18410.77141011-2.49803237e-13j] [20643.63355705+7.22994434e-14j 19025.90028848-8.40300773e-14j 16456.00037012+1.00404733e-13j ... 15856.38958727-6.16300530e-14j 16647.90562905-1.19811626e-13j 18496.59324667-1.14010616e-13j] [18115.7099522 +4.37507064e-13j 16743.2834382 +1.20453298e-13j 15287.99158407+7.68899780e-14j ... 15301.2428198 -2.82769916e-14j 16229.37150975+3.37358013e-13j 17324.52419471+1.89845081e-13j] ... [15817.77604926-1.20050878e-13j 16096.02241868-3.32435459e-13j 15262.50283868-1.19542557e-13j ... 13699.02537464-6.79130219e-13j 14072.94077871-1.89208929e-13j 14826.09524959-1.19843469e-13j] [17156.47708787-3.21582163e-13j 17048.22170921+2.66414839e-13j 16285.26566113-1.88573618e-13j ... 14238.09809643-4.82757402e-13j 14552.49363896-5.95328037e-13j 15830.40619437-3.83432031e-13j] [18849.51270342+5.65435063e-13j 18140.83230133-2.47353155e-13j 16956.5864502 -1.99475776e-13j ... 15580.38581858+2.40714328e-13j 15223.49824497-3.54060655e-13j 16760.94734689-1.32764114e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21279.52575954-9.53999879e-14j 19926.69238074-1.06032199e-13j 17416.32929201+1.91583807e-14j ... 16305.03814533-8.82290349e-14j 16326.04487726-2.88131231e-13j 18410.77141011-2.49803237e-13j] [20643.63355705+7.22994434e-14j 19025.90028848-8.40300773e-14j 16456.00037012+1.00404733e-13j ... 15856.38958727-6.16300530e-14j 16647.90562905-1.19811626e-13j 18496.59324667-1.14010616e-13j] [18115.7099522 +4.37507064e-13j 16743.2834382 +1.20453298e-13j 15287.99158407+7.68899780e-14j ... 15301.2428198 -2.82769916e-14j 16229.37150975+3.37358013e-13j 17324.52419471+1.89845081e-13j] ... [15817.77604926-1.20050878e-13j 16096.02241868-3.32435459e-13j 15262.50283868-1.19542557e-13j ... 13699.02537464-6.79130219e-13j 14072.94077871-1.89208929e-13j 14826.09524959-1.19843469e-13j] [17156.47708787-3.21582163e-13j 17048.22170921+2.66414839e-13j 16285.26566113-1.88573618e-13j ... 14238.09809643-4.82757402e-13j 14552.49363896-5.95328037e-13j 15830.40619437-3.83432031e-13j] [18849.51270342+5.65435063e-13j 18140.83230133-2.47353155e-13j 16956.5864502 -1.99475776e-13j ... 15580.38581858+2.40714328e-13j 15223.49824497-3.54060655e-13j 16760.94734689-1.32764114e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514940.1985397+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514940.1985397+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514940.1715652235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514940.1715652235: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514940.1985397: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514940.1985397: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595972: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595972: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21287.64601284-6.61291355e-15j 19931.84481652+6.90105918e-14j 17421.01111574+2.05457736e-13j ... 16280.05639394+9.33995925e-15j 16300.44077796-3.30632466e-13j 18399.41430617-3.29593571e-13j] [20652.34868959+8.72144815e-14j 19001.05977258+1.53669817e-14j 16424.87083308+1.94777041e-13j ... 15881.48310431+1.96255059e-14j 16668.59669764-8.82144341e-14j 18513.09288456-2.64806097e-13j] [18117.31158334+1.13291173e-13j 16731.9530973 -5.97752791e-14j 15291.58006131+3.96416096e-13j ... 15313.7257933 +1.01488470e-13j 16262.26497371+7.54316048e-14j 17339.02648728-4.09355851e-14j] ... [15791.99136671-1.28291917e-13j 16075.45721703+5.20452884e-13j 15284.30333176-7.30684463e-14j ... 13686.34816802+3.96095203e-14j 14053.21996465-7.55554343e-13j 14802.59270266-1.92056541e-13j] [17154.10638846-2.88173740e-14j 17052.41513836+4.53123336e-13j 16293.65215737+3.22629443e-14j ... 14283.04475736+4.59220871e-13j 14573.25932237-1.45382484e-13j 15821.09965375-7.64627219e-14j] [18844.80433929-3.71304973e-14j 18155.32049207+6.47426017e-13j 16977.98738566+3.58097280e-13j ... 15594.43394591-2.73995697e-13j 15215.0405907 -8.55300759e-13j 16734.39357971+2.35844589e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21287.64601284-6.61291355e-15j 19931.84481652+6.90105918e-14j 17421.01111574+2.05457736e-13j ... 16280.05639394+9.33995925e-15j 16300.44077796-3.30632466e-13j 18399.41430617-3.29593571e-13j] [20652.34868959+8.72144815e-14j 19001.05977258+1.53669817e-14j 16424.87083308+1.94777041e-13j ... 15881.48310431+1.96255059e-14j 16668.59669764-8.82144341e-14j 18513.09288456-2.64806097e-13j] [18117.31158334+1.13291173e-13j 16731.9530973 -5.97752791e-14j 15291.58006131+3.96416096e-13j ... 15313.7257933 +1.01488470e-13j 16262.26497371+7.54316048e-14j 17339.02648728-4.09355851e-14j] ... [15791.99136671-1.28291917e-13j 16075.45721703+5.20452884e-13j 15284.30333176-7.30684463e-14j ... 13686.34816802+3.96095203e-14j 14053.21996465-7.55554343e-13j 14802.59270266-1.92056541e-13j] [17154.10638846-2.88173740e-14j 17052.41513836+4.53123336e-13j 16293.65215737+3.22629443e-14j ... 14283.04475736+4.59220871e-13j 14573.25932237-1.45382484e-13j 15821.09965375-7.64627219e-14j] [18844.80433929-3.71304973e-14j 18155.32049207+6.47426017e-13j 16977.98738566+3.58097280e-13j ... 15594.43394591-2.73995697e-13j 15215.0405907 -8.55300759e-13j 16734.39357971+2.35844589e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514508.2425897345-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514508.2425897345-1.2924697071141057e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514508.2156170495: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514508.2156170495: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514508.2425897345: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514508.2425897345: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.90861368+1.03252807e-14j 19933.14736665+5.45546558e-14j 17429.15012465+2.01775584e-13j ... 16258.48840261-1.20620314e-14j 16280.22436628-2.48525272e-13j 18390.43527701-1.33459623e-13j] [20657.41174488+8.11487157e-14j 18977.14033312+4.44856189e-14j 16398.32023581+3.13130535e-13j ... 15912.59724015+1.26478895e-13j 16694.79234137-1.18883663e-13j 18528.81756496+4.52036004e-14j] [18118.87211542+1.14686245e-13j 16725.66956535+1.96663203e-13j 15299.08240059+3.80521491e-13j ... 15322.84480655+1.16168728e-13j 16289.14360124+7.26067375e-14j 17349.7506763 +4.20803213e-15j] ... [15765.1369324 -1.65509105e-14j 16057.49538547+2.70383217e-13j 15302.35669705-4.46646012e-14j ... 13670.93338833-2.50007004e-13j 14036.94084837-2.91490556e-13j 14775.47206135-1.10932977e-13j] [17149.05910856+7.09826776e-14j 17056.71229158+2.71570470e-13j 16297.2564298 +3.00930466e-14j ... 14327.22617229-3.05431445e-13j 14595.25943643-2.81674701e-13j 15811.14967414-2.79019132e-13j] [18842.22332982-2.00971064e-13j 18169.06957355-1.03455781e-13j 16995.92514378+5.09789885e-13j ... 15604.5231835 +3.30453771e-13j 15207.57849654-1.95195102e-13j 16713.7286957 -1.44239667e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.90861368+1.03252807e-14j 19933.14736665+5.45546558e-14j 17429.15012465+2.01775584e-13j ... 16258.48840261-1.20620314e-14j 16280.22436628-2.48525272e-13j 18390.43527701-1.33459623e-13j] [20657.41174488+8.11487157e-14j 18977.14033312+4.44856189e-14j 16398.32023581+3.13130535e-13j ... 15912.59724015+1.26478895e-13j 16694.79234137-1.18883663e-13j 18528.81756496+4.52036004e-14j] [18118.87211542+1.14686245e-13j 16725.66956535+1.96663203e-13j 15299.08240059+3.80521491e-13j ... 15322.84480655+1.16168728e-13j 16289.14360124+7.26067375e-14j 17349.7506763 +4.20803213e-15j] ... [15765.1369324 -1.65509105e-14j 16057.49538547+2.70383217e-13j 15302.35669705-4.46646012e-14j ... 13670.93338833-2.50007004e-13j 14036.94084837-2.91490556e-13j 14775.47206135-1.10932977e-13j] [17149.05910856+7.09826776e-14j 17056.71229158+2.71570470e-13j 16297.2564298 +3.00930466e-14j ... 14327.22617229-3.05431445e-13j 14595.25943643-2.81674701e-13j 15811.14967414-2.79019132e-13j] [18842.22332982-2.00971064e-13j 18169.06957355-1.03455781e-13j 16995.92514378+5.09789885e-13j ... 15604.5231835 +3.30453771e-13j 15207.57849654-1.95195102e-13j 16713.7286957 -1.44239667e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514375.97196918+1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514375.97196918+1.1309109937248425e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514375.944997043: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514375.944997043: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514375.97196918: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514375.97196918: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595979: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.72490282-2.24430482e-14j 19929.63078952+7.40497706e-14j 17439.84143705+1.39144790e-13j ... 16241.9351188 -1.05772763e-13j 16266.2520646 -1.43328532e-13j 18383.55696519-9.23702652e-15j] [20658.82765672+7.21908450e-14j 18954.26218268+8.35920936e-14j 16376.85981763+3.17777301e-13j ... 15948.11554155+8.41968756e-14j 16725.1796571 -7.13759874e-14j 18543.05978359+1.27021884e-13j] [18121.5812034 +3.15064751e-13j 16725.48346187+1.98394749e-13j 15309.43875685+1.84663934e-13j ... 15327.29919003-2.88898186e-14j 16309.39777209+1.49770346e-13j 17357.36945692+5.73763550e-14j] ... [15735.04723489+1.94840540e-13j 16042.00257423+3.13968898e-13j 15316.78105261-5.87978820e-13j ... 13652.6558345 -1.80074275e-16j 14023.95579611-3.15037154e-13j 14746.01822476+1.15586896e-14j] [17140.8786677 -2.06332363e-13j 17061.4295398 -1.72660327e-13j 16297.7846484 -1.14916092e-13j ... 14371.08908216-6.92598788e-14j 14616.81662228-8.33764887e-14j 15801.03094219-2.24860880e-13j] [18842.89145366-7.51247327e-13j 18182.84670738+3.73054143e-13j 17010.44357483+4.47055548e-13j ... 15611.40309467+3.60177642e-13j 15200.86318337-2.29375787e-14j 16699.60582189-9.65349751e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21291.72490282-2.24430482e-14j 19929.63078952+7.40497706e-14j 17439.84143705+1.39144790e-13j ... 16241.9351188 -1.05772763e-13j 16266.2520646 -1.43328532e-13j 18383.55696519-9.23702652e-15j] [20658.82765672+7.21908450e-14j 18954.26218268+8.35920936e-14j 16376.85981763+3.17777301e-13j ... 15948.11554155+8.41968756e-14j 16725.1796571 -7.13759874e-14j 18543.05978359+1.27021884e-13j] [18121.5812034 +3.15064751e-13j 16725.48346187+1.98394749e-13j 15309.43875685+1.84663934e-13j ... 15327.29919003-2.88898186e-14j 16309.39777209+1.49770346e-13j 17357.36945692+5.73763550e-14j] ... [15735.04723489+1.94840540e-13j 16042.00257423+3.13968898e-13j 15316.78105261-5.87978820e-13j ... 13652.6558345 -1.80074275e-16j 14023.95579611-3.15037154e-13j 14746.01822476+1.15586896e-14j] [17140.8786677 -2.06332363e-13j 17061.4295398 -1.72660327e-13j 16297.7846484 -1.14916092e-13j ... 14371.08908216-6.92598788e-14j 14616.81662228-8.33764887e-14j 15801.03094219-2.24860880e-13j] [18842.89145366-7.51247327e-13j 18182.84670738+3.73054143e-13j 17010.44357483+4.47055548e-13j ... 15611.40309467+3.60177642e-13j 15200.86318337-2.29375787e-14j 16699.60582189-9.65349751e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514496.007631019-6.058451752097371e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514496.007631019-6.058451752097371e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514495.980658385: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514495.980658385: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514496.007631019: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514496.007631019: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595978: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595978: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21286.83274932-1.77550972e-14j 19920.70376754+9.45445575e-14j 17452.08352085+2.54703974e-13j ... 16231.63555141-2.67192657e-13j 16259.19789045-3.35956764e-13j 18378.48559618-2.22570617e-13j] [20656.81859567+4.68111681e-14j 18932.43702282+2.07911967e-13j 16360.97346905+2.91716027e-13j ... 15986.0324839 -2.25459297e-13j 16758.20542247-2.26389855e-13j 18555.24961479+9.10650147e-15j] [18126.51006858+2.26493968e-13j 16731.8338406 +2.23330428e-13j 15321.50253651+3.62950718e-13j ... 15326.24077402-3.01748349e-13j 16322.9805085 -1.30565505e-13j 17362.59977555+2.61486622e-13j] ... [15700.21028301+2.40224709e-15j 16028.29051314-6.74233433e-14j 15328.09387063-1.95484515e-14j ... 13632.57405683-6.56001651e-13j 14013.4830921 -1.74854829e-13j 14715.8395062 -8.04166940e-14j] [17129.44189572+3.51908019e-13j 17066.51856771+5.78131353e-13j 16297.0885849 +3.99546927e-13j ... 14415.46937186-4.33520415e-13j 14636.24019077-5.32118928e-13j 15790.97327185-3.82844764e-13j] [18847.63236961-4.20066739e-14j 18197.29985575-4.68976766e-13j 17021.90136564+7.87638407e-13j ... 15616.25239196-1.60028746e-13j 15194.98499782-5.71030793e-13j 16692.14767142+4.11227784e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21286.83274932-1.77550972e-14j 19920.70376754+9.45445575e-14j 17452.08352085+2.54703974e-13j ... 16231.63555141-2.67192657e-13j 16259.19789045-3.35956764e-13j 18378.48559618-2.22570617e-13j] [20656.81859567+4.68111681e-14j 18932.43702282+2.07911967e-13j 16360.97346905+2.91716027e-13j ... 15986.0324839 -2.25459297e-13j 16758.20542247-2.26389855e-13j 18555.24961479+9.10650147e-15j] [18126.51006858+2.26493968e-13j 16731.8338406 +2.23330428e-13j 15321.50253651+3.62950718e-13j ... 15326.24077402-3.01748349e-13j 16322.9805085 -1.30565505e-13j 17362.59977555+2.61486622e-13j] ... [15700.21028301+2.40224709e-15j 16028.29051314-6.74233433e-14j 15328.09387063-1.95484515e-14j ... 13632.57405683-6.56001651e-13j 14013.4830921 -1.74854829e-13j 14715.8395062 -8.04166940e-14j] [17129.44189572+3.51908019e-13j 17066.51856771+5.78131353e-13j 16297.0885849 +3.99546927e-13j ... 14415.46937186-4.33520415e-13j 14636.24019077-5.32118928e-13j 15790.97327185-3.82844764e-13j] [18847.63236961-4.20066739e-14j 18197.29985575-4.68976766e-13j 17021.90136564+7.87638407e-13j ... 15616.25239196-1.60028746e-13j 15194.98499782-5.71030793e-13j 16692.14767142+4.11227784e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514813.001649244-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6514813.001649244-6.462348535570529e-27j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514812.974675296: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6514812.974675296: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514813.001649244: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6514813.001649244: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595975: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595975: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44213844+0.j -0.42142 -0.00812433j 0.36408976+0.01418476j ... -0.28315073+0.01681439j 0.36408976-0.01418476j -0.42142 +0.00812433j] [-0.42089724-0.00303709j 0.4006326 +0.01052661j -0.34559997-0.01573249j ... 0.27001052-0.01422766j -0.34720745+0.01106537j 0.40161018-0.00483097j] [ 0.36217445+0.00527262j -0.34412834-0.01140472j 0.29612303+0.01530615j ... -0.23236582+0.01045827j 0.29913977-0.00721093j -0.3459463 +0.00151843j] ... [-0.27939169+0.00619947j 0.26728105-0.00102249j -0.23128442-0.00357597j ... 0.17508534-0.0131781j -0.22722361+0.0131106j 0.26487134-0.01060659j] [ 0.36217445-0.00527262j -0.3459463 -0.00151843j 0.29913977+0.00721093j ... -0.22913 +0.01612373j 0.29612303-0.01530615j -0.34412834+0.01140472j] [-0.42089724+0.00303709j 0.40161018+0.00483097j -0.34720745-0.01106537j ... 0.26832221-0.01750054j -0.34559997+0.01573249j 0.4006326 -0.01052661j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21277.32268875+8.07992983e-15j 19906.2319478 +3.40057955e-14j 17464.84613609+1.44142857e-13j ... 16228.27832534-2.30432959e-13j 16259.45078013+5.10900851e-14j 18374.93790678-4.00467122e-13j] [20651.79016214+5.39835283e-14j 18911.61081638+7.03531777e-14j 16351.07149358+2.40329367e-13j ... 16024.18354818-1.22144764e-13j 16792.23426189+4.55160968e-14j 18565.01879295-2.43141767e-13j] [18134.48000938+1.71282714e-13j 16744.47982002+5.62102560e-14j 15334.2798154 +4.07820826e-13j ... 15319.33023019-1.53272475e-14j 16330.35273644+1.15483021e-13j 17366.1540242 -3.18730775e-14j] ... [15659.97612269-3.73146176e-13j 16015.25745804-2.34373094e-13j 15337.11174075-4.38877270e-14j ... 13612.86033802-4.75838303e-13j 14004.30598667-3.44199610e-14j 14686.51045572-1.50285065e-13j] [17114.94657863-3.34694409e-13j 17071.61834952+2.19935365e-13j 16296.94065791+4.00812176e-13j ... 14461.44795141-2.88559567e-13j 14652.1656865 -6.65935555e-14j 15780.88803378-9.40776839e-13j] [18856.87331836-5.16911693e-13j 18212.89536564-8.95189378e-14j 17030.91125535+3.07746811e-13j ... 15620.51036573+1.89527422e-13j 15190.42286664-6.21755366e-14j 16690.95838613-1.48217699e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21277.32268875+8.07992983e-15j 19906.2319478 +3.40057955e-14j 17464.84613609+1.44142857e-13j ... 16228.27832534-2.30432959e-13j 16259.45078013+5.10900851e-14j 18374.93790678-4.00467122e-13j] [20651.79016214+5.39835283e-14j 18911.61081638+7.03531777e-14j 16351.07149358+2.40329367e-13j ... 16024.18354818-1.22144764e-13j 16792.23426189+4.55160968e-14j 18565.01879295-2.43141767e-13j] [18134.48000938+1.71282714e-13j 16744.47982002+5.62102560e-14j 15334.2798154 +4.07820826e-13j ... 15319.33023019-1.53272475e-14j 16330.35273644+1.15483021e-13j 17366.1540242 -3.18730775e-14j] ... [15659.97612269-3.73146176e-13j 16015.25745804-2.34373094e-13j 15337.11174075-4.38877270e-14j ... 13612.86033802-4.75838303e-13j 14004.30598667-3.44199610e-14j 14686.51045572-1.50285065e-13j] [17114.94657863-3.34694409e-13j 17071.61834952+2.19935365e-13j 16296.94065791+4.00812176e-13j ... 14461.44795141-2.88559567e-13j 14652.1656865 -6.65935555e-14j 15780.88803378-9.40776839e-13j] [18856.87331836-5.16911693e-13j 18212.89536564-8.95189378e-14j 17030.91125535+3.07746811e-13j ... 15620.51036573+1.89527422e-13j 15190.42286664-6.21755366e-14j 16690.95838613-1.48217699e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.371075: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515464.005621351+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6515464.005621351+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515463.978644709: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6515463.978644709: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515464.005621351: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6515464.005621351: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 0.9999999958595976: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.24632638044576569, -0.09072323047893169) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.24632638044576569, -0.09072323047893169) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00106043 0.00103544 0.00101045 ... 0.00102758 0.0010513 0.00107497] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00106043 0.00103544 0.00101045 ... 0.00102758 0.0010513 0.00107497] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00105435 0.00102915 0.00100396 ... 0.00102394 0.00104791 0.00107183] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00105435 0.00102915 0.00100396 ... 0.00102394 0.00104791 0.00107183] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104782 0.00102242 0.00099703 ... 0.00101986 0.00104406 0.00106823] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00104782 0.00102242 0.00099703 ... 0.00101986 0.00104406 0.00106823] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094629 0.00092255 0.00089885 ... 0.00114555 0.0011703 0.00119494] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094629 0.00092255 0.00089885 ... 0.00114555 0.0011703 0.00119494] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095027 0.00092674 0.00090324 ... 0.00115035 0.00117483 0.00119921] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095027 0.00092674 0.00090324 ... 0.00115035 0.00117483 0.00119921] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095382 0.00093051 0.00090722 ... 0.00115466 0.00117888 0.00120298]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00095382 0.00093051 0.00090722 ... 0.00115466 0.00117888 0.00120298]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.371075 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.371075 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793025001_03102_00003_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:99 Do LG processing for member /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits INFO stpipe.Ami3Pipeline.ami_analyze:step.py:367 Step ami_analyze running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_cal.fits',). INFO stpipe.Ami3Pipeline.ami_analyze:step.py:371 Step ami_analyze parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_analyze', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0', 'oversample': 3, 'rotation': 1.49, 'psf_offset': '0.0 0.0', 'rotation_search': '-3 3.1 1.'} INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:42 Oversampling factor = 3 INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:43 Initial rotation guess = 1.49 deg INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:44 Initial values to use for psf offset = [0.0, 0.0] INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:45 Initial values to use for rotation search [-3.0, 3.1, 1.0] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:ami_analyze_step.py:56 Using filter throughput reference file /grp/crds/cache/references/jwst/jwst_niriss_throughput_0008.fits DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.1392447 1.13728569 1.27836883 ... 0.50407902 1.15121119 0.83449738] [0.13486296 0.81281483 1.06612868 ... 1.0650712 1.81606872 1.03697629] [0.37345677 0.17964694 0.25635471 ... 0.54746115 0.78227656 0.68929897] ... [0.68929897 0.78227656 0.54746115 ... 0.25635471 0.17964694 0.37345677] [1.03697629 1.81606872 1.0650712 ... 1.06612868 0.81281483 0.13486296] [0.83449738 1.15121119 0.50407902 ... 1.27836883 1.13728569 0.1392447 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.59563114+0.00000000e+00j -1861.63628452-7.31438896e+01j 1274.64845433+1.00317010e+02j ... -713.58041556+8.44578101e+01j 1274.64845433-1.00317010e+02j -1861.63628452+7.31438896e+01j] [-1874.81611109-7.36617264e+01j 1619.04057769+1.27421258e+02j -1129.05663727-1.33632662e+02j ... 663.27265519-5.22006916e+01j -1139.04028253+4.47530153e+01j 1621.36142151+0.00000000e+00j] [ 1249.06066178+9.83032075e+01j -1138.62043235-1.34764611e+02j 805.41960278+1.27565936e+02j ... -514.06002543+2.01974742e+01j 819.38476236-1.13686838e-14j -1148.78277169-4.51357988e+01j] ... [ -765.81056584+9.06396558e+01j 642.80688168-5.05900003e+01j -443.83249768+1.74382271e+01j ... 224.86998258-5.39865110e+01j -426.52305506+8.48407144e+01j 652.6206109 -1.03364953e+02j] [ 1249.06066178-9.83032075e+01j -1148.78277169+4.51357988e+01j 819.38476236+1.13686838e-14j ... -491.09469073+9.76848113e+01j 805.41960278-1.27565936e+02j -1138.62043235+1.34764611e+02j] [-1874.81611109+7.36617264e+01j 1621.36142151-1.42108547e-14j -1139.04028253-4.47530153e+01j ... 674.51827717-1.06833203e+02j -1129.05663727+1.33632662e+02j 1619.04057769-1.27421258e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21321.72517085+2.38716967e-14j 19964.6973788 +1.39008313e-13j 17473.81744204+2.47656785e-13j ... 16377.04108008-2.25280987e-14j 16416.27949924-2.16504827e-13j 18504.12463452-2.20242973e-13j] [20704.30385398+2.05046441e-13j 19106.6587147 +2.62014094e-13j 16560.7208679 +3.71393723e-13j ... 15891.27298654+8.30347973e-14j 16700.60080864-9.92477449e-14j 18572.46988571-7.32770295e-14j] [18179.12012176+2.72561654e-13j 16802.28666675+3.05541767e-13j 15340.08704646+1.49957159e-13j ... 15346.12075041+5.07466210e-14j 16260.25536991-5.28857090e-14j 17387.61023892-1.59619365e-14j] ... [15886.77252358-2.38151549e-13j 16167.69481591-1.25735480e-13j 15274.1126645 +4.05472618e-14j ... 13761.49307855-3.65147993e-13j 14143.76890159-3.20827583e-13j 14880.65216042-3.33090006e-14j] [17205.12962713-3.42619319e-14j 17097.34219906-6.74931698e-14j 16310.47776808-1.87967410e-14j ... 14234.95954183-1.42957348e-13j 14591.28447902-1.98141896e-13j 15889.42592254-2.44908466e-13j] [18896.50444424+4.56678604e-13j 18168.05422565-1.83467077e-13j 16972.40801165+3.18505049e-13j ... 15597.43232811+4.40566982e-14j 15288.36229591-4.84141288e-13j 16852.65348165-2.91121329e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21321.72517085+2.38716967e-14j 19964.6973788 +1.39008313e-13j 17473.81744204+2.47656785e-13j ... 16377.04108008-2.25280987e-14j 16416.27949924-2.16504827e-13j 18504.12463452-2.20242973e-13j] [20704.30385398+2.05046441e-13j 19106.6587147 +2.62014094e-13j 16560.7208679 +3.71393723e-13j ... 15891.27298654+8.30347973e-14j 16700.60080864-9.92477449e-14j 18572.46988571-7.32770295e-14j] [18179.12012176+2.72561654e-13j 16802.28666675+3.05541767e-13j 15340.08704646+1.49957159e-13j ... 15346.12075041+5.07466210e-14j 16260.25536991-5.28857090e-14j 17387.61023892-1.59619365e-14j] ... [15886.77252358-2.38151549e-13j 16167.69481591-1.25735480e-13j 15274.1126645 +4.05472618e-14j ... 13761.49307855-3.65147993e-13j 14143.76890159-3.20827583e-13j 14880.65216042-3.33090006e-14j] [17205.12962713-3.42619319e-14j 17097.34219906-6.74931698e-14j 16310.47776808-1.87967410e-14j ... 14234.95954183-1.42957348e-13j 14591.28447902-1.98141896e-13j 15889.42592254-2.44908466e-13j] [18896.50444424+4.56678604e-13j 18168.05422565-1.83467077e-13j 16972.40801165+3.18505049e-13j ... 15597.43232811+4.40566982e-14j 15288.36229591-4.84141288e-13j 16852.65348165-2.91121329e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184207.65049114777: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542535.048301982+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542535.048301982+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542535.131721448: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542535.131721448: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542535.048301982: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542535.048301982: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.57140173 0.26045135 1.36790321 ... 0.2830422 0.24752881 0.32062626] [0.88449094 0.12564027 0.43807974 ... 0.24292185 1.1100017 1.55492411] [0.7628994 0.4463301 0.22423443 ... 0.52490764 1.26325814 1.47956987] ... [1.47956987 1.26325814 0.52490764 ... 0.22423443 0.4463301 0.7628994 ] [1.55492411 1.1100017 0.24292185 ... 0.43807974 0.12564027 0.88449094] [0.32062626 0.24752881 0.2830422 ... 1.36790321 0.26045135 0.57140173]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.35447719+0.00000000e+00j -1861.58878021-7.31420231e+01j 1274.88868336+1.00335917e+02j ... -713.00001172+8.43891148e+01j 1274.88868336-1.00335917e+02j -1861.58878021+7.31420231e+01j] [-1875.08503595-7.36722925e+01j 1618.62384515+1.27388461e+02j -1129.37091448-1.33669859e+02j ... 666.42392131-5.24487016e+01j -1138.38537 +4.47272838e+01j 1621.81892011+2.84217094e-15j] [ 1248.47402382+9.82570381e+01j -1139.38516668-1.34855124e+02j 805.90406249+1.27642667e+02j ... -513.08817318+2.01592900e+01j 818.58177814+0.00000000e+00j -1148.54575515-4.51264864e+01j] ... [ -766.82910541+9.07602079e+01j 644.92763407-5.07569071e+01j -441.60360584+1.73506537e+01j ... 227.35952807-5.45841980e+01j -427.36944557+8.50090720e+01j 649.54752507-1.02878224e+02j] [ 1248.47402382-9.82570381e+01j -1148.54575515+4.51264864e+01j 818.58177814+2.13162821e-14j ... -494.5052764 +9.83632190e+01j 805.90406249-1.27642667e+02j -1139.38516668+1.34855124e+02j] [-1875.08503595+7.36722925e+01j 1621.81892011-5.96855898e-14j -1138.38537 -4.47272838e+01j ... 671.97059683-1.06429690e+02j -1129.37091448+1.33669859e+02j 1618.62384515-1.27388461e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21333.19372181+2.58361072e-14j 19972.66137698+8.85023361e-14j 17474.34772831+2.04373400e-13j ... 16350.41407114-3.07201517e-13j 16385.57859998+1.72739238e-13j 18489.94577462-1.08812230e-13j] [20716.44826416+8.91753799e-14j 19081.46165501+1.77070630e-13j 16525.57144565+2.75013284e-13j ... 15909.63228611-2.32902925e-13j 16714.7304297 +2.40116568e-13j 18588.8994992 +9.10536015e-15j] [18181.67973761+2.16794467e-13j 16787.41794351+2.03965531e-13j 15339.53753656+2.39900537e-13j ... 15360.77591655+3.47471749e-14j 16297.90910118+2.76753257e-13j 17406.44584412+2.10932001e-13j] ... [15859.59182375-1.98492677e-13j 16145.18880861-5.45611130e-14j 15299.14773591+8.55975780e-15j ... 13749.85923702-2.24546303e-13j 14120.84531563+2.35087778e-13j 14861.15457199+1.03774801e-13j] [17205.02375105-5.87067398e-13j 17101.86506385+5.49179317e-13j 16324.66757424+1.57984620e-13j ... 14280.14793929-5.53323716e-13j 14608.93528498-6.96363265e-14j 15881.66007768+2.18175561e-13j] [18891.44070976-9.29011961e-14j 18183.86296078-2.72104069e-14j 16997.03645089-3.36287171e-14j ... 15615.97990885-5.95592007e-13j 15277.83744421+1.88666578e-13j 16821.54652969+1.86924979e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21333.19372181+2.58361072e-14j 19972.66137698+8.85023361e-14j 17474.34772831+2.04373400e-13j ... 16350.41407114-3.07201517e-13j 16385.57859998+1.72739238e-13j 18489.94577462-1.08812230e-13j] [20716.44826416+8.91753799e-14j 19081.46165501+1.77070630e-13j 16525.57144565+2.75013284e-13j ... 15909.63228611-2.32902925e-13j 16714.7304297 +2.40116568e-13j 18588.8994992 +9.10536015e-15j] [18181.67973761+2.16794467e-13j 16787.41794351+2.03965531e-13j 15339.53753656+2.39900537e-13j ... 15360.77591655+3.47471749e-14j 16297.90910118+2.76753257e-13j 17406.44584412+2.10932001e-13j] ... [15859.59182375-1.98492677e-13j 16145.18880861-5.45611130e-14j 15299.14773591+8.55975780e-15j ... 13749.85923702-2.24546303e-13j 14120.84531563+2.35087778e-13j 14861.15457199+1.03774801e-13j] [17205.02375105-5.87067398e-13j 17101.86506385+5.49179317e-13j 16324.66757424+1.57984620e-13j ... 14280.14793929-5.53323716e-13j 14608.93528498-6.96363265e-14j 15881.66007768+2.18175561e-13j] [18891.44070976-9.29011961e-14j 18183.86296078-2.72104069e-14j 16997.03645089-3.36287171e-14j ... 15615.97990885-5.95592007e-13j 15277.83744421+1.88666578e-13j 16821.54652969+1.86924979e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184188.35817536333: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541849.839778636+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541849.839778636+5.169878828456423e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541849.9231893625: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541849.9231893625: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541849.839778636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541849.839778636: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503272: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503272: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.13319958 0.45196876 0.26147226 ... 0.61710928 0.86201598 0.29149257] [1.07160961 0.69465703 0.22547165 ... 0.09474871 0.19083094 0.53361587] [0.29672768 0.41545868 0.5004333 ... 0.16324661 0.64584709 1.67128325] ... [1.67128325 0.64584709 0.16324661 ... 0.5004333 0.41545868 0.29672768] [0.53361587 0.19083094 0.09474871 ... 0.22547165 0.69465703 1.07160961] [0.29149257 0.86201598 0.61710928 ... 0.26147226 0.45196876 1.13319958]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.20182564+0.00000000e+00j -1861.56040137-7.31409081e+01j 1275.04001335+1.00347827e+02j ... -712.64525679+8.43471268e+01j 1275.04001335-1.00347827e+02j -1861.56040137+7.31409081e+01j] [-1875.24599288-7.36786165e+01j 1618.19600665+1.27354789e+02j -1129.75003071-1.33714730e+02j ... 669.54714148-5.26945043e+01j -1137.77001224+4.47031063e+01j 1622.28826313-1.42108547e-14j] [ 1248.10401822+9.82279180e+01j -1140.06934325-1.34936101e+02j 806.45599087+1.27730084e+02j ... -511.55341908+2.00989893e+01j 817.82773265-4.12114787e-14j -1148.19715361-4.51127898e+01j] ... [ -767.48832935+9.08382322e+01j 647.25273834-5.09398968e+01j -439.67600862+1.72749182e+01j ... 230.15647624-5.52556858e+01j -428.51460641+8.52368586e+01j 646.58244915-1.02408602e+02j] [ 1248.10401822-9.82279180e+01j -1148.19715361+4.51127898e+01j 817.82773265+5.40012479e-14j ... -497.51000165+9.89608960e+01j 806.45599087-1.27730084e+02j -1140.06934325+1.34936101e+02j] [-1875.24599288+7.36786165e+01j 1622.28826313-2.84217094e-15j -1137.77001224-4.47031063e+01j ... 669.24785659-1.05998450e+02j -1129.75003071+1.33714730e+02j 1618.19600665-1.27354789e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.7107522 +4.23913616e-14j 19978.0927221 +2.96819611e-13j 17479.17481004+3.14676079e-13j ... 16325.48269124+1.35040927e-13j 16359.25841045-1.91948370e-13j 18478.25024161-3.46647023e-13j] [20725.16185888+1.34133498e-13j 19056.86630652+3.03145512e-13j 16494.360688 +3.68165991e-13j ... 15935.22049737+1.97693515e-13j 16735.26866949-1.33390121e-13j 18605.17354668-1.80732471e-13j] [18183.14451156+1.71177233e-13j 16776.20546485+3.96739683e-13j 15343.59484834+2.03653777e-13j ... 15373.61838744+1.62796502e-13j 16330.74748097-2.04993490e-13j 17420.98151564-1.33484202e-13j] ... [15833.91391181+4.60210098e-14j 16124.89383428+3.66919865e-14j 15320.88964213+2.96523819e-13j ... 13736.53807295+3.59903531e-13j 14100.84390515+1.93540611e-13j 14837.36324199-9.83760175e-13j] [17202.9683603 +1.79069087e-13j 17105.77179812+2.76247698e-13j 16332.54418054+2.10555701e-13j ... 14324.58057487+3.59951434e-13j 14629.18827946+2.09239991e-13j 15872.53750849-2.63662034e-13j] [18887.27160386-3.13808705e-13j 18198.16737055+2.95314054e-13j 17018.35027407+2.51157755e-13j ... 15630.38432855+1.73680013e-13j 15268.83634384-1.90371493e-14j 16795.15724612-5.45405110e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.7107522 +4.23913616e-14j 19978.0927221 +2.96819611e-13j 17479.17481004+3.14676079e-13j ... 16325.48269124+1.35040927e-13j 16359.25841045-1.91948370e-13j 18478.25024161-3.46647023e-13j] [20725.16185888+1.34133498e-13j 19056.86630652+3.03145512e-13j 16494.360688 +3.68165991e-13j ... 15935.22049737+1.97693515e-13j 16735.26866949-1.33390121e-13j 18605.17354668-1.80732471e-13j] [18183.14451156+1.71177233e-13j 16776.20546485+3.96739683e-13j 15343.59484834+2.03653777e-13j ... 15373.61838744+1.62796502e-13j 16330.74748097-2.04993490e-13j 17420.98151564-1.33484202e-13j] ... [15833.91391181+4.60210098e-14j 16124.89383428+3.66919865e-14j 15320.88964213+2.96523819e-13j ... 13736.53807295+3.59903531e-13j 14100.84390515+1.93540611e-13j 14837.36324199-9.83760175e-13j] [17202.9683603 +1.79069087e-13j 17105.77179812+2.76247698e-13j 16332.54418054+2.10555701e-13j ... 14324.58057487+3.59951434e-13j 14629.18827946+2.09239991e-13j 15872.53750849-2.63662034e-13j] [18887.27160386-3.13808705e-13j 18198.16737055+2.95314054e-13j 17018.35027407+2.51157755e-13j ... 15630.38432855+1.73680013e-13j 15268.83634384-1.90371493e-14j 16795.15724612-5.45405110e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184176.1460514139: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541416.099655788+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541416.099655788+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541416.183060986: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541416.183060986: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541416.099655788: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541416.099655788: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.05996989 1.1490689 0.39075562 ... 0.17681401 1.19173335 1.16845642] [0.63242684 0.52781276 0.55456864 ... 0.15366612 0.51888404 0.4281015 ] [0.36505661 0.08214114 0.260832 ... 0.05190936 0.06697403 0.47977782] ... [0.47977782 0.06697403 0.05190936 ... 0.260832 0.08214114 0.36505661] [0.4281015 0.51888404 0.15366612 ... 0.55456864 0.52781276 0.63242684] [1.16845642 1.19173335 0.17681401 ... 0.39075562 1.1490689 1.05996989]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.15508172+0.00000000e+00j -1861.54549383-7.31403224e+01j 1275.09793085+1.00352385e+02j ... -712.52484961+8.43328756e+01j 1275.09793085-1.00352385e+02j -1861.54549383+7.31403224e+01j] [-1875.2942176 -7.36805112e+01j 1617.7555884 +1.27320128e+02j -1130.20462722-1.33768535e+02j ... 672.58653461-5.29337098e+01j -1137.21715493+4.46813845e+01j 1622.75693152-1.13686838e-14j] [ 1247.98017339+9.82181712e+01j -1140.64799811-1.35004589e+02j 807.07940262+1.27828823e+02j ... -509.47558547+2.00173510e+01j 817.13675257+7.10542736e-15j -1147.72656018-4.50943001e+01j] ... [ -767.72743771+9.08665325e+01j 649.80579986-5.11408271e+01j -438.01866337+1.72098009e+01j ... 233.25825088-5.60003560e+01j -429.92345439+8.55170959e+01j 643.79680997-1.01967400e+02j] [ 1247.98017339-9.82181712e+01j -1147.72656018+4.50943001e+01j 817.13675257-9.94759830e-15j ... -500.0568148 +9.94674887e+01j 807.07940262-1.27828823e+02j -1140.64799811+1.35004589e+02j] [-1875.2942176 +7.36805112e+01j 1622.75693152-8.52651283e-15j -1137.21715493-4.46813845e+01j ... 666.3668528 -1.05542144e+02j -1130.20462722+1.33768535e+02j 1617.7555884 -1.27320128e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.36786657+1.46010328e-13j 19979.77102159+1.63865064e-13j 17487.54624238+3.43633889e-13j ... 16303.95931537+1.44499316e-13j 16338.25520786+4.99859821e-14j 18468.80618539+9.84266254e-14j] [20730.20986615+2.13471811e-13j 19033.12655514+2.49145977e-13j 16467.65676913+4.89024436e-13j ... 15966.96232917+2.21937870e-13j 16761.27248117+2.21968186e-13j 18620.5413465 +3.34886710e-13j] [18184.71579336+2.17064602e-13j 16770.13878212+3.68146101e-13j 15351.48614284+3.92483702e-13j ... 15383.03280355+3.74870593e-13j 16357.62526765+3.05892389e-13j 17431.78955547+2.02787590e-13j] ... [15807.22236883+5.35996953e-14j 16107.27084701+4.56019806e-16j 15338.99458611-3.87586987e-13j ... 13720.3368565 +8.78826219e-14j 14084.3010794 -2.01975564e-13j 14809.9140426 -9.40670856e-14j] [17198.19170762+2.56444732e-13j 17109.76222963+6.28319306e-14j 16335.45266111+9.60513165e-14j ... 14368.22610805+5.52320410e-13j 14650.71224834-5.79854259e-15j 15862.65160234-1.91443131e-13j] [18885.27164473+3.20857284e-13j 18211.80648567+2.30794510e-13j 17036.02495541+4.82563361e-13j ... 15640.8407393 -2.22221109e-13j 15260.92983046+5.51761982e-13j 16774.65166077+2.91705084e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.36786657+1.46010328e-13j 19979.77102159+1.63865064e-13j 17487.54624238+3.43633889e-13j ... 16303.95931537+1.44499316e-13j 16338.25520786+4.99859821e-14j 18468.80618539+9.84266254e-14j] [20730.20986615+2.13471811e-13j 19033.12655514+2.49145977e-13j 16467.65676913+4.89024436e-13j ... 15966.96232917+2.21937870e-13j 16761.27248117+2.21968186e-13j 18620.5413465 +3.34886710e-13j] [18184.71579336+2.17064602e-13j 16770.13878212+3.68146101e-13j 15351.48614284+3.92483702e-13j ... 15383.03280355+3.74870593e-13j 16357.62526765+3.05892389e-13j 17431.78955547+2.02787590e-13j] ... [15807.22236883+5.35996953e-14j 16107.27084701+4.56019806e-16j 15338.99458611-3.87586987e-13j ... 13720.3368565 +8.78826219e-14j 14084.3010794 -2.01975564e-13j 14809.9140426 -9.40670856e-14j] [17198.19170762+2.56444732e-13j 17109.76222963+6.28319306e-14j 16335.45266111+9.60513165e-14j ... 14368.22610805+5.52320410e-13j 14650.71224834-5.79854259e-15j 15862.65160234-1.91443131e-13j] [18885.27164473+3.20857284e-13j 18211.80648567+2.30794510e-13j 17036.02495541+4.82563361e-13j ... 15640.8407393 -2.22221109e-13j 15260.92983046+5.51761982e-13j 16774.65166077+2.91705084e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184172.40653766668: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541283.282697916+2.4233807008389483e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541283.282697916+2.4233807008389483e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541283.366101421: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541283.366101421: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541283.282697916: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541283.282697916: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.02744385 0.81281929 0.75750506 ... 0.42839019 0.33583118 1.31167265] [0.48556687 0.24154579 0.17562536 ... 0.05842966 0.42097887 1.23314606] [0.38407283 0.4381562 0.1459729 ... 0.0546291 0.1680269 0.29413706] ... [0.29413706 0.1680269 0.0546291 ... 0.1459729 0.4381562 0.38407283] [1.23314606 0.42097887 0.05842966 ... 0.17562536 0.24154579 0.48556687] [1.31167265 0.33583118 0.42839019 ... 0.75750506 0.81281929 1.02744385]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.19750186+0.00000000e+00j -1861.56561109-7.31411128e+01j 1275.03671686+1.00347567e+02j ... -712.66683941+8.43496812e+01j 1275.03671686-1.00347567e+02j -1861.56561109+7.31411128e+01j] [-1875.25129638-7.36788249e+01j 1617.28224174+1.27282874e+02j -1130.75819433-1.33834054e+02j ... 675.47193282-5.31607955e+01j -1136.76419013+4.46635874e+01j 1623.19246795+6.39488462e-15j] [ 1248.09484184+9.82271958e+01j -1141.12563974-1.35061122e+02j 807.75394763+1.27935660e+02j ... -506.9071556 +1.99164371e+01j 816.4970872 +2.27373675e-14j -1147.15444973-4.50718218e+01j] ... [ -767.53159276+9.08433527e+01j 652.5725935 -5.13585784e+01j -436.62770229+1.71551499e+01j ... 236.62023672-5.68074974e+01j -431.59174456+8.58489395e+01j 641.2237694 -1.01559871e+02j] [ 1248.09484184-9.82271958e+01j -1147.15444973+4.50718218e+01j 816.4970872 -1.42108547e-14j ... -502.1228703 +9.98784526e+01j 807.75394763-1.27935660e+02j -1141.12563974+1.35061122e+02j] [-1875.25129638+7.36788249e+01j 1623.19246795-5.11590770e-14j -1136.76419013-4.46635874e+01j ... 663.33302045-1.05061632e+02j -1130.75819433+1.33834054e+02j 1617.28224174-1.27282874e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.52262434+1.08678028e-13j 19976.73587451+2.26393569e-13j 17498.55258695+4.07887308e-13j ... 16287.4443567 -6.72164392e-14j 16323.44757553-2.21621827e-13j 18461.35609574-9.37810846e-14j] [20731.58467247+2.62145911e-13j 19010.37385002+2.62539202e-13j 16446.03082882+5.17770588e-13j ... 16003.20855539+5.15940101e-15j 16791.42995123-9.13389223e-14j 18634.32105628+3.48187931e-14j] [18187.59711969+1.90834532e-13j 16770.23725279-6.22644176e-14j 15362.13610091+3.45714818e-13j ... 15387.72894082+2.09075134e-14j 16377.93850563+1.48556777e-14j 17439.53388211+1.19381736e-13j] ... [15777.32704594+3.06653541e-13j 16092.16740902+1.26263508e-13j 15353.55833379+6.92133161e-13j ... 13701.11233923+1.89333292e-13j 14071.06696782+1.92813488e-14j 14780.09183082-2.73536963e-14j] [17190.21265885+2.43840661e-13j 17114.17667872+7.98092853e-13j 16335.12434828-6.74765393e-16j ... 14411.51426704-1.95000916e-13j 14671.84340289-7.34878276e-15j 15852.50029872-2.27268110e-14j] [18886.52574971-3.10141272e-13j 18225.5697731 -2.06215501e-13j 17050.09305539+1.06969933e-12j ... 15648.05733367-1.49807055e-13j 15253.88541455-3.37755071e-13j 16760.70964457+3.25955088e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21346.52262434+1.08678028e-13j 19976.73587451+2.26393569e-13j 17498.55258695+4.07887308e-13j ... 16287.4443567 -6.72164392e-14j 16323.44757553-2.21621827e-13j 18461.35609574-9.37810846e-14j] [20731.58467247+2.62145911e-13j 19010.37385002+2.62539202e-13j 16446.03082882+5.17770588e-13j ... 16003.20855539+5.15940101e-15j 16791.42995123-9.13389223e-14j 18634.32105628+3.48187931e-14j] [18187.59711969+1.90834532e-13j 16770.23725279-6.22644176e-14j 15362.13610091+3.45714818e-13j ... 15387.72894082+2.09075134e-14j 16377.93850563+1.48556777e-14j 17439.53388211+1.19381736e-13j] ... [15777.32704594+3.06653541e-13j 16092.16740902+1.26263508e-13j 15353.55833379+6.92133161e-13j ... 13701.11233923+1.89333292e-13j 14071.06696782+1.92813488e-14j 14780.09183082-2.73536963e-14j] [17190.21265885+2.43840661e-13j 17114.17667872+7.98092853e-13j 16335.12434828-6.74765393e-16j ... 14411.51426704-1.95000916e-13j 14671.84340289-7.34878276e-15j 15852.50029872-2.27268110e-14j] [18886.52574971-3.10141272e-13j 18225.5697731 -2.06215501e-13j 17050.09305539+1.06969933e-12j ... 15648.05733367-1.49807055e-13j 15253.88541455-3.37755071e-13j 16760.70964457+3.25955088e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184175.8001484755: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541403.814161173+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541403.814161173+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541403.897566216: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541403.897566216: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541403.814161173: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541403.814161173: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000012750328: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.000000012750328: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[0.53736723 0.53835953 0.2889074 ... 1.4238373 0.29039584 0.5574165 ] [0.5532579 0.45166248 0.22638305 ... 0.58798452 0.12677299 0.76645511] [0.27294892 0.28749228 0.43264361 ... 0.08105436 0.07019655 0.61430803] ... [0.61430803 0.07019655 0.08105436 ... 0.43264361 0.28749228 0.27294892] [0.76645511 0.12677299 0.58798452 ... 0.22638305 0.45166248 0.5532579 ] [0.5574165 0.29039584 1.4238373 ... 0.2889074 0.53835953 0.53736723]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.30952631+0.00000000e+00j -1861.63501386-7.31438397e+01j 1274.85067998+1.00332926e+02j ... -713.07103544+8.43975210e+01j 1274.85067998-1.00332926e+02j -1861.63501386+7.31438397e+01j] [-1875.13124629-7.36741081e+01j 1616.7731216 +1.27242806e+02j -1131.40442133-1.33910540e+02j ... 678.17092185-5.33732106e+01j -1136.41799786+4.46499855e+01j 1623.58026812-2.13162821e-14j] [ 1248.42373073+9.82530800e+01j -1141.51356865-1.35107037e+02j 808.46390708+1.28048106e+02j ... -503.89418959+1.97980574e+01j 815.90283846+7.10542736e-15j -1146.50748553-4.50464025e+01j] ... [ -766.93690002+9.07729662e+01j 655.49954847-5.15889348e+01j -435.52231869+1.71117193e+01j ... 240.16886748-5.76594483e+01j -433.54047743+8.62365665e+01j 638.85610058-1.01184869e+02j] [ 1248.42373073-9.82530800e+01j -1146.50748553+4.50464025e+01j 815.90283846-1.42108547e-15j ... -503.68044121+1.00188273e+02j 808.46390708-1.28048106e+02j -1141.51356865+1.35107037e+02j] [-1875.13124629+7.36741081e+01j 1623.58026812-3.69482223e-14j -1136.41799786-4.46499855e+01j ... 660.18856508-1.04563599e+02j -1131.40442133+1.33910540e+02j 1616.7731216 -1.27242806e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.8653044 +5.47296045e-14j 19968.39160084+2.61517398e-13j 17511.17355527+2.63389530e-13j ... 16277.18216951-9.35537337e-14j 16315.53418983-3.29835019e-13j 18455.63437178+6.31939366e-14j] [20729.49786844+1.13771633e-13j 18988.64306322+3.81554396e-13j 16430.0228399 +4.01603444e-13j ... 16041.91710908+1.63525639e-14j 16824.1921154 -1.71287367e-13j 18645.96929293+1.00285469e-13j] [18192.86132034+2.16822166e-13j 16776.91116336+3.28130779e-13j 15374.4050496 +5.92015546e-13j ... 15386.87955098+4.27261426e-14j 16391.63935367-1.48868666e-13j 17444.91632534+2.03082038e-13j] ... [15742.69146697+3.14013809e-13j 16078.87567782+2.47701421e-13j 15365.06619354-5.72004033e-14j ... 13679.91926209-1.25132348e-14j 14060.35212033+1.78553179e-13j 14749.51461063+2.01838089e-13j] [17178.88742229+3.01601147e-13j 17118.9865741 +8.42837451e-14j 16333.45143878+7.30982103e-14j ... 14455.26842676+3.05542839e-13j 14690.88949302-1.61039968e-13j 15842.35047565-2.68544217e-14j] [18891.81832771+6.18728889e-14j 18240.11417557-2.97617519e-13j 17060.92620261-3.71915844e-13j ... 15653.17867202-7.69061702e-14j 15247.79047248-3.15736653e-13j 16753.48118055+4.60058125e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21341.8653044 +5.47296045e-14j 19968.39160084+2.61517398e-13j 17511.17355527+2.63389530e-13j ... 16277.18216951-9.35537337e-14j 16315.53418983-3.29835019e-13j 18455.63437178+6.31939366e-14j] [20729.49786844+1.13771633e-13j 18988.64306322+3.81554396e-13j 16430.0228399 +4.01603444e-13j ... 16041.91710908+1.63525639e-14j 16824.1921154 -1.71287367e-13j 18645.96929293+1.00285469e-13j] [18192.86132034+2.16822166e-13j 16776.91116336+3.28130779e-13j 15374.4050496 +5.92015546e-13j ... 15386.87955098+4.27261426e-14j 16391.63935367-1.48868666e-13j 17444.91632534+2.03082038e-13j] ... [15742.69146697+3.14013809e-13j 16078.87567782+2.47701421e-13j 15365.06619354-5.72004033e-14j ... 13679.91926209-1.25132348e-14j 14060.35212033+1.78553179e-13j 14749.51461063+2.01838089e-13j] [17178.88742229+3.01601147e-13j 17118.9865741 +8.42837451e-14j 16333.45143878+7.30982103e-14j ... 14455.26842676+3.05542839e-13j 14690.88949302-1.61039968e-13j 15842.35047565-2.68544217e-14j] [18891.81832771+6.18728889e-14j 18240.11417557-2.97617519e-13j 17060.92620261-3.71915844e-13j ... 15653.17867202-7.69061702e-14j 15247.79047248-3.15736653e-13j 16753.48118055+4.60058125e-13j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184184.7621045317: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541722.117507657+1.9387045606711586e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6541722.117507657+1.9387045606711586e-26j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541722.200916757: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6541722.200916757: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541722.117507657: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6541722.117507657: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503275: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1006 ---------------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1007 crosscorrelate: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1008 a: [[-0. 0. -0. ... -0. -0. -0.] [ 0. -0. 0. ... 0. -0. 0.] [-0. 0. -0. ... -0. -0. -0.] ... [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.] [-0. -0. -0. ... -0. -0. -0.]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1009 A: [[ 0.44396467+0.j -0.42310626-0.00831131j 0.36539929+0.01451863j ... -0.28396015+0.01722866j 0.36539929-0.01451863j -0.42310626+0.00831131j] [-0.42258234-0.00273598j 0.40219322+0.01041767j -0.34681976-0.01580792j ... 0.27073374-0.01479483j -0.3484027 +0.01162101j 0.40316092-0.00529236j] [ 0.36348017+0.00472624j -0.34534645-0.01103376j 0.29708638+0.01513559j ... -0.23288912+0.0111075j 0.30004222-0.00791053j -0.34713726+0.0021821j ] ... [-0.28019493+0.00550668j 0.26799259-0.00026279j -0.23179529-0.00431887j ... 0.17551797-0.01303466j -0.22784877+0.01275093j 0.26563812-0.01005449j] [ 0.36348017-0.00472624j -0.34713726-0.0021821j 0.30004222+0.00791053j ... -0.22975584+0.01614597j 0.29708638-0.01513559j -0.34534645+0.01103376j] [-0.42258234+0.00273598j 0.40316092+0.00529236j -0.3484027 -0.01162101j ... 0.26909094-0.0177205j -0.34681976+0.01580792j 0.40219322-0.01041767j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1010 b: [[1.0612131 0.45246816 0.37158019 ... 1.2886371 0.95503905 0.13339461] [1.3065923 0.25420942 0.4690226 ... 1.06772517 0.98307873 0.13094039] [0.71855686 0.22207436 0.21449015 ... 0.26298769 0.23684203 0.16722422] ... [0.16722422 0.23684203 0.26298769 ... 0.21449015 0.22207436 0.71855686] [0.13094039 0.98307873 1.06772517 ... 0.4690226 0.25420942 1.3065923 ] [0.13339461 0.95503905 1.2886371 ... 0.37158019 0.45246816 1.0612131 ]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1011 B: [[ 2302.53958857+0.00000000e+00j -1861.69350207-7.31461377e+01j 1274.61256377+1.00314186e+02j ... -713.66015855+8.44672483e+01j 1274.61256377-1.00314186e+02j -1861.69350207+7.31461377e+01j] [-1874.87263235-7.36639471e+01j 1616.3065144 +1.27206083e+02j -1132.0526357 -1.33987261e+02j ... 680.73637764-5.35751163e+01j -1136.09853995+4.46374340e+01j 1623.9884349 +4.26325641e-15j] [ 1249.00535555+9.82988548e+01j -1141.75492229-1.35135603e+02j 809.26427245+1.28174872e+02j ... -500.41699214+1.96614379e+01j 815.42197356-3.41060513e-14j -1145.74186116-4.50163211e+01j] ... [ -765.92844163+9.06536073e+01j 658.59213704-5.18323268e+01j -434.65662644+1.70777061e+01j ... 243.88457711-5.85515112e+01j -435.72521447+8.66711377e+01j 636.74436209-1.00850402e+02j] [ 1249.00535555-9.82988548e+01j -1145.74186116+4.50163211e+01j 815.42197356+2.84217094e-14j ... -504.64114063+1.00379368e+02j 809.26427245-1.28174872e+02j -1141.75492229+1.35135603e+02j] [-1874.87263235+7.36639471e+01j 1623.9884349 -7.67386155e-14j -1136.09853995-4.46374340e+01j ... 657.05680654-1.04067578e+02j -1132.0526357 +1.33987261e+02j 1616.3065144 -1.27206083e+02j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21332.45267022+3.26132869e-14j 19954.58523078+2.20521653e-13j 17524.3490528 +3.44640770e-13j ... 16273.87191769-1.60471061e-13j 16314.92895582-1.55132681e-13j 18451.39127926-4.95777106e-14j] [20724.34934425-1.30714430e-14j 18967.91059872+3.10163034e-13j 16420.08503532+4.05788647e-13j ... 16080.88792628+1.43247413e-14j 16857.93080396-7.73279678e-14j 18655.14157502+7.92089777e-14j] [18201.31839945+1.19210683e-13j 16789.89856707+5.60249898e-13j 15387.32527798+5.18251896e-13j ... 15380.1742334 +2.26441663e-13j 16399.18212969-4.85512710e-14j 17448.6288378 +6.14445918e-14j] ... [15702.64431968+2.74998645e-13j 16066.27596919-3.82668046e-14j 15374.29768226-2.55865963e-13j ... 13658.94448819-2.24493502e-13j 14050.92560357-7.93682231e-14j 14719.77505117+2.00505025e-13j] [17164.39990565+8.06346150e-14j 17123.84326261-3.06774387e-13j 16332.25809799+1.83607160e-13j ... 14500.56604177-9.40079212e-14j 14706.46891263+2.12471433e-13j 15832.15839588-1.79696911e-15j] [18901.54015157-2.10931728e-13j 18255.89876778+8.18237166e-15j 17069.17314525+6.64930200e-13j ... 15657.62301122-4.34068560e-14j 15243.10311632+1.82584513e-13j 16752.59412615-1.84494970e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1012 c: [[21332.45267022+3.26132869e-14j 19954.58523078+2.20521653e-13j 17524.3490528 +3.44640770e-13j ... 16273.87191769-1.60471061e-13j 16314.92895582-1.55132681e-13j 18451.39127926-4.95777106e-14j] [20724.34934425-1.30714430e-14j 18967.91059872+3.10163034e-13j 16420.08503532+4.05788647e-13j ... 16080.88792628+1.43247413e-14j 16857.93080396-7.73279678e-14j 18655.14157502+7.92089777e-14j] [18201.31839945+1.19210683e-13j 16789.89856707+5.60249898e-13j 15387.32527798+5.18251896e-13j ... 15380.1742334 +2.26441663e-13j 16399.18212969-4.85512710e-14j 17448.6288378 +6.14445918e-14j] ... [15702.64431968+2.74998645e-13j 16066.27596919-3.82668046e-14j 15374.29768226-2.55865963e-13j ... 13658.94448819-2.24493502e-13j 14050.92560357-7.93682231e-14j 14719.77505117+2.00505025e-13j] [17164.39990565+8.06346150e-14j 17123.84326261-3.06774387e-13j 16332.25809799+1.83607160e-13j ... 14500.56604177-9.40079212e-14j 14706.46891263+2.12471433e-13j 15832.15839588-1.79696911e-15j] [18901.54015157-2.10931728e-13j 18255.89876778+8.18237166e-15j 17069.17314525+6.64930200e-13j ... 15657.62301122-4.34068560e-14j 15243.10311632+1.82584513e-13j 16752.59412615-1.84494970e-14j]]: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1013 a.sum: 35.517174: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1014 b.sum: 184203.16708587215: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542375.81041977+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1015 c.sum: (6542375.81041977+0j): DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542375.893837206: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1016 a.sum*b.sum: 6542375.893837206: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542375.81041977: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1017 c.sum.real: 6542375.81041977: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:1018 a.sum*b.sum/c.sum.real: 1.0000000127503277: DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:430 MatrixFourierTransform initialized using centering type = ADJUSTABLE DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:matrixDFT.py:478 Forward MatrixFourierTransform: array shape (79, 79), centering style ADJUSTABLE, output region size 79 in lambda / D units, output array size 79 pixels, offset None DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.25010319832973016, -0.08160686691462213) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:321 Passed to model_array: psf_offset: (-0.25010319832973016, -0.08160686691462213) DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00107004 0.00104498 0.00101991 ... 0.00101819 0.00104179 0.00106533] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 Primary beam in the model created: [[0.00107004 0.00104498 0.00101991 ... 0.00101819 0.00104179 0.00106533] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00106385 0.00103857 0.0010133 ... 0.00101475 0.00103859 0.00106238] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00106385 0.00103857 0.0010133 ... 0.00101475 0.00103859 0.00106238] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0010572 0.00103171 0.00100624 ... 0.00101086 0.00103494 0.00105898] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0010572 0.00103171 0.00100624 ... 0.00101086 0.00103494 0.00105898] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 ... DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009346 0.00091096 0.00088737 ... 0.00115642 0.00118127 0.001206 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.0009346 0.00091096 0.00088737 ... 0.00115642 0.00118127 0.001206 ] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00093849 0.00091506 0.00089167 ... 0.0011614 0.00118599 0.00121046] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00093849 0.00091506 0.00089167 ... 0.0011614 0.00118599 0.00121046] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094196 0.00091874 0.00089556 ... 0.0011659 0.00119022 0.00121442]] DEBUG stpipe.Ami3Pipeline.ami_analyze:lg_model.py:323 [0.00094196 0.00091874 0.00089556 ... 0.0011659 0.00119022 0.00121442]] DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:618 Total number of fringe terms: 42 DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:522 Matrix_opers - flat model dimensions: (6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:523 Matrix_opers - flat image dimensions: (6241,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:544 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:545 Matrix Operations: DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:546 ------------------ DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517174 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:547 model flux:None data flux:35.517174 flat model dimensions:(6241, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:549 flat image dimensions:(6241,) model transpose dimensions:(44, 6241) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:551 transpose * image data dimensions:(44,) flatimg * transposedimensions:(44, 44) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:leastsqnrm.py:656 tan2visibilities: shape coeffs:(44,) shape delta:(21,) DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:793 ------- DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:794 makeA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 0, h1: 1, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 1, h1: 2, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 2, h1: 3, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 3, h1: 4, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 4, h1: 5, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 5, h1: 6, h2: 0 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 6, h1: 2, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 7, h1: 3, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 8, h1: 4, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 9, h1: 5, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 10, h1: 6, h2: 1 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 11, h1: 3, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 12, h1: 4, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 13, h1: 5, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 14, h1: 6, h2: 2 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 15, h1: 4, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 16, h1: 5, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 17, h1: 6, h2: 3 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 18, h1: 5, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 19, h1: 6, h2: 4 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:806 row: 20, h1: 6, h2: 5 DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:812 matrixA: DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:utils.py:813 [[-1. 1. 0. 0. 0. 0. 0.] [-1. 0. 1. 0. 0. 0. 0.] [-1. 0. 0. 1. 0. 0. 0.] [-1. 0. 0. 0. 1. 0. 0.] [-1. 0. 0. 0. 0. 1. 0.] [-1. 0. 0. 0. 0. 0. 1.] [ 0. -1. 1. 0. 0. 0. 0.] [ 0. -1. 0. 1. 0. 0. 0.] [ 0. -1. 0. 0. 1. 0. 0.] [ 0. -1. 0. 0. 0. 1. 0.] [ 0. -1. 0. 0. 0. 0. 1.] [ 0. 0. -1. 1. 0. 0. 0.] [ 0. 0. -1. 0. 1. 0. 0.] [ 0. 0. -1. 0. 0. 1. 0.] [ 0. 0. -1. 0. 0. 0. 1.] [ 0. 0. 0. -1. 1. 0. 0.] [ 0. 0. 0. -1. 0. 1. 0.] [ 0. 0. 0. -1. 0. 0. 1.] [ 0. 0. 0. 0. -1. 1. 0.] [ 0. 0. 0. 0. -1. 0. 1.] [ 0. 0. 0. 0. 0. -1. 1.]] DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_analyze:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_analyze:step.py:470 Step ami_analyze done INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793025001_03102_00001_nis_c1014_ami.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:114 Calling ami_average for PSF results ... INFO stpipe.Ami3Pipeline.ami_average:step.py:367 Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits>],). INFO stpipe.Ami3Pipeline.ami_average:step.py:371 Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793025001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793025001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 INFO stpipe.Ami3Pipeline.ami_average:step.py:470 Step ami_average done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:124 Blending metadata for averaged psf DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits DEBUG stpipe.Ami3Pipeline:calwebb_ami3.py:132 Calling ami_average for target results ... INFO stpipe.Ami3Pipeline.ami_average:step.py:367 Step ami_average running with args ([<AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits>, <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits>],). INFO stpipe.Ami3Pipeline.ami_average:step.py:371 Step ami_average parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'ami_average', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:29 Create output as copy of <AmiLgModel(79, 79) from jw00793022001_03102_00002_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00001_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:35 Accumulate data from <AmiLgModel(79, 79) from jw00793022001_03102_00003_nis_c1014_ami.fits> DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 DEBUG stpipe.Ami3Pipeline.ami_average:ami_average.py:55 Divide accumulated results by 3 INFO stpipe.Ami3Pipeline.ami_average:step.py:470 Step ami_average done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:142 Blending metadata for averaged target DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits INFO stpipe.Ami3Pipeline.ami_normalize:step.py:367 Step ami_normalize running with args (<AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits>, <AmiLgModel(79, 79) from jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits>). INFO stpipe.Ami3Pipeline.ami_normalize:step.py:371 Step ami_normalize parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0'} DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline.ami_normalize:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline.ami_normalize:step.py:470 Step ami_normalize done INFO stpipe.Ami3Pipeline:calwebb_ami3.py:160 Blending metadata for PSF normalized target DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Ami3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Ami3Pipeline:step.py:928 Saved model in jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits INFO stpipe.Ami3Pipeline:calwebb_ami3.py:169 ... ending calwebb_ami3 INFO stpipe.Ami3Pipeline:calwebb_ami3.py:169 ... ending calwebb_ami3 INFO stpipe.Ami3Pipeline:step.py:470 Step Ami3Pipeline done -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793022001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_exp[025-c1014_ami] | 0.17 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...14_ami.fits', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits'} suffix = 'c1014_ami', exposure = '025' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["c1014_ami"]) @pytest.mark.parametrize("exposure", ["022", "025"]) def test_niriss_ami3_exp(run_pipeline, suffix, exposure, fitsdiff_default_kwargs): """Check exposure-level results of calwebb_ami3""" rtdata = run_pipeline output = "jw00793" + exposure + "001_03102_00001_nis_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793025001_03102_00001_nis_c1014_ami.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793025001_03102_00001_nis_c1014_ami.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 10 E b: 11 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 239 E b: 230 E Extra keyword 'EPH_TIME' in a: 58574.95763888889 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0468550394819388 E Extra keyword 'JWST_DY' in a: -0.0770407608099809 E Extra keyword 'JWST_DZ' in a: -0.120711480130416 E Extra keyword 'JWST_X' in a: -1384053.33048946 E Extra keyword 'JWST_Y' in a: -770601.278697892 E Extra keyword 'JWST_Z' in a: -531198.619133859 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.95763888889 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 31]: E a> 0.028266229 E b> 0.030602055 E Data differs at [32, 31]: E a> 0.035379626 E b> 0.042237274 E Data differs at [33, 31]: E a> 0.060677316 E b> 0.06978239 E Data differs at [34, 31]: E a> 0.07578976 E b> 0.08563214 E Data differs at [35, 31]: E a> 0.033377524 E b> 0.047743447 E Data differs at [36, 31]: E a> 0.015169862 E b> 0.041354336 E Data differs at [37, 31]: E a> 0.04943361 E b> 0.075028814 E Data differs at [38, 31]: E a> 0.03687531 E b> 0.06517451 E Data differs at [39, 31]: E a> 0.0022906028 E b> 0.06907754 E Data differs at [40, 31]: E a> 0.004854882 E b> 0.09198988 E ... E 361 different pixels found (5.78% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.2458068830969127 E b> 0.021249206818693397 E Column coeffs data differs in row 1: E a> -2.630746916223686 E b> 0.023836714370151224 E Column coeffs data differs in row 2: E a> 0.24494660153928022 E b> 0.6911127752578954 E Column coeffs data differs in row 3: E a> -0.2545759738763384 E b> 0.030914824015494547 E Column coeffs data differs in row 4: E a> 0.49098765755722856 E b> 1.074964100157859 E Column coeffs data differs in row 5: E a> -3.327696711837143 E b> 11.045545754389432 E Column coeffs data differs in row 6: E a> -0.5897623947114257 E b> 1.0459426980968647 E Column coeffs data differs in row 7: E a> -0.797418037467936 E b> 0.36099714665493643 E Column coeffs data differs in row 8: E a> -0.02452802654133185 E b> 0.11847272520386512 E Column coeffs data differs in row 9: E a> 3.1013878707483844 E b> 0.13176401443293376 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.3896503921694478 E b> 0.03179199924160651 E Column coeffs data differs in row 1: E a> -0.2442994911411833 E b> 0.35591898283175843 E Column coeffs data differs in row 2: E a> 2.9964853993439124 E b> 0.02425468502395647 E Column coeffs data differs in row 3: E a> -0.1203159523874154 E b> 0.3978664431094864 E Column coeffs data differs in row 4: E a> 0.3659814293973188 E b> 0.40652831298165404 E Column coeffs data differs in row 5: E a> -0.39203958979405856 E b> 0.37075360539763447 E Column coeffs data differs in row 6: E a> -0.3881430002137184 E b> 0.3461809020740665 E Column coeffs data differs in row 7: E a> -0.023911909049221493 E b> 0.6841524699453827 E Column coeffs data differs in row 8: E a> -0.26501974301758296 E b> 0.8392672347474308 E Column coeffs data differs in row 9: E a> -0.2782449366484674 E b> 0.055051810891622595 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e8ba280>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:37: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793025001_03102_00001_nis_c1014_ami.fits HTTP/1.1" 200 135360 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[amiavg] | 0.26 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ts', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits'} suffix = 'amiavg' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 11 E b: 12 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 242 E b: 233 E Extra keyword 'EPH_TIME' in a: 58574.91041666667 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0469790221838205 E Extra keyword 'JWST_DY' in a: -0.0773431264526588 E Extra keyword 'JWST_DZ' in a: -0.120950340212028 E Extra keyword 'JWST_X' in a: -1384244.75184443 E Extra keyword 'JWST_Y' in a: -770286.33628962 E Extra keyword 'JWST_Z' in a: -530705.629288779 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.91041666667 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 31]: E a> 0.023726119 E b> 0.024969906 E Data differs at [32, 31]: E a> 0.033588223 E b> 0.0371372 E Data differs at [33, 31]: E a> 0.06062609 E b> 0.06611066 E Data differs at [34, 31]: E a> 0.088199936 E b> 0.094267786 E Data differs at [35, 31]: E a> 0.05899796 E b> 0.06627458 E Data differs at [36, 31]: E a> 0.026297087 E b> 0.041321997 E Data differs at [37, 31]: E a> 0.047618445 E b> 0.066069216 E Data differs at [38, 31]: E a> 0.048882395 E b> 0.06605003 E Data differs at [39, 31]: E a> 0.027094817 E b> 0.06061408 E Data differs at [40, 31]: E a> 0.019683136 E b> 0.08170366 E ... E 380 different pixels found (6.09% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.11321084701956356 E b> 0.01949701573124951 E Column coeffs data differs in row 1: E a> 0.602935757396545 E b> 0.018673696589945013 E Column coeffs data differs in row 2: E a> 0.12467165380108004 E b> 0.5410506125732107 E Column coeffs data differs in row 3: E a> -0.7166321189795344 E b> 0.030445803796642624 E Column coeffs data differs in row 4: E a> 0.3302195991410637 E b> 1.0534506575420177 E Column coeffs data differs in row 5: E a> -0.024471165232839393 E b> 8.843358287720525 E Column coeffs data differs in row 6: E a> -0.6035171882639229 E b> 1.0885565476956713 E Column coeffs data differs in row 7: E a> -0.821259161255884 E b> 0.27047606620538567 E Column coeffs data differs in row 8: E a> -0.041972407292496426 E b> 0.09505997545955341 E Column coeffs data differs in row 9: E a> -0.26494466365631864 E b> 0.11224810100418148 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.21256263306360826 E b> 0.0255151011316144 E Column coeffs data differs in row 1: E a> -0.19825735839702283 E b> 0.34672196822008194 E Column coeffs data differs in row 2: E a> -0.4352352358707057 E b> 0.022412780688427364 E Column coeffs data differs in row 3: E a> -0.1672066539967351 E b> 0.4116605603481625 E Column coeffs data differs in row 4: E a> 0.4030326027186127 E b> 0.39488864217941505 E Column coeffs data differs in row 5: E a> -0.3685764873144839 E b> 0.3471351519049019 E Column coeffs data differs in row 6: E a> -0.2976091444410675 E b> 0.3546985490293922 E Column coeffs data differs in row 7: E a> -0.04486211153776865 E b> 0.6859319183429596 E Column coeffs data differs in row 8: E a> -0.2550976332592633 E b> 0.8384971989197396 E Column coeffs data differs in row 9: E a> -0.52616214932453 E b> 0.060754579373959366 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E Extension HDU 9: E Extension names differ: E a: HDRTAB E b: SOLNS E E Headers contain differences: E Headers have different number of cards: E a: 684 E b: 12 E Extra keyword 'TTYPE10' in a: 'DATAMODL' E Extra keyword 'TTYPE100' in a: 'EXPEND' E Extra keyword 'TTYPE101' in a: 'MJD-END' E Extra keyword 'TTYPE102' in a: 'TDB-BEG' E Extra keyword 'TTYPE103' in a: 'TDB-MID' E Extra keyword 'TTYPE104' in a: 'TDB-END' E Extra keyword 'TTYPE105' in a: 'READPATT' E Extra keyword 'TTYPE106' in a: 'EXSEGNUM' E Extra keyword 'TTYPE107' in a: 'EXSEGTOT' E Extra keyword 'TTYPE108' in a: 'NOUTPUTS' E Extra keyword 'TTYPE109' in a: 'NINTS' E Extra keyword 'TTYPE11' in a: 'TELESCOP' E Extra keyword 'TTYPE110' in a: 'INTSTART' E Extra keyword 'TTYPE111' in a: 'INTEND' E Extra keyword 'TTYPE112' in a: 'NGROUPS' E Extra keyword 'TTYPE113' in a: 'NFRAMES' E Extra keyword 'TTYPE114' in a: 'MIRNGRPS' E Extra keyword 'TTYPE115' in a: 'MIRNFRMS' E Extra keyword 'TTYPE116' in a: 'FRMDIVSR' E Extra keyword 'TTYPE117' in a: 'GROUPGAP' E Extra keyword 'TTYPE118' in a: 'DRPFRMS1' E Extra keyword 'TTYPE119' in a: 'DRPFRMS3' E Extra keyword 'TTYPE12' in a: 'HGA_MOVE' E Extra keyword 'TTYPE120' in a: 'NSAMPLES' E Extra keyword 'TTYPE121' in a: 'TSAMPLE' E Extra keyword 'TTYPE122' in a: 'TFRAME' E Extra keyword 'TTYPE123' in a: 'TGROUP' E Extra keyword 'TTYPE124' in a: 'EFFINTTM' E Extra keyword 'TTYPE125' in a: 'EFFEXPTM' E Extra keyword 'TTYPE126' in a: 'XPOSURE' E Extra keyword 'TTYPE127' in a: 'DURATION' E Extra keyword 'TTYPE128' in a: 'TELAPSE' E Extra keyword 'TTYPE129' in a: 'NRSTSTRT' E Extra keyword 'TTYPE13' in a: 'HGA_STRT' E Extra keyword 'TTYPE130' in a: 'NRESETS' E Extra keyword 'TTYPE131' in a: 'ZEROFRAM' E Extra keyword 'TTYPE132' in a: 'DATAPROB' E Extra keyword 'TTYPE133' in a: 'SCA_NUM' E Extra keyword 'TTYPE134' in a: 'DATAMODE' E Extra keyword 'TTYPE135' in a: 'NRS_NORM' E Extra keyword 'TTYPE136' in a: 'NRS_REF' E Extra keyword 'TTYPE137' in a: 'SCTARATE' E Extra keyword 'TTYPE138' in a: 'GAINFACT' E Extra keyword 'TTYPE139' in a: 'IS_IMPRT' E Extra keyword 'TTYPE14' in a: 'HGA_STOP' E Extra keyword 'TTYPE140' in a: 'IS_PSF' E Extra keyword 'TTYPE141' in a: 'SELFREF' E Extra keyword 'TTYPE142' in a: 'SUBARRAY' E Extra keyword 'TTYPE143' in a: 'SUBSTRT1' E Extra keyword 'TTYPE144' in a: 'SUBSTRT2' E Extra keyword 'TTYPE145' in a: 'SUBSIZE1' E Extra keyword 'TTYPE146' in a: 'SUBSIZE2' E Extra keyword 'TTYPE147' in a: 'FASTAXIS' E Extra keyword 'TTYPE148' in a: 'SLOWAXIS' E Extra keyword 'TTYPE149' in a: 'DETXCOR' E Extra keyword 'TTYPE15' in a: 'PWFSEET' E Extra keyword 'TTYPE150' in a: 'DETYCOR' E Extra keyword 'TTYPE151' in a: 'DETXSIZ' E Extra keyword 'TTYPE152' in a: 'DETYSIZ' E Extra keyword 'TTYPE153' in a: 'PATTTYPE' E Extra keyword 'TTYPE154' in a: 'PRIDTYPE' E Extra keyword 'TTYPE155' in a: 'PRIDTPTS' E Extra keyword 'TTYPE156' in a: 'PATT_NUM' E Extra keyword 'TTYPE157' in a: 'PATTSTRT' E Extra keyword 'TTYPE158' in a: 'NUMDTHPT' E Extra keyword 'TTYPE159' in a: 'PATTNPTS' E Extra keyword 'TTYPE16' in a: 'NWFSEST' E Extra keyword 'TTYPE160' in a: 'PATTSIZE' E Extra keyword 'TTYPE161' in a: 'SMGRDPAT' E Extra keyword 'TTYPE162' in a: 'SUBPXPTS' E Extra keyword 'TTYPE163' in a: 'SUBPXPAT' E Extra keyword 'TTYPE164' in a: 'SPEC_NUM' E Extra keyword 'TTYPE165' in a: 'SPECNSTP' E Extra keyword 'TTYPE166' in a: 'SPECSTEP' E Extra keyword 'TTYPE167' in a: 'SPCOFFST' E Extra keyword 'TTYPE168' in a: 'SPAT_NUM' E Extra keyword 'TTYPE169' in a: 'SPATNSTP' E Extra keyword 'TTYPE17' in a: 'ASNPOOL' E Extra keyword 'TTYPE170' in a: 'SPATSTEP' E Extra keyword 'TTYPE171' in a: 'SPTOFFST' E Extra keyword 'TTYPE172' in a: 'XOFFSET' E Extra keyword 'TTYPE173' in a: 'YOFFSET' E Extra keyword 'TTYPE174' in a: 'REFFRAME' E Extra keyword 'TTYPE175' in a: 'EPH_TYPE' E Extra keyword 'TTYPE176' in a: 'EPH_TIME' E Extra keyword 'TTYPE177' in a: 'JWST_X' E Extra keyword 'TTYPE178' in a: 'JWST_Y' E Extra keyword 'TTYPE179' in a: 'JWST_Z' E Extra keyword 'TTYPE18' in a: 'ASNTABLE' E Extra keyword 'TTYPE180' in a: 'JWST_DX' E Extra keyword 'TTYPE181' in a: 'JWST_DY' E Extra keyword 'TTYPE182' in a: 'JWST_DZ' E Extra keyword 'TTYPE183' in a: 'APERNAME' E Extra keyword 'TTYPE184' in a: 'PPS_APER' E Extra keyword 'TTYPE185' in a: 'VA_RA' E Extra keyword 'TTYPE186' in a: 'VA_DEC' E Extra keyword 'TTYPE187' in a: 'BARTDELT' E Extra keyword 'TTYPE188' in a: 'BSTRTIME' E Extra keyword 'TTYPE189' in a: 'BENDTIME' E Extra keyword 'TTYPE19' in a: 'TITLE' E Extra keyword 'TTYPE190' in a: 'BMIDTIME' E Extra keyword 'TTYPE191' in a: 'HELIDELT' E Extra keyword 'TTYPE192' in a: 'HSTRTIME' E Extra keyword 'TTYPE193' in a: 'HENDTIME' E Extra keyword 'TTYPE194' in a: 'HMIDTIME' E Extra keyword 'TTYPE195' in a: 'FAM_LA1' E Extra keyword 'TTYPE196' in a: 'FASTEP1' E Extra keyword 'TTYPE197' in a: 'FAUNIT1' E Extra keyword 'TTYPE198' in a: 'FAPHASE1' E Extra keyword 'TTYPE199' in a: 'FA1VALUE' E Extra keyword 'TTYPE2' in a: 'ORIGIN' E Extra keyword 'TTYPE20' in a: 'PI_NAME' E Extra keyword 'TTYPE200' in a: 'FAM_LA2' E Extra keyword 'TTYPE201' in a: 'FASTEP2' E Extra keyword 'TTYPE202' in a: 'FAUNIT2' E Extra keyword 'TTYPE203' in a: 'FAPHASE2' E Extra keyword 'TTYPE204' in a: 'FA2VALUE' E Extra keyword 'TTYPE205' in a: 'FAM_LA3' E Extra keyword 'TTYPE206' in a: 'FASTEP3' E Extra keyword 'TTYPE207' in a: 'FAUNIT3' E Extra keyword 'TTYPE208' in a: 'FAPHASE3' E Extra keyword 'TTYPE209' in a: 'FA3VALUE' E Extra keyword 'TTYPE21' in a: 'CATEGORY' E Extra keyword 'TTYPE210' in a: 'RMA_POS' E Extra keyword 'TTYPE211' in a: 'FCSRLPOS' E Extra keyword 'TTYPE212' in a: 'GS_ORDER' E Extra keyword 'TTYPE213' in a: 'GSSTRTTM' E Extra keyword 'TTYPE214' in a: 'GSENDTIM' E Extra keyword 'TTYPE215' in a: 'GDSTARID' E Extra keyword 'TTYPE216' in a: 'GS_RA' E Extra keyword 'TTYPE217' in a: 'GS_DEC' E Extra keyword 'TTYPE218' in a: 'GS_URA' E Extra keyword 'TTYPE219' in a: 'GS_UDEC' E Extra keyword 'TTYPE22' in a: 'SUBCAT' E Extra keyword 'TTYPE220' in a: 'GS_MAG' E Extra keyword 'TTYPE221' in a: 'GS_UMAG' E Extra keyword 'TTYPE222' in a: 'PCS_MODE' E Extra keyword 'TTYPE223' in a: 'VISITEND' E Extra keyword 'TTYPE224' in a: 'GSACSTAT' E Extra keyword 'TTYPE225' in a: 'GSCENTX' E Extra keyword 'TTYPE226' in a: 'GSCENTY' E Extra keyword 'TTYPE227' in a: 'GS_EPOCH' E Extra keyword 'TTYPE228' in a: 'GS_MURA' E Extra keyword 'TTYPE229' in a: 'GS_MUDEC' E Extra keyword 'TTYPE23' in a: 'SCICAT' E Extra keyword 'TTYPE230' in a: 'GS_PARA' E Extra keyword 'TTYPE231' in a: 'CRDS_VER' E Extra keyword 'TTYPE232' in a: 'CRDS_CTX' E Extra keyword 'TTYPE233' in a: 'R_AREA' E Extra keyword 'TTYPE234' in a: 'R_MSAOPE' E Extra keyword 'TTYPE235' in a: 'R_BARSHA' E Extra keyword 'TTYPE236' in a: 'R_CAMERA' E Extra keyword 'TTYPE237' in a: 'R_COLLIM' E Extra keyword 'TTYPE238' in a: 'R_CUBPAR' E Extra keyword 'TTYPE239' in a: 'R_DARK' E Extra keyword 'TTYPE24' in a: 'CONT_ID' E Extra keyword 'TTYPE240' in a: 'R_DISPER' E Extra keyword 'TTYPE241' in a: 'R_DISTOR' E Extra keyword 'TTYPE242' in a: 'R_DRZPAR' E Extra keyword 'TTYPE243' in a: 'R_EXTR1D' E Extra keyword 'TTYPE244' in a: 'R_FILOFF' E Extra keyword 'TTYPE245' in a: 'R_FLAT' E Extra keyword 'TTYPE246' in a: 'R_DFLAT' E Extra keyword 'TTYPE247' in a: 'R_FFLAT' E Extra keyword 'TTYPE248' in a: 'R_SFLAT' E Extra keyword 'TTYPE249' in a: 'R_FORE' E Extra keyword 'TTYPE25' in a: 'DATE-OBS' E Extra keyword 'TTYPE250' in a: 'R_FPA' E Extra keyword 'TTYPE251' in a: 'R_FRINGE' E Extra keyword 'TTYPE252' in a: 'R_GAIN' E Extra keyword 'TTYPE253' in a: 'R_IFUFOR' E Extra keyword 'TTYPE254' in a: 'R_IFUPOS' E Extra keyword 'TTYPE255' in a: 'R_IFUSLI' E Extra keyword 'TTYPE256' in a: 'R_IPC' E Extra keyword 'TTYPE257' in a: 'R_LASTFR' E Extra keyword 'TTYPE258' in a: 'R_LINEAR' E Extra keyword 'TTYPE259' in a: 'R_MASK' E Extra keyword 'TTYPE26' in a: 'TIME-OBS' E Extra keyword 'TTYPE260' in a: 'R_MSA' E Extra keyword 'TTYPE261' in a: 'R_OTE' E Extra keyword 'TTYPE262' in a: 'R_PTHLOS' E Extra keyword 'TTYPE263' in a: 'R_PERSAT' E Extra keyword 'TTYPE264' in a: 'R_PHOTOM' E Extra keyword 'TTYPE265' in a: 'R_PSFMAS' E Extra keyword 'TTYPE266' in a: 'R_READNO' E Extra keyword 'TTYPE267' in a: 'R_REFPIX' E Extra keyword 'TTYPE268' in a: 'R_REGION' E Extra keyword 'TTYPE269' in a: 'R_RESAMP' E Extra keyword 'TTYPE27' in a: 'DATE-BEG' E Extra keyword 'TTYPE270' in a: 'R_RESOL' E Extra keyword 'TTYPE271' in a: 'R_RESET' E Extra keyword 'TTYPE272' in a: 'R_RSCD' E Extra keyword 'TTYPE273' in a: 'R_SATURA' E Extra keyword 'TTYPE274' in a: 'R_SPCWCS' E Extra keyword 'TTYPE275' in a: 'R_STRAY' E Extra keyword 'TTYPE276' in a: 'R_SUPERB' E Extra keyword 'TTYPE277' in a: 'R_THRPUT' E Extra keyword 'TTYPE278' in a: 'R_TRPDEN' E Extra keyword 'TTYPE279' in a: 'R_TRPPAR' E Extra keyword 'TTYPE28' in a: 'DATE-END' E Extra keyword 'TTYPE280' in a: 'R_TSPHOT' E Extra keyword 'TTYPE281' in a: 'R_V2V3' E Extra keyword 'TTYPE282' in a: 'R_WAVCOR' E Extra keyword 'TTYPE283' in a: 'R_WAVRAN' E Extra keyword 'TTYPE284' in a: 'S_PSFALI' E Extra keyword 'TTYPE285' in a: 'S_AMIANA' E Extra keyword 'TTYPE286' in a: 'S_AMIAVG' E Extra keyword 'TTYPE287' in a: 'S_AMINOR' E Extra keyword 'TTYPE288' in a: 'S_WCS' E Extra keyword 'TTYPE289' in a: 'S_MTWCS' E Extra keyword 'TTYPE29' in a: 'OBS_ID' E Extra keyword 'TTYPE290' in a: 'S_BKDSUB' E Extra keyword 'TTYPE291' in a: 'S_BARSHA' E Extra keyword 'TTYPE292' in a: 'S_COMB1D' E Extra keyword 'TTYPE293' in a: 'S_IFUCUB' E Extra keyword 'TTYPE294' in a: 'S_DARK' E Extra keyword 'TTYPE295' in a: 'S_DQINIT' E Extra keyword 'TTYPE296' in a: 'S_TELEMI' E Extra keyword 'TTYPE297' in a: 'S_ERRINI' E Extra keyword 'TTYPE298' in a: 'S_EXTR1D' E Extra keyword 'TTYPE299' in a: 'S_EXTR2D' E Extra keyword 'TTYPE3' in a: 'TIMESYS' E Extra keyword 'TTYPE30' in a: 'VISIT_ID' E Extra keyword 'TTYPE300' in a: 'S_FRSTFR' E Extra keyword 'TTYPE301' in a: 'S_FLAT' E Extra keyword 'TTYPE302' in a: 'S_FRINGE' E Extra keyword 'TTYPE303' in a: 'S_GANSCL' E Extra keyword 'TTYPE304' in a: 'S_GRPSCL' E Extra keyword 'TTYPE305' in a: 'S_GUICDS' E Extra keyword 'TTYPE306' in a: 'S_IMPRNT' E Extra keyword 'TTYPE307' in a: 'S_IPC' E Extra keyword 'TTYPE308' in a: 'S_JUMP' E Extra keyword 'TTYPE309' in a: 'S_KLIP' E Extra keyword 'TTYPE31' in a: 'PROGRAM' E Extra keyword 'TTYPE310' in a: 'S_LASTFR' E Extra keyword 'TTYPE311' in a: 'S_LINEAR' E Extra keyword 'TTYPE312' in a: 'S_MSBSUB' E Extra keyword 'TTYPE313' in a: 'S_MRSMAT' E Extra keyword 'TTYPE314' in a: 'S_MSAFLG' E Extra keyword 'TTYPE315' in a: 'S_OUTLIR' E Extra keyword 'TTYPE316' in a: 'S_PTHLOS' E Extra keyword 'TTYPE317' in a: 'S_PERSIS' E Extra keyword 'TTYPE318' in a: 'S_PHOTOM' E Extra keyword 'TTYPE319' in a: 'S_RAMP' E Extra keyword 'TTYPE32' in a: 'OBSERVTN' E Extra keyword 'TTYPE320' in a: 'S_REFPIX' E Extra keyword 'TTYPE321' in a: 'S_RESAMP' E Extra keyword 'TTYPE322' in a: 'S_RESET' E Extra keyword 'TTYPE323' in a: 'S_RSCD' E Extra keyword 'TTYPE324' in a: 'S_SATURA' E Extra keyword 'TTYPE325' in a: 'S_SKYMAT' E Extra keyword 'TTYPE326' in a: 'S_SRCCAT' E Extra keyword 'TTYPE327' in a: 'S_SRCTYP' E Extra keyword 'TTYPE328' in a: 'S_PSFSTK' E Extra keyword 'TTYPE329' in a: 'S_STRAY' E Extra keyword 'TTYPE33' in a: 'VISIT' E Extra keyword 'TTYPE330' in a: 'S_SUPERB' E Extra keyword 'TTYPE331' in a: 'S_TSPHOT' E Extra keyword 'TTYPE332' in a: 'S_TWKREG' E Extra keyword 'TTYPE333' in a: 'S_WAVCOR' E Extra keyword 'TTYPE334' in a: 'S_WFSCOM' E Extra keyword 'TTYPE335' in a: 'S_WHTLIT' E Extra keyword 'TTYPE336' in a: 'BKGLEVEL' E Extra keyword 'TTYPE337' in a: 'BKGSUB' E Extra keyword 'TTYPE34' in a: 'VISITGRP' E Extra keyword 'TTYPE35' in a: 'SEQ_ID' E Extra keyword 'TTYPE36' in a: 'ACT_ID' E Extra keyword 'TTYPE37' in a: 'EXPOSURE' E Extra keyword 'TTYPE38' in a: 'BKGDTARG' E Extra keyword 'TTYPE39' in a: 'TEMPLATE' E Extra keyword 'TTYPE4' in a: 'FILENAME' E Extra keyword 'TTYPE40' in a: 'OBSLABEL' E Extra keyword 'TTYPE41' in a: 'ENG_QUAL' E Extra keyword 'TTYPE42' in a: 'ENGQLPTG' E Extra keyword 'TTYPE43' in a: 'VISITYPE' E Extra keyword 'TTYPE44' in a: 'VSTSTART' E Extra keyword 'TTYPE45' in a: 'VISITSTA' E Extra keyword 'TTYPE46' in a: 'NEXPOSUR' E Extra keyword 'TTYPE47' in a: 'INTARGET' E Extra keyword 'TTYPE48' in a: 'TARGOOPP' E Extra keyword 'TTYPE49' in a: 'TSOVISIT' E Extra keyword 'TTYPE5' in a: 'FILETYPE' E Extra keyword 'TTYPE50' in a: 'EXP_ONLY' E Extra keyword 'TTYPE51' in a: 'TARGPROP' E Extra keyword 'TTYPE52' in a: 'TARGNAME' E Extra keyword 'TTYPE53' in a: 'TARGTYPE' E Extra keyword 'TTYPE54' in a: 'TARG_RA' E Extra keyword 'TTYPE55' in a: 'TARG_DEC' E Extra keyword 'TTYPE56' in a: 'TARGURA' E Extra keyword 'TTYPE57' in a: 'TARGUDEC' E Extra keyword 'TTYPE58' in a: 'MU_RA' E Extra keyword 'TTYPE59' in a: 'MU_DEC' E Extra keyword 'TTYPE6' in a: 'SDP_VER' E Extra keyword 'TTYPE60' in a: 'MU_EPOCH' E Extra keyword 'TTYPE61' in a: 'PROP_RA' E Extra keyword 'TTYPE62' in a: 'PROP_DEC' E Extra keyword 'TTYPE63' in a: 'SRCTYAPT' E Extra keyword 'TTYPE64' in a: 'INSTRUME' E Extra keyword 'TTYPE65' in a: 'DETECTOR' E Extra keyword 'TTYPE66' in a: 'MODULE' E Extra keyword 'TTYPE67' in a: 'CHANNEL' E Extra keyword 'TTYPE68' in a: 'FILTER' E Extra keyword 'TTYPE69' in a: 'PUPIL' E Extra keyword 'TTYPE7' in a: 'PRD_VER' E Extra keyword 'TTYPE70' in a: 'PILIN' E Extra keyword 'TTYPE71' in a: 'GRATING' E Extra keyword 'TTYPE72' in a: 'BAND' E Extra keyword 'TTYPE73' in a: 'FXD_SLIT' E Extra keyword 'TTYPE74' in a: 'FOCUSPOS' E Extra keyword 'TTYPE75' in a: 'PREIMAGE' E Extra keyword 'TTYPE76' in a: 'CCCSTATE' E Extra keyword 'TTYPE77' in a: 'CORONMSK' E Extra keyword 'TTYPE78' in a: 'MSASTATE' E Extra keyword 'TTYPE79' in a: 'MSAMETFL' E Extra keyword 'TTYPE8' in a: 'CAL_VER' E Extra keyword 'TTYPE80' in a: 'MSAMETID' E Extra keyword 'TTYPE81' in a: 'MSACONID' E Extra keyword 'TTYPE82' in a: 'LAMP' E Extra keyword 'TTYPE83' in a: 'OPMODE' E Extra keyword 'TTYPE84' in a: 'GWA_XTIL' E Extra keyword 'TTYPE85' in a: 'GWA_YTIL' E Extra keyword 'TTYPE86' in a: 'GWA_XP_V' E Extra keyword 'TTYPE87' in a: 'GWA_YP_V' E Extra keyword 'TTYPE88' in a: 'GWA_PXAV' E Extra keyword 'TTYPE89' in a: 'GWA_PYAV' E Extra keyword 'TTYPE9' in a: 'CAL_VCS' E Extra keyword 'TTYPE90' in a: 'GWA_TILT' E Extra keyword 'TTYPE91' in a: 'FWCPOS' E Extra keyword 'TTYPE92' in a: 'PWCPOS' E Extra keyword 'TTYPE93' in a: 'EXPCOUNT' E Extra keyword 'TTYPE94' in a: 'EXPRIPAR' E Extra keyword 'TTYPE95' in a: 'EXP_TYPE' E Extra keyword 'TTYPE96' in a: 'EXPSTART' E Extra keyword 'TTYPE97' in a: 'MJD-BEG' E Extra keyword 'TTYPE98' in a: 'EXPMID' E Extra keyword 'TTYPE99' in a: 'MJD-AVG' E Keyword EXTNAME has different values: E a> HDRTAB E b> SOLNS E Keyword NAXIS2 has different values: E a> 3 E b> 44 E Keyword TFIELDS has different values: E a> 337 E b> 1 E Keyword TTYPE1 has different values: E a> DATE E b> coeffs E E Data contains differences: E Tables have different number of columns: E a: 337 E b: 1 E Extra column ORIGIN of format 5A in a E Extra column TIMESYS of format 3A in a E Extra column FILENAME of format 44A in a E Extra column FILETYPE of format 3A in a E Extra column SDP_VER of format 6A in a E Extra column PRD_VER of format 15A in a E Extra column DATAMODL of format 10A in a E Extra column TELESCOP of format 4A in a E Extra column HGA_MOVE of format L in a E Extra column HGA_STRT of format D in a E Extra column HGA_STOP of format D in a E Extra column PWFSEET of format D in a E Extra column NWFSEST of format D in a E Extra column ASNPOOL of format 28A in a E Extra column ASNTABLE of format 47A in a E Extra column TITLE of format 43A in a E Extra column PI_NAME of format 17A in a E Extra column CATEGORY of format 3A in a E Extra column SUBCAT of format 6A in a E Extra column SCICAT of format D in a E Extra column CONT_ID of format D in a E Extra column DATE-OBS of format 10A in a E Extra column TIME-OBS of format 12A in a E Extra column DATE-BEG of format 23A in a E Extra column DATE-END of format 23A in a E Extra column OBS_ID of format 26A in a E Extra column VISIT_ID of format 11A in a E Extra column PROGRAM of format 5A in a E Extra column OBSERVTN of format 3A in a E Extra column VISIT of format 3A in a E Extra column VISITGRP of format 2A in a E Extra column SEQ_ID of format 1A in a E Extra column ACT_ID of format 2A in a E Extra column EXPOSURE of format 1A in a E Extra column BKGDTARG of format L in a E Extra column TEMPLATE of format 38A in a E Extra column OBSLABEL of format 33A in a E Extra column ENG_QUAL of format 7A in a E Extra column ENGQLPTG of format D in a E Extra column VISITYPE of format 20A in a E Extra column VSTSTART of format 27A in a E Extra column VISITSTA of format 10A in a E Extra column NEXPOSUR of format K in a E Extra column INTARGET of format L in a E Extra column TARGOOPP of format L in a E Extra column TSOVISIT of format L in a E Extra column EXP_ONLY of format L in a E Extra column TARGPROP of format 14A in a E Extra column TARGNAME of format 1A in a E Extra column TARGTYPE of format 5A in a E Extra column TARG_RA of format D in a E Extra column TARG_DEC of format D in a E Extra column TARGURA of format D in a E Extra column TARGUDEC of format D in a E Extra column MU_RA of format D in a E Extra column MU_DEC of format D in a E Extra column MU_EPOCH of format D in a E Extra column PROP_RA of format D in a E Extra column PROP_DEC of format D in a E Extra column SRCTYAPT of format D in a E Extra column INSTRUME of format 6A in a E Extra column DETECTOR of format 3A in a E Extra column MODULE of format D in a E Extra column CHANNEL of format D in a E Extra column FILTER of format 5A in a E Extra column PUPIL of format 3A in a E Extra column PILIN of format D in a E Extra column GRATING of format D in a E Extra column BAND of format D in a E Extra column FXD_SLIT of format D in a E Extra column FOCUSPOS of format D in a E Extra column PREIMAGE of format D in a E Extra column CCCSTATE of format D in a E Extra column CORONMSK of format D in a E Extra column MSASTATE of format D in a E Extra column MSAMETFL of format D in a E Extra column MSAMETID of format D in a E Extra column MSACONID of format D in a E Extra column LAMP of format 4A in a E Extra column OPMODE of format 32A in a E Extra column GWA_XTIL of format D in a E Extra column GWA_YTIL of format D in a E Extra column GWA_XP_V of format D in a E Extra column GWA_YP_V of format D in a E Extra column GWA_PXAV of format D in a E Extra column GWA_PYAV of format D in a E Extra column GWA_TILT of format D in a E Extra column FWCPOS of format D in a E Extra column PWCPOS of format D in a E Extra column EXPCOUNT of format K in a E Extra column EXPRIPAR of format 5A in a E Extra column EXP_TYPE of format 7A in a E Extra column EXPSTART of format D in a E Extra column MJD-BEG of format D in a E Extra column EXPMID of format D in a E Extra column MJD-AVG of format D in a E Extra column EXPEND of format D in a E Extra column MJD-END of format D in a E Extra column TDB-BEG of format D in a E Extra column TDB-MID of format D in a E Extra column TDB-END of format D in a E Extra column READPATT of format 8A in a E Extra column EXSEGNUM of format D in a E Extra column EXSEGTOT of format D in a E Extra column NOUTPUTS of format D in a E Extra column NINTS of format K in a E Extra column INTSTART of format D in a E Extra column INTEND of format D in a E Extra column NGROUPS of format K in a E Extra column NFRAMES of format K in a E Extra column MIRNGRPS of format D in a E Extra column MIRNFRMS of format D in a E Extra column FRMDIVSR of format K in a E Extra column GROUPGAP of format K in a E Extra column DRPFRMS1 of format K in a E Extra column DRPFRMS3 of format K in a E Extra column NSAMPLES of format K in a E Extra column TSAMPLE of format D in a E Extra column TFRAME of format D in a E Extra column TGROUP of format D in a E Extra column EFFINTTM of format D in a E Extra column EFFEXPTM of format D in a E Extra column XPOSURE of format D in a E Extra column DURATION of format D in a E Extra column TELAPSE of format D in a E Extra column NRSTSTRT of format K in a E Extra column NRESETS of format K in a E Extra column ZEROFRAM of format L in a E Extra column DATAPROB of format L in a E Extra column SCA_NUM of format K in a E Extra column DATAMODE of format K in a E Extra column NRS_NORM of format D in a E Extra column NRS_REF of format D in a E Extra column SCTARATE of format D in a E Extra column GAINFACT of format D in a E Extra column IS_IMPRT of format D in a E Extra column IS_PSF of format L in a E Extra column SELFREF of format L in a E Extra column SUBARRAY of format 5A in a E Extra column SUBSTRT1 of format K in a E Extra column SUBSTRT2 of format K in a E Extra column SUBSIZE1 of format K in a E Extra column SUBSIZE2 of format K in a E Extra column FASTAXIS of format K in a E Extra column SLOWAXIS of format K in a E Extra column DETXCOR of format D in a E Extra column DETYCOR of format D in a E Extra column DETXSIZ of format D in a E Extra column DETYSIZ of format D in a E Extra column PATTTYPE of format D in a E Extra column PRIDTYPE of format D in a E Extra column PRIDTPTS of format D in a E Extra column PATT_NUM of format K in a E Extra column PATTSTRT of format D in a E Extra column NUMDTHPT of format K in a E Extra column PATTNPTS of format D in a E Extra column PATTSIZE of format 4A in a E Extra column SMGRDPAT of format D in a E Extra column SUBPXPTS of format K in a E Extra column SUBPXPAT of format D in a E Extra column SPEC_NUM of format D in a E Extra column SPECNSTP of format D in a E Extra column SPECSTEP of format D in a E Extra column SPCOFFST of format D in a E Extra column SPAT_NUM of format D in a E Extra column SPATNSTP of format D in a E Extra column SPATSTEP of format D in a E Extra column SPTOFFST of format D in a E Extra column XOFFSET of format D in a E Extra column YOFFSET of format D in a E Extra column REFFRAME of format 7A in a E Extra column EPH_TYPE of format 10A in a E Extra column EPH_TIME of format D in a E Extra column JWST_X of format D in a E Extra column JWST_Y of format D in a E Extra column JWST_Z of format D in a E Extra column JWST_DX of format D in a E Extra column JWST_DY of format D in a E Extra column JWST_DZ of format D in a E Extra column APERNAME of format 8A in a E Extra column PPS_APER of format 8A in a E Extra column VA_RA of format D in a E Extra column VA_DEC of format D in a E Extra column BARTDELT of format D in a E Extra column BSTRTIME of format D in a E Extra column BENDTIME of format D in a E Extra column BMIDTIME of format D in a E Extra column HELIDELT of format D in a E Extra column HSTRTIME of format D in a E Extra column HENDTIME of format D in a E Extra column HMIDTIME of format D in a E Extra column FAM_LA1 of format D in a E Extra column FASTEP1 of format D in a E Extra column FAUNIT1 of format D in a E Extra column FAPHASE1 of format D in a E Extra column FA1VALUE of format D in a E Extra column FAM_LA2 of format D in a E Extra column FASTEP2 of format D in a E Extra column FAUNIT2 of format D in a E Extra column FAPHASE2 of format D in a E Extra column FA2VALUE of format D in a E Extra column FAM_LA3 of format D in a E Extra column FASTEP3 of format D in a E Extra column FAUNIT3 of format D in a E Extra column FAPHASE3 of format D in a E Extra column FA3VALUE of format D in a E Extra column RMA_POS of format D in a E Extra column FCSRLPOS of format D in a E Extra column GS_ORDER of format K in a E Extra column GSSTRTTM of format 27A in a E Extra column GSENDTIM of format 27A in a E Extra column GDSTARID of format 10A in a E Extra column GS_RA of format D in a E Extra column GS_DEC of format D in a E Extra column GS_URA of format D in a E Extra column GS_UDEC of format D in a E Extra column GS_MAG of format D in a E Extra column GS_UMAG of format D in a E Extra column PCS_MODE of format 9A in a E Extra column VISITEND of format 27A in a E Extra column GSACSTAT of format D in a E Extra column GSCENTX of format D in a E Extra column GSCENTY of format D in a E Extra column GS_EPOCH of format D in a E Extra column GS_MURA of format D in a E Extra column GS_MUDEC of format D in a E Extra column GS_PARA of format D in a E Extra column R_AREA of format 3A in a E Extra column R_MSAOPE of format D in a E Extra column R_BARSHA of format D in a E Extra column R_CAMERA of format 3A in a E Extra column R_COLLIM of format 3A in a E Extra column R_CUBPAR of format D in a E Extra column R_DARK of format 33A in a E Extra column R_DISPER of format 3A in a E Extra column R_DISTOR of format 39A in a E Extra column R_DRZPAR of format D in a E Extra column R_EXTR1D of format D in a E Extra column R_FILOFF of format 3A in a E Extra column R_FLAT of format 33A in a E Extra column R_DFLAT of format 3A in a E Extra column R_FFLAT of format 3A in a E Extra column R_SFLAT of format 3A in a E Extra column R_FORE of format 3A in a E Extra column R_FPA of format 3A in a E Extra column R_FRINGE of format D in a E Extra column R_GAIN of format 33A in a E Extra column R_IFUFOR of format 3A in a E Extra column R_IFUPOS of format 3A in a E Extra column R_IFUSLI of format 3A in a E Extra column R_IPC of format D in a E Extra column R_LASTFR of format D in a E Extra column R_LINEAR of format 38A in a E Extra column R_MASK of format 33A in a E Extra column R_MSA of format 3A in a E Extra column R_OTE of format 3A in a E Extra column R_PTHLOS of format D in a E Extra column R_PERSAT of format 35A in a E Extra column R_PHOTOM of format 35A in a E Extra column R_PSFMAS of format D in a E Extra column R_READNO of format 38A in a E Extra column R_REFPIX of format D in a E Extra column R_REGION of format 3A in a E Extra column R_RESAMP of format D in a E Extra column R_RESOL of format D in a E Extra column R_RESET of format D in a E Extra column R_RSCD of format D in a E Extra column R_SATURA of format 39A in a E Extra column R_SPCWCS of format 3A in a E Extra column R_STRAY of format D in a E Extra column R_SUPERB of format 38A in a E Extra column R_THRPUT of format 39A in a E Extra column R_TRPDEN of format 40A in a E Extra column R_TRPPAR of format 37A in a E Extra column R_TSPHOT of format D in a E Extra column R_V2V3 of format D in a E Extra column R_WAVCOR of format D in a E Extra column R_WAVRAN of format 3A in a E Extra column S_PSFALI of format D in a E Extra column S_AMIANA of format 8A in a E Extra column S_AMIAVG of format D in a E Extra column S_AMINOR of format D in a E Extra column S_WCS of format 8A in a E Extra column S_MTWCS of format D in a E Extra column S_BKDSUB of format D in a E Extra column S_BARSHA of format D in a E Extra column S_COMB1D of format D in a E Extra column S_IFUCUB of format D in a E Extra column S_DARK of format 8A in a E Extra column S_DQINIT of format 8A in a E Extra column S_TELEMI of format D in a E Extra column S_ERRINI of format D in a E Extra column S_EXTR1D of format D in a E Extra column S_EXTR2D of format D in a E Extra column S_FRSTFR of format D in a E Extra column S_FLAT of format 8A in a E Extra column S_FRINGE of format D in a E Extra column S_GANSCL of format 7A in a E Extra column S_GRPSCL of format 7A in a E Extra column S_GUICDS of format D in a E Extra column S_IMPRNT of format D in a E Extra column S_IPC of format D in a E Extra column S_JUMP of format 8A in a E Extra column S_KLIP of format D in a E Extra column S_LASTFR of format D in a E Extra column S_LINEAR of format 8A in a E Extra column S_MSBSUB of format D in a E Extra column S_MRSMAT of format D in a E Extra column S_MSAFLG of format D in a E Extra column S_OUTLIR of format D in a E Extra column S_PTHLOS of format D in a E Extra column S_PERSIS of format 8A in a E Extra column S_PHOTOM of format 8A in a E Extra column S_RAMP of format 8A in a E Extra column S_REFPIX of format 8A in a E Extra column S_RESAMP of format D in a E Extra column S_RESET of format D in a E Extra column S_RSCD of format D in a E Extra column S_SATURA of format 8A in a E Extra column S_SKYMAT of format D in a E Extra column S_SRCCAT of format D in a E Extra column S_SRCTYP of format D in a E Extra column S_PSFSTK of format D in a E Extra column S_STRAY of format D in a E Extra column S_SUPERB of format 8A in a E Extra column S_TSPHOT of format D in a E Extra column S_TWKREG of format D in a E Extra column S_WAVCOR of format D in a E Extra column S_WFSCOM of format D in a E Extra column S_WHTLIT of format D in a E Extra column BKGLEVEL of format D in a E Extra column BKGSUB of format D in a E Extra column coeffs of format D in b E Table rows differ: E a: 3 E b: 44 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e4f7400>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_amiavg.fits HTTP/1.1" 200 224640 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[psf-amiavg] | 0.40 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes... 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits'} suffix = 'psf-amiavg' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 11 E b: 12 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 242 E b: 233 E Extra keyword 'EPH_TIME' in a: 58574.95833333334 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0468532099685805 E Extra keyword 'JWST_DY' in a: -0.0770363253097026 E Extra keyword 'JWST_DZ' in a: -0.120707970428948 E Extra keyword 'JWST_X' in a: -1384050.5192469 E Extra keyword 'JWST_Y' in a: -770605.901007863 E Extra keyword 'JWST_Z' in a: -531205.861715784 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.95833333334 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 31]: E a> 0.028396627 E b> 0.030673975 E Data differs at [32, 31]: E a> 0.03574996 E b> 0.04227984 E Data differs at [33, 31]: E a> 0.06146509 E b> 0.07014271 E Data differs at [34, 31]: E a> 0.0767334 E b> 0.08564346 E Data differs at [35, 31]: E a> 0.033530075 E b> 0.047406018 E Data differs at [36, 31]: E a> 0.01547932 E b> 0.041702464 E Data differs at [37, 31]: E a> 0.049765844 E b> 0.07527899 E Data differs at [38, 31]: E a> 0.037133027 E b> 0.0649892 E Data differs at [39, 31]: E a> 0.0020525153 E b> 0.0692421 E Data differs at [40, 31]: E a> 0.005335912 E b> 0.09183997 E ... E 361 different pixels found (5.78% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.2578828161070413 E b> 0.020678057724293094 E Column coeffs data differs in row 1: E a> -2.574567515818153 E b> 0.02288005426419888 E Column coeffs data differs in row 2: E a> 0.2446143893853833 E b> 0.666247802974306 E Column coeffs data differs in row 3: E a> -0.21202548339664196 E b> 0.03010388231620799 E Column coeffs data differs in row 4: E a> 0.4942683899961751 E b> 1.1170740005221218 E Column coeffs data differs in row 5: E a> -3.291018366445401 E b> 11.542427466854095 E Column coeffs data differs in row 6: E a> -0.5923028211357247 E b> 1.0867323562615958 E Column coeffs data differs in row 7: E a> -0.8046754897090796 E b> 0.34685650236940063 E Column coeffs data differs in row 8: E a> -0.02831983619108604 E b> 0.11360954833347381 E Column coeffs data differs in row 9: E a> 3.0462438872867867 E b> 0.12596298433132216 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.3968572388394871 E b> 0.03052577966626673 E Column coeffs data differs in row 1: E a> -0.24847504654126182 E b> 0.35362820279427104 E Column coeffs data differs in row 2: E a> 2.9454466556171277 E b> 0.02238817697586928 E Column coeffs data differs in row 3: E a> -0.11146377997083344 E b> 0.3972588582359453 E Column coeffs data differs in row 4: E a> 0.3722905282771351 E b> 0.40714875933240896 E Column coeffs data differs in row 5: E a> -0.38657024517903954 E b> 0.3688475120235637 E Column coeffs data differs in row 6: E a> -0.3874494692737076 E b> 0.3482265369144568 E Column coeffs data differs in row 7: E a> -0.0259780990405126 E b> 0.6848653151870536 E Column coeffs data differs in row 8: E a> -0.2637066294249372 E b> 0.8405000555660932 E Column coeffs data differs in row 9: E a> -0.23659219395899397 E b> 0.05503351227602916 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E Extension HDU 9: E Extension names differ: E a: HDRTAB E b: SOLNS E E Headers contain differences: E Headers have different number of cards: E a: 684 E b: 12 E Extra keyword 'TTYPE10' in a: 'DATAMODL' E Extra keyword 'TTYPE100' in a: 'EXPEND' E Extra keyword 'TTYPE101' in a: 'MJD-END' E Extra keyword 'TTYPE102' in a: 'TDB-BEG' E Extra keyword 'TTYPE103' in a: 'TDB-MID' E Extra keyword 'TTYPE104' in a: 'TDB-END' E Extra keyword 'TTYPE105' in a: 'READPATT' E Extra keyword 'TTYPE106' in a: 'EXSEGNUM' E Extra keyword 'TTYPE107' in a: 'EXSEGTOT' E Extra keyword 'TTYPE108' in a: 'NOUTPUTS' E Extra keyword 'TTYPE109' in a: 'NINTS' E Extra keyword 'TTYPE11' in a: 'TELESCOP' E Extra keyword 'TTYPE110' in a: 'INTSTART' E Extra keyword 'TTYPE111' in a: 'INTEND' E Extra keyword 'TTYPE112' in a: 'NGROUPS' E Extra keyword 'TTYPE113' in a: 'NFRAMES' E Extra keyword 'TTYPE114' in a: 'MIRNGRPS' E Extra keyword 'TTYPE115' in a: 'MIRNFRMS' E Extra keyword 'TTYPE116' in a: 'FRMDIVSR' E Extra keyword 'TTYPE117' in a: 'GROUPGAP' E Extra keyword 'TTYPE118' in a: 'DRPFRMS1' E Extra keyword 'TTYPE119' in a: 'DRPFRMS3' E Extra keyword 'TTYPE12' in a: 'HGA_MOVE' E Extra keyword 'TTYPE120' in a: 'NSAMPLES' E Extra keyword 'TTYPE121' in a: 'TSAMPLE' E Extra keyword 'TTYPE122' in a: 'TFRAME' E Extra keyword 'TTYPE123' in a: 'TGROUP' E Extra keyword 'TTYPE124' in a: 'EFFINTTM' E Extra keyword 'TTYPE125' in a: 'EFFEXPTM' E Extra keyword 'TTYPE126' in a: 'XPOSURE' E Extra keyword 'TTYPE127' in a: 'DURATION' E Extra keyword 'TTYPE128' in a: 'TELAPSE' E Extra keyword 'TTYPE129' in a: 'NRSTSTRT' E Extra keyword 'TTYPE13' in a: 'HGA_STRT' E Extra keyword 'TTYPE130' in a: 'NRESETS' E Extra keyword 'TTYPE131' in a: 'ZEROFRAM' E Extra keyword 'TTYPE132' in a: 'DATAPROB' E Extra keyword 'TTYPE133' in a: 'SCA_NUM' E Extra keyword 'TTYPE134' in a: 'DATAMODE' E Extra keyword 'TTYPE135' in a: 'NRS_NORM' E Extra keyword 'TTYPE136' in a: 'NRS_REF' E Extra keyword 'TTYPE137' in a: 'SCTARATE' E Extra keyword 'TTYPE138' in a: 'GAINFACT' E Extra keyword 'TTYPE139' in a: 'IS_IMPRT' E Extra keyword 'TTYPE14' in a: 'HGA_STOP' E Extra keyword 'TTYPE140' in a: 'IS_PSF' E Extra keyword 'TTYPE141' in a: 'SELFREF' E Extra keyword 'TTYPE142' in a: 'SUBARRAY' E Extra keyword 'TTYPE143' in a: 'SUBSTRT1' E Extra keyword 'TTYPE144' in a: 'SUBSTRT2' E Extra keyword 'TTYPE145' in a: 'SUBSIZE1' E Extra keyword 'TTYPE146' in a: 'SUBSIZE2' E Extra keyword 'TTYPE147' in a: 'FASTAXIS' E Extra keyword 'TTYPE148' in a: 'SLOWAXIS' E Extra keyword 'TTYPE149' in a: 'DETXCOR' E Extra keyword 'TTYPE15' in a: 'PWFSEET' E Extra keyword 'TTYPE150' in a: 'DETYCOR' E Extra keyword 'TTYPE151' in a: 'DETXSIZ' E Extra keyword 'TTYPE152' in a: 'DETYSIZ' E Extra keyword 'TTYPE153' in a: 'PATTTYPE' E Extra keyword 'TTYPE154' in a: 'PRIDTYPE' E Extra keyword 'TTYPE155' in a: 'PRIDTPTS' E Extra keyword 'TTYPE156' in a: 'PATT_NUM' E Extra keyword 'TTYPE157' in a: 'PATTSTRT' E Extra keyword 'TTYPE158' in a: 'NUMDTHPT' E Extra keyword 'TTYPE159' in a: 'PATTNPTS' E Extra keyword 'TTYPE16' in a: 'NWFSEST' E Extra keyword 'TTYPE160' in a: 'PATTSIZE' E Extra keyword 'TTYPE161' in a: 'SMGRDPAT' E Extra keyword 'TTYPE162' in a: 'SUBPXPTS' E Extra keyword 'TTYPE163' in a: 'SUBPXPAT' E Extra keyword 'TTYPE164' in a: 'SPEC_NUM' E Extra keyword 'TTYPE165' in a: 'SPECNSTP' E Extra keyword 'TTYPE166' in a: 'SPECSTEP' E Extra keyword 'TTYPE167' in a: 'SPCOFFST' E Extra keyword 'TTYPE168' in a: 'SPAT_NUM' E Extra keyword 'TTYPE169' in a: 'SPATNSTP' E Extra keyword 'TTYPE17' in a: 'ASNPOOL' E Extra keyword 'TTYPE170' in a: 'SPATSTEP' E Extra keyword 'TTYPE171' in a: 'SPTOFFST' E Extra keyword 'TTYPE172' in a: 'XOFFSET' E Extra keyword 'TTYPE173' in a: 'YOFFSET' E Extra keyword 'TTYPE174' in a: 'REFFRAME' E Extra keyword 'TTYPE175' in a: 'EPH_TYPE' E Extra keyword 'TTYPE176' in a: 'EPH_TIME' E Extra keyword 'TTYPE177' in a: 'JWST_X' E Extra keyword 'TTYPE178' in a: 'JWST_Y' E Extra keyword 'TTYPE179' in a: 'JWST_Z' E Extra keyword 'TTYPE18' in a: 'ASNTABLE' E Extra keyword 'TTYPE180' in a: 'JWST_DX' E Extra keyword 'TTYPE181' in a: 'JWST_DY' E Extra keyword 'TTYPE182' in a: 'JWST_DZ' E Extra keyword 'TTYPE183' in a: 'APERNAME' E Extra keyword 'TTYPE184' in a: 'PPS_APER' E Extra keyword 'TTYPE185' in a: 'VA_RA' E Extra keyword 'TTYPE186' in a: 'VA_DEC' E Extra keyword 'TTYPE187' in a: 'BARTDELT' E Extra keyword 'TTYPE188' in a: 'BSTRTIME' E Extra keyword 'TTYPE189' in a: 'BENDTIME' E Extra keyword 'TTYPE19' in a: 'TITLE' E Extra keyword 'TTYPE190' in a: 'BMIDTIME' E Extra keyword 'TTYPE191' in a: 'HELIDELT' E Extra keyword 'TTYPE192' in a: 'HSTRTIME' E Extra keyword 'TTYPE193' in a: 'HENDTIME' E Extra keyword 'TTYPE194' in a: 'HMIDTIME' E Extra keyword 'TTYPE195' in a: 'FAM_LA1' E Extra keyword 'TTYPE196' in a: 'FASTEP1' E Extra keyword 'TTYPE197' in a: 'FAUNIT1' E Extra keyword 'TTYPE198' in a: 'FAPHASE1' E Extra keyword 'TTYPE199' in a: 'FA1VALUE' E Extra keyword 'TTYPE2' in a: 'ORIGIN' E Extra keyword 'TTYPE20' in a: 'PI_NAME' E Extra keyword 'TTYPE200' in a: 'FAM_LA2' E Extra keyword 'TTYPE201' in a: 'FASTEP2' E Extra keyword 'TTYPE202' in a: 'FAUNIT2' E Extra keyword 'TTYPE203' in a: 'FAPHASE2' E Extra keyword 'TTYPE204' in a: 'FA2VALUE' E Extra keyword 'TTYPE205' in a: 'FAM_LA3' E Extra keyword 'TTYPE206' in a: 'FASTEP3' E Extra keyword 'TTYPE207' in a: 'FAUNIT3' E Extra keyword 'TTYPE208' in a: 'FAPHASE3' E Extra keyword 'TTYPE209' in a: 'FA3VALUE' E Extra keyword 'TTYPE21' in a: 'CATEGORY' E Extra keyword 'TTYPE210' in a: 'RMA_POS' E Extra keyword 'TTYPE211' in a: 'FCSRLPOS' E Extra keyword 'TTYPE212' in a: 'GS_ORDER' E Extra keyword 'TTYPE213' in a: 'GSSTRTTM' E Extra keyword 'TTYPE214' in a: 'GSENDTIM' E Extra keyword 'TTYPE215' in a: 'GDSTARID' E Extra keyword 'TTYPE216' in a: 'GS_RA' E Extra keyword 'TTYPE217' in a: 'GS_DEC' E Extra keyword 'TTYPE218' in a: 'GS_URA' E Extra keyword 'TTYPE219' in a: 'GS_UDEC' E Extra keyword 'TTYPE22' in a: 'SUBCAT' E Extra keyword 'TTYPE220' in a: 'GS_MAG' E Extra keyword 'TTYPE221' in a: 'GS_UMAG' E Extra keyword 'TTYPE222' in a: 'PCS_MODE' E Extra keyword 'TTYPE223' in a: 'VISITEND' E Extra keyword 'TTYPE224' in a: 'GSACSTAT' E Extra keyword 'TTYPE225' in a: 'GSCENTX' E Extra keyword 'TTYPE226' in a: 'GSCENTY' E Extra keyword 'TTYPE227' in a: 'GS_EPOCH' E Extra keyword 'TTYPE228' in a: 'GS_MURA' E Extra keyword 'TTYPE229' in a: 'GS_MUDEC' E Extra keyword 'TTYPE23' in a: 'SCICAT' E Extra keyword 'TTYPE230' in a: 'GS_PARA' E Extra keyword 'TTYPE231' in a: 'CRDS_VER' E Extra keyword 'TTYPE232' in a: 'CRDS_CTX' E Extra keyword 'TTYPE233' in a: 'R_AREA' E Extra keyword 'TTYPE234' in a: 'R_MSAOPE' E Extra keyword 'TTYPE235' in a: 'R_BARSHA' E Extra keyword 'TTYPE236' in a: 'R_CAMERA' E Extra keyword 'TTYPE237' in a: 'R_COLLIM' E Extra keyword 'TTYPE238' in a: 'R_CUBPAR' E Extra keyword 'TTYPE239' in a: 'R_DARK' E Extra keyword 'TTYPE24' in a: 'CONT_ID' E Extra keyword 'TTYPE240' in a: 'R_DISPER' E Extra keyword 'TTYPE241' in a: 'R_DISTOR' E Extra keyword 'TTYPE242' in a: 'R_DRZPAR' E Extra keyword 'TTYPE243' in a: 'R_EXTR1D' E Extra keyword 'TTYPE244' in a: 'R_FILOFF' E Extra keyword 'TTYPE245' in a: 'R_FLAT' E Extra keyword 'TTYPE246' in a: 'R_DFLAT' E Extra keyword 'TTYPE247' in a: 'R_FFLAT' E Extra keyword 'TTYPE248' in a: 'R_SFLAT' E Extra keyword 'TTYPE249' in a: 'R_FORE' E Extra keyword 'TTYPE25' in a: 'DATE-OBS' E Extra keyword 'TTYPE250' in a: 'R_FPA' E Extra keyword 'TTYPE251' in a: 'R_FRINGE' E Extra keyword 'TTYPE252' in a: 'R_GAIN' E Extra keyword 'TTYPE253' in a: 'R_IFUFOR' E Extra keyword 'TTYPE254' in a: 'R_IFUPOS' E Extra keyword 'TTYPE255' in a: 'R_IFUSLI' E Extra keyword 'TTYPE256' in a: 'R_IPC' E Extra keyword 'TTYPE257' in a: 'R_LASTFR' E Extra keyword 'TTYPE258' in a: 'R_LINEAR' E Extra keyword 'TTYPE259' in a: 'R_MASK' E Extra keyword 'TTYPE26' in a: 'TIME-OBS' E Extra keyword 'TTYPE260' in a: 'R_MSA' E Extra keyword 'TTYPE261' in a: 'R_OTE' E Extra keyword 'TTYPE262' in a: 'R_PTHLOS' E Extra keyword 'TTYPE263' in a: 'R_PERSAT' E Extra keyword 'TTYPE264' in a: 'R_PHOTOM' E Extra keyword 'TTYPE265' in a: 'R_PSFMAS' E Extra keyword 'TTYPE266' in a: 'R_READNO' E Extra keyword 'TTYPE267' in a: 'R_REFPIX' E Extra keyword 'TTYPE268' in a: 'R_REGION' E Extra keyword 'TTYPE269' in a: 'R_RESAMP' E Extra keyword 'TTYPE27' in a: 'DATE-BEG' E Extra keyword 'TTYPE270' in a: 'R_RESOL' E Extra keyword 'TTYPE271' in a: 'R_RESET' E Extra keyword 'TTYPE272' in a: 'R_RSCD' E Extra keyword 'TTYPE273' in a: 'R_SATURA' E Extra keyword 'TTYPE274' in a: 'R_SPCWCS' E Extra keyword 'TTYPE275' in a: 'R_STRAY' E Extra keyword 'TTYPE276' in a: 'R_SUPERB' E Extra keyword 'TTYPE277' in a: 'R_THRPUT' E Extra keyword 'TTYPE278' in a: 'R_TRPDEN' E Extra keyword 'TTYPE279' in a: 'R_TRPPAR' E Extra keyword 'TTYPE28' in a: 'DATE-END' E Extra keyword 'TTYPE280' in a: 'R_TSPHOT' E Extra keyword 'TTYPE281' in a: 'R_V2V3' E Extra keyword 'TTYPE282' in a: 'R_WAVCOR' E Extra keyword 'TTYPE283' in a: 'R_WAVRAN' E Extra keyword 'TTYPE284' in a: 'S_PSFALI' E Extra keyword 'TTYPE285' in a: 'S_AMIANA' E Extra keyword 'TTYPE286' in a: 'S_AMIAVG' E Extra keyword 'TTYPE287' in a: 'S_AMINOR' E Extra keyword 'TTYPE288' in a: 'S_WCS' E Extra keyword 'TTYPE289' in a: 'S_MTWCS' E Extra keyword 'TTYPE29' in a: 'OBS_ID' E Extra keyword 'TTYPE290' in a: 'S_BKDSUB' E Extra keyword 'TTYPE291' in a: 'S_BARSHA' E Extra keyword 'TTYPE292' in a: 'S_COMB1D' E Extra keyword 'TTYPE293' in a: 'S_IFUCUB' E Extra keyword 'TTYPE294' in a: 'S_DARK' E Extra keyword 'TTYPE295' in a: 'S_DQINIT' E Extra keyword 'TTYPE296' in a: 'S_TELEMI' E Extra keyword 'TTYPE297' in a: 'S_ERRINI' E Extra keyword 'TTYPE298' in a: 'S_EXTR1D' E Extra keyword 'TTYPE299' in a: 'S_EXTR2D' E Extra keyword 'TTYPE3' in a: 'TIMESYS' E Extra keyword 'TTYPE30' in a: 'VISIT_ID' E Extra keyword 'TTYPE300' in a: 'S_FRSTFR' E Extra keyword 'TTYPE301' in a: 'S_FLAT' E Extra keyword 'TTYPE302' in a: 'S_FRINGE' E Extra keyword 'TTYPE303' in a: 'S_GANSCL' E Extra keyword 'TTYPE304' in a: 'S_GRPSCL' E Extra keyword 'TTYPE305' in a: 'S_GUICDS' E Extra keyword 'TTYPE306' in a: 'S_IMPRNT' E Extra keyword 'TTYPE307' in a: 'S_IPC' E Extra keyword 'TTYPE308' in a: 'S_JUMP' E Extra keyword 'TTYPE309' in a: 'S_KLIP' E Extra keyword 'TTYPE31' in a: 'PROGRAM' E Extra keyword 'TTYPE310' in a: 'S_LASTFR' E Extra keyword 'TTYPE311' in a: 'S_LINEAR' E Extra keyword 'TTYPE312' in a: 'S_MSBSUB' E Extra keyword 'TTYPE313' in a: 'S_MRSMAT' E Extra keyword 'TTYPE314' in a: 'S_MSAFLG' E Extra keyword 'TTYPE315' in a: 'S_OUTLIR' E Extra keyword 'TTYPE316' in a: 'S_PTHLOS' E Extra keyword 'TTYPE317' in a: 'S_PERSIS' E Extra keyword 'TTYPE318' in a: 'S_PHOTOM' E Extra keyword 'TTYPE319' in a: 'S_RAMP' E Extra keyword 'TTYPE32' in a: 'OBSERVTN' E Extra keyword 'TTYPE320' in a: 'S_REFPIX' E Extra keyword 'TTYPE321' in a: 'S_RESAMP' E Extra keyword 'TTYPE322' in a: 'S_RESET' E Extra keyword 'TTYPE323' in a: 'S_RSCD' E Extra keyword 'TTYPE324' in a: 'S_SATURA' E Extra keyword 'TTYPE325' in a: 'S_SKYMAT' E Extra keyword 'TTYPE326' in a: 'S_SRCCAT' E Extra keyword 'TTYPE327' in a: 'S_SRCTYP' E Extra keyword 'TTYPE328' in a: 'S_PSFSTK' E Extra keyword 'TTYPE329' in a: 'S_STRAY' E Extra keyword 'TTYPE33' in a: 'VISIT' E Extra keyword 'TTYPE330' in a: 'S_SUPERB' E Extra keyword 'TTYPE331' in a: 'S_TSPHOT' E Extra keyword 'TTYPE332' in a: 'S_TWKREG' E Extra keyword 'TTYPE333' in a: 'S_WAVCOR' E Extra keyword 'TTYPE334' in a: 'S_WFSCOM' E Extra keyword 'TTYPE335' in a: 'S_WHTLIT' E Extra keyword 'TTYPE336' in a: 'BKGLEVEL' E Extra keyword 'TTYPE337' in a: 'BKGSUB' E Extra keyword 'TTYPE34' in a: 'VISITGRP' E Extra keyword 'TTYPE35' in a: 'SEQ_ID' E Extra keyword 'TTYPE36' in a: 'ACT_ID' E Extra keyword 'TTYPE37' in a: 'EXPOSURE' E Extra keyword 'TTYPE38' in a: 'BKGDTARG' E Extra keyword 'TTYPE39' in a: 'TEMPLATE' E Extra keyword 'TTYPE4' in a: 'FILENAME' E Extra keyword 'TTYPE40' in a: 'OBSLABEL' E Extra keyword 'TTYPE41' in a: 'ENG_QUAL' E Extra keyword 'TTYPE42' in a: 'ENGQLPTG' E Extra keyword 'TTYPE43' in a: 'VISITYPE' E Extra keyword 'TTYPE44' in a: 'VSTSTART' E Extra keyword 'TTYPE45' in a: 'VISITSTA' E Extra keyword 'TTYPE46' in a: 'NEXPOSUR' E Extra keyword 'TTYPE47' in a: 'INTARGET' E Extra keyword 'TTYPE48' in a: 'TARGOOPP' E Extra keyword 'TTYPE49' in a: 'TSOVISIT' E Extra keyword 'TTYPE5' in a: 'FILETYPE' E Extra keyword 'TTYPE50' in a: 'EXP_ONLY' E Extra keyword 'TTYPE51' in a: 'TARGPROP' E Extra keyword 'TTYPE52' in a: 'TARGNAME' E Extra keyword 'TTYPE53' in a: 'TARGTYPE' E Extra keyword 'TTYPE54' in a: 'TARG_RA' E Extra keyword 'TTYPE55' in a: 'TARG_DEC' E Extra keyword 'TTYPE56' in a: 'TARGURA' E Extra keyword 'TTYPE57' in a: 'TARGUDEC' E Extra keyword 'TTYPE58' in a: 'MU_RA' E Extra keyword 'TTYPE59' in a: 'MU_DEC' E Extra keyword 'TTYPE6' in a: 'SDP_VER' E Extra keyword 'TTYPE60' in a: 'MU_EPOCH' E Extra keyword 'TTYPE61' in a: 'PROP_RA' E Extra keyword 'TTYPE62' in a: 'PROP_DEC' E Extra keyword 'TTYPE63' in a: 'SRCTYAPT' E Extra keyword 'TTYPE64' in a: 'INSTRUME' E Extra keyword 'TTYPE65' in a: 'DETECTOR' E Extra keyword 'TTYPE66' in a: 'MODULE' E Extra keyword 'TTYPE67' in a: 'CHANNEL' E Extra keyword 'TTYPE68' in a: 'FILTER' E Extra keyword 'TTYPE69' in a: 'PUPIL' E Extra keyword 'TTYPE7' in a: 'PRD_VER' E Extra keyword 'TTYPE70' in a: 'PILIN' E Extra keyword 'TTYPE71' in a: 'GRATING' E Extra keyword 'TTYPE72' in a: 'BAND' E Extra keyword 'TTYPE73' in a: 'FXD_SLIT' E Extra keyword 'TTYPE74' in a: 'FOCUSPOS' E Extra keyword 'TTYPE75' in a: 'PREIMAGE' E Extra keyword 'TTYPE76' in a: 'CCCSTATE' E Extra keyword 'TTYPE77' in a: 'CORONMSK' E Extra keyword 'TTYPE78' in a: 'MSASTATE' E Extra keyword 'TTYPE79' in a: 'MSAMETFL' E Extra keyword 'TTYPE8' in a: 'CAL_VER' E Extra keyword 'TTYPE80' in a: 'MSAMETID' E Extra keyword 'TTYPE81' in a: 'MSACONID' E Extra keyword 'TTYPE82' in a: 'LAMP' E Extra keyword 'TTYPE83' in a: 'OPMODE' E Extra keyword 'TTYPE84' in a: 'GWA_XTIL' E Extra keyword 'TTYPE85' in a: 'GWA_YTIL' E Extra keyword 'TTYPE86' in a: 'GWA_XP_V' E Extra keyword 'TTYPE87' in a: 'GWA_YP_V' E Extra keyword 'TTYPE88' in a: 'GWA_PXAV' E Extra keyword 'TTYPE89' in a: 'GWA_PYAV' E Extra keyword 'TTYPE9' in a: 'CAL_VCS' E Extra keyword 'TTYPE90' in a: 'GWA_TILT' E Extra keyword 'TTYPE91' in a: 'FWCPOS' E Extra keyword 'TTYPE92' in a: 'PWCPOS' E Extra keyword 'TTYPE93' in a: 'EXPCOUNT' E Extra keyword 'TTYPE94' in a: 'EXPRIPAR' E Extra keyword 'TTYPE95' in a: 'EXP_TYPE' E Extra keyword 'TTYPE96' in a: 'EXPSTART' E Extra keyword 'TTYPE97' in a: 'MJD-BEG' E Extra keyword 'TTYPE98' in a: 'EXPMID' E Extra keyword 'TTYPE99' in a: 'MJD-AVG' E Keyword EXTNAME has different values: E a> HDRTAB E b> SOLNS E Keyword NAXIS2 has different values: E a> 3 E b> 44 E Keyword TFIELDS has different values: E a> 337 E b> 1 E Keyword TTYPE1 has different values: E a> DATE E b> coeffs E E Data contains differences: E Tables have different number of columns: E a: 337 E b: 1 E Extra column ORIGIN of format 5A in a E Extra column TIMESYS of format 3A in a E Extra column FILENAME of format 44A in a E Extra column FILETYPE of format 3A in a E Extra column SDP_VER of format 6A in a E Extra column PRD_VER of format 15A in a E Extra column DATAMODL of format 10A in a E Extra column TELESCOP of format 4A in a E Extra column HGA_MOVE of format L in a E Extra column HGA_STRT of format D in a E Extra column HGA_STOP of format D in a E Extra column PWFSEET of format D in a E Extra column NWFSEST of format D in a E Extra column ASNPOOL of format 28A in a E Extra column ASNTABLE of format 47A in a E Extra column TITLE of format 43A in a E Extra column PI_NAME of format 17A in a E Extra column CATEGORY of format 3A in a E Extra column SUBCAT of format 6A in a E Extra column SCICAT of format D in a E Extra column CONT_ID of format D in a E Extra column DATE-OBS of format 10A in a E Extra column TIME-OBS of format 12A in a E Extra column DATE-BEG of format 23A in a E Extra column DATE-END of format 23A in a E Extra column OBS_ID of format 26A in a E Extra column VISIT_ID of format 11A in a E Extra column PROGRAM of format 5A in a E Extra column OBSERVTN of format 3A in a E Extra column VISIT of format 3A in a E Extra column VISITGRP of format 2A in a E Extra column SEQ_ID of format 1A in a E Extra column ACT_ID of format 2A in a E Extra column EXPOSURE of format 1A in a E Extra column BKGDTARG of format L in a E Extra column TEMPLATE of format 38A in a E Extra column OBSLABEL of format 33A in a E Extra column ENG_QUAL of format 7A in a E Extra column ENGQLPTG of format D in a E Extra column VISITYPE of format 20A in a E Extra column VSTSTART of format 27A in a E Extra column VISITSTA of format 10A in a E Extra column NEXPOSUR of format K in a E Extra column INTARGET of format L in a E Extra column TARGOOPP of format L in a E Extra column TSOVISIT of format L in a E Extra column EXP_ONLY of format L in a E Extra column TARGPROP of format 14A in a E Extra column TARGNAME of format 1A in a E Extra column TARGTYPE of format 5A in a E Extra column TARG_RA of format D in a E Extra column TARG_DEC of format D in a E Extra column TARGURA of format D in a E Extra column TARGUDEC of format D in a E Extra column MU_RA of format D in a E Extra column MU_DEC of format D in a E Extra column MU_EPOCH of format D in a E Extra column PROP_RA of format D in a E Extra column PROP_DEC of format D in a E Extra column SRCTYAPT of format D in a E Extra column INSTRUME of format 6A in a E Extra column DETECTOR of format 3A in a E Extra column MODULE of format D in a E Extra column CHANNEL of format D in a E Extra column FILTER of format 5A in a E Extra column PUPIL of format 3A in a E Extra column PILIN of format D in a E Extra column GRATING of format D in a E Extra column BAND of format D in a E Extra column FXD_SLIT of format D in a E Extra column FOCUSPOS of format D in a E Extra column PREIMAGE of format D in a E Extra column CCCSTATE of format D in a E Extra column CORONMSK of format D in a E Extra column MSASTATE of format D in a E Extra column MSAMETFL of format D in a E Extra column MSAMETID of format D in a E Extra column MSACONID of format D in a E Extra column LAMP of format 4A in a E Extra column OPMODE of format 32A in a E Extra column GWA_XTIL of format D in a E Extra column GWA_YTIL of format D in a E Extra column GWA_XP_V of format D in a E Extra column GWA_YP_V of format D in a E Extra column GWA_PXAV of format D in a E Extra column GWA_PYAV of format D in a E Extra column GWA_TILT of format D in a E Extra column FWCPOS of format D in a E Extra column PWCPOS of format D in a E Extra column EXPCOUNT of format K in a E Extra column EXPRIPAR of format 5A in a E Extra column EXP_TYPE of format 7A in a E Extra column EXPSTART of format D in a E Extra column MJD-BEG of format D in a E Extra column EXPMID of format D in a E Extra column MJD-AVG of format D in a E Extra column EXPEND of format D in a E Extra column MJD-END of format D in a E Extra column TDB-BEG of format D in a E Extra column TDB-MID of format D in a E Extra column TDB-END of format D in a E Extra column READPATT of format 8A in a E Extra column EXSEGNUM of format D in a E Extra column EXSEGTOT of format D in a E Extra column NOUTPUTS of format D in a E Extra column NINTS of format K in a E Extra column INTSTART of format D in a E Extra column INTEND of format D in a E Extra column NGROUPS of format K in a E Extra column NFRAMES of format K in a E Extra column MIRNGRPS of format D in a E Extra column MIRNFRMS of format D in a E Extra column FRMDIVSR of format K in a E Extra column GROUPGAP of format K in a E Extra column DRPFRMS1 of format K in a E Extra column DRPFRMS3 of format K in a E Extra column NSAMPLES of format K in a E Extra column TSAMPLE of format D in a E Extra column TFRAME of format D in a E Extra column TGROUP of format D in a E Extra column EFFINTTM of format D in a E Extra column EFFEXPTM of format D in a E Extra column XPOSURE of format D in a E Extra column DURATION of format D in a E Extra column TELAPSE of format D in a E Extra column NRSTSTRT of format K in a E Extra column NRESETS of format K in a E Extra column ZEROFRAM of format L in a E Extra column DATAPROB of format L in a E Extra column SCA_NUM of format K in a E Extra column DATAMODE of format K in a E Extra column NRS_NORM of format D in a E Extra column NRS_REF of format D in a E Extra column SCTARATE of format D in a E Extra column GAINFACT of format D in a E Extra column IS_IMPRT of format D in a E Extra column IS_PSF of format L in a E Extra column SELFREF of format L in a E Extra column SUBARRAY of format 5A in a E Extra column SUBSTRT1 of format K in a E Extra column SUBSTRT2 of format K in a E Extra column SUBSIZE1 of format K in a E Extra column SUBSIZE2 of format K in a E Extra column FASTAXIS of format K in a E Extra column SLOWAXIS of format K in a E Extra column DETXCOR of format D in a E Extra column DETYCOR of format D in a E Extra column DETXSIZ of format D in a E Extra column DETYSIZ of format D in a E Extra column PATTTYPE of format D in a E Extra column PRIDTYPE of format D in a E Extra column PRIDTPTS of format D in a E Extra column PATT_NUM of format K in a E Extra column PATTSTRT of format D in a E Extra column NUMDTHPT of format K in a E Extra column PATTNPTS of format D in a E Extra column PATTSIZE of format 4A in a E Extra column SMGRDPAT of format D in a E Extra column SUBPXPTS of format K in a E Extra column SUBPXPAT of format D in a E Extra column SPEC_NUM of format D in a E Extra column SPECNSTP of format D in a E Extra column SPECSTEP of format D in a E Extra column SPCOFFST of format D in a E Extra column SPAT_NUM of format D in a E Extra column SPATNSTP of format D in a E Extra column SPATSTEP of format D in a E Extra column SPTOFFST of format D in a E Extra column XOFFSET of format D in a E Extra column YOFFSET of format D in a E Extra column REFFRAME of format 7A in a E Extra column EPH_TYPE of format 10A in a E Extra column EPH_TIME of format D in a E Extra column JWST_X of format D in a E Extra column JWST_Y of format D in a E Extra column JWST_Z of format D in a E Extra column JWST_DX of format D in a E Extra column JWST_DY of format D in a E Extra column JWST_DZ of format D in a E Extra column APERNAME of format 8A in a E Extra column PPS_APER of format 8A in a E Extra column VA_RA of format D in a E Extra column VA_DEC of format D in a E Extra column BARTDELT of format D in a E Extra column BSTRTIME of format D in a E Extra column BENDTIME of format D in a E Extra column BMIDTIME of format D in a E Extra column HELIDELT of format D in a E Extra column HSTRTIME of format D in a E Extra column HENDTIME of format D in a E Extra column HMIDTIME of format D in a E Extra column FAM_LA1 of format D in a E Extra column FASTEP1 of format D in a E Extra column FAUNIT1 of format D in a E Extra column FAPHASE1 of format D in a E Extra column FA1VALUE of format D in a E Extra column FAM_LA2 of format D in a E Extra column FASTEP2 of format D in a E Extra column FAUNIT2 of format D in a E Extra column FAPHASE2 of format D in a E Extra column FA2VALUE of format D in a E Extra column FAM_LA3 of format D in a E Extra column FASTEP3 of format D in a E Extra column FAUNIT3 of format D in a E Extra column FAPHASE3 of format D in a E Extra column FA3VALUE of format D in a E Extra column RMA_POS of format D in a E Extra column FCSRLPOS of format D in a E Extra column GS_ORDER of format K in a E Extra column GSSTRTTM of format 27A in a E Extra column GSENDTIM of format 27A in a E Extra column GDSTARID of format 10A in a E Extra column GS_RA of format D in a E Extra column GS_DEC of format D in a E Extra column GS_URA of format D in a E Extra column GS_UDEC of format D in a E Extra column GS_MAG of format D in a E Extra column GS_UMAG of format D in a E Extra column PCS_MODE of format 9A in a E Extra column VISITEND of format 27A in a E Extra column GSACSTAT of format D in a E Extra column GSCENTX of format D in a E Extra column GSCENTY of format D in a E Extra column GS_EPOCH of format D in a E Extra column GS_MURA of format D in a E Extra column GS_MUDEC of format D in a E Extra column GS_PARA of format D in a E Extra column R_AREA of format 3A in a E Extra column R_MSAOPE of format D in a E Extra column R_BARSHA of format D in a E Extra column R_CAMERA of format 3A in a E Extra column R_COLLIM of format 3A in a E Extra column R_CUBPAR of format D in a E Extra column R_DARK of format 33A in a E Extra column R_DISPER of format 3A in a E Extra column R_DISTOR of format 39A in a E Extra column R_DRZPAR of format D in a E Extra column R_EXTR1D of format D in a E Extra column R_FILOFF of format 3A in a E Extra column R_FLAT of format 33A in a E Extra column R_DFLAT of format 3A in a E Extra column R_FFLAT of format 3A in a E Extra column R_SFLAT of format 3A in a E Extra column R_FORE of format 3A in a E Extra column R_FPA of format 3A in a E Extra column R_FRINGE of format D in a E Extra column R_GAIN of format 33A in a E Extra column R_IFUFOR of format 3A in a E Extra column R_IFUPOS of format 3A in a E Extra column R_IFUSLI of format 3A in a E Extra column R_IPC of format D in a E Extra column R_LASTFR of format D in a E Extra column R_LINEAR of format 38A in a E Extra column R_MASK of format 33A in a E Extra column R_MSA of format 3A in a E Extra column R_OTE of format 3A in a E Extra column R_PTHLOS of format D in a E Extra column R_PERSAT of format 35A in a E Extra column R_PHOTOM of format 35A in a E Extra column R_PSFMAS of format D in a E Extra column R_READNO of format 38A in a E Extra column R_REFPIX of format D in a E Extra column R_REGION of format 3A in a E Extra column R_RESAMP of format D in a E Extra column R_RESOL of format D in a E Extra column R_RESET of format D in a E Extra column R_RSCD of format D in a E Extra column R_SATURA of format 39A in a E Extra column R_SPCWCS of format 3A in a E Extra column R_STRAY of format D in a E Extra column R_SUPERB of format 38A in a E Extra column R_THRPUT of format 39A in a E Extra column R_TRPDEN of format 40A in a E Extra column R_TRPPAR of format 37A in a E Extra column R_TSPHOT of format D in a E Extra column R_V2V3 of format D in a E Extra column R_WAVCOR of format D in a E Extra column R_WAVRAN of format 3A in a E Extra column S_PSFALI of format D in a E Extra column S_AMIANA of format 8A in a E Extra column S_AMIAVG of format D in a E Extra column S_AMINOR of format D in a E Extra column S_WCS of format 8A in a E Extra column S_MTWCS of format D in a E Extra column S_BKDSUB of format D in a E Extra column S_BARSHA of format D in a E Extra column S_COMB1D of format D in a E Extra column S_IFUCUB of format D in a E Extra column S_DARK of format 8A in a E Extra column S_DQINIT of format 8A in a E Extra column S_TELEMI of format D in a E Extra column S_ERRINI of format D in a E Extra column S_EXTR1D of format D in a E Extra column S_EXTR2D of format D in a E Extra column S_FRSTFR of format D in a E Extra column S_FLAT of format 8A in a E Extra column S_FRINGE of format D in a E Extra column S_GANSCL of format 7A in a E Extra column S_GRPSCL of format 7A in a E Extra column S_GUICDS of format D in a E Extra column S_IMPRNT of format D in a E Extra column S_IPC of format D in a E Extra column S_JUMP of format 8A in a E Extra column S_KLIP of format D in a E Extra column S_LASTFR of format D in a E Extra column S_LINEAR of format 8A in a E Extra column S_MSBSUB of format D in a E Extra column S_MRSMAT of format D in a E Extra column S_MSAFLG of format D in a E Extra column S_OUTLIR of format D in a E Extra column S_PTHLOS of format D in a E Extra column S_PERSIS of format 8A in a E Extra column S_PHOTOM of format 8A in a E Extra column S_RAMP of format 8A in a E Extra column S_REFPIX of format 8A in a E Extra column S_RESAMP of format D in a E Extra column S_RESET of format D in a E Extra column S_RSCD of format D in a E Extra column S_SATURA of format 8A in a E Extra column S_SKYMAT of format D in a E Extra column S_SRCCAT of format D in a E Extra column S_SRCTYP of format D in a E Extra column S_PSFSTK of format D in a E Extra column S_STRAY of format D in a E Extra column S_SUPERB of format 8A in a E Extra column S_TSPHOT of format D in a E Extra column S_TWKREG of format D in a E Extra column S_WAVCOR of format D in a E Extra column S_WFSCOM of format D in a E Extra column S_WHTLIT of format D in a E Extra column BKGLEVEL of format D in a E Extra column BKGSUB of format D in a E Extra column coeffs of format D in b E Table rows differ: E a: 3 E b: 44 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6df5fc40>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 224640 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_psf-amiavg.fits HTTP/1.1" 200 224640 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py::test_niriss_ami3_product[aminorm] | 0.30 | |
|
run_pipeline = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...s', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits'} suffix = 'aminorm' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["amiavg", "psf-amiavg", "aminorm"]) def test_niriss_ami3_product(run_pipeline, suffix, fitsdiff_default_kwargs): """Check final products of calwebb_ami3""" rtdata = run_pipeline output = "jw00793-c1014_t005_niriss_f480m-nrm-sub80_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_ami3/" + output) fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_ami3_run_pipeline0/truth/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Files contain different numbers of HDUs: E a: 11 E b: 12 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 243 E b: 234 E Extra keyword 'EPH_TIME' in a: 58574.91041666667 E Extra keyword 'EPH_TYPE' in a: 'Definitive' E Extra keyword 'JWST_DX' in a: 0.0469790221838205 E Extra keyword 'JWST_DY' in a: -0.0773431264526588 E Extra keyword 'JWST_DZ' in a: -0.120950340212028 E Extra keyword 'JWST_X' in a: -1384244.75184443 E Extra keyword 'JWST_Y' in a: -770286.33628962 E Extra keyword 'JWST_Z' in a: -530705.629288779 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 0 E Inconsistent duplicates of keyword '' : E Occurs 50 time(s) in a, 49 times in (b) E Keyword [11] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [12] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [13] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [14] has different values: E a> Time information E b> Guide star information E Keyword [15] has different values: E a> Guide star information E b> Reference file information E Keyword [16] has different values: E a> Reference file information E b> CRDS parameters E Keyword [17] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [18] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [19] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [20] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [21] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [22] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [23] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [24] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [25] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [26] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [27] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [28] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [29] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [30] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [31] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [32] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [33] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [34] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [35] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [36] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [37] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [38] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [39] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [40] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [41] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [42] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [43] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [44] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [45] has different values: E a> Superbias reference file information E b> Filter throughput reference file information E Keyword [46] has different values: E a> Filter throughput reference file information E b> Trap density reference file information E Keyword [47] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [48] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [49] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1: E Extension names differ: E a: FIT E b: SCI E E Headers contain differences: E Headers have different number of cards: E a: 9 E b: 10 E Extra keyword 'EXTVER' in a: 1 E Extra keyword 'NAXIS2' in a: 79 E Extra keyword '' in b: '' E Extra keyword 'EPH_TIME' in b: 58574.91041666667 E Extra keyword 'EPH_TYPE' in b: 'Definitive' E Extra keyword 'REFFRAME' in b: 'EME2000' E Keyword BITPIX has different values: E a> -32 E b> 8 E Keyword EXTNAME has different values: E a> FIT E b> SCI E Keyword NAXIS has different values: E a> 2 E b> 0 E E Extension HDU 2: E Extension names differ: E a: RESID E b: FIT E E Headers contain differences: E Keyword EXTNAME has different values: E a> RESID E b> FIT E E Data contains differences: E Data differs at [31, 31]: E a> 0.023726119 E b> 0.024969906 E Data differs at [32, 31]: E a> 0.033588223 E b> 0.0371372 E Data differs at [33, 31]: E a> 0.06062609 E b> 0.06611066 E Data differs at [34, 31]: E a> 0.088199936 E b> 0.094267786 E Data differs at [35, 31]: E a> 0.05899796 E b> 0.06627458 E Data differs at [36, 31]: E a> 0.026297087 E b> 0.041321997 E Data differs at [37, 31]: E a> 0.047618445 E b> 0.066069216 E Data differs at [38, 31]: E a> 0.048882395 E b> 0.06605003 E Data differs at [39, 31]: E a> 0.027094817 E b> 0.06061408 E Data differs at [40, 31]: E a> 0.019683136 E b> 0.08170366 E ... E 380 different pixels found (6.09% different). E E Extension HDU 3: E Extension types differ: E a: BINTABLE E b: IMAGE E Extension names differ: E a: CLOSURE_AMP E b: RESID E E Headers contain differences: E Headers have different number of cards: E a: 12 E b: 9 E Extra keyword 'TFIELDS' in a: 1 E Extra keyword 'TTYPE1' in a: 'coeffs' E Keyword BITPIX has different values: E a> 8 E b> -32 E Keyword EXTNAME has different values: E a> CLOSURE_AMP E b> RESID E Keyword NAXIS2 has different values: E a> 35 E b> 79 E Keyword NAXIS2 has different comments: E a> length of dimension 2 E Keyword PCOUNT has different comments: E a> number of group parameters E ? ------ E b> number of parameters E Keyword XTENSION has different values: E a> BINTABLE E b> IMAGE E Keyword XTENSION has different comments: E a> binary table extension E b> Image extension E E Extension HDU 4: E Extension names differ: E a: CLOSURE_PHA E b: CLOSURE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> CLOSURE_PHA E ? -- E b> CLOSURE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> -0.1446719690874777 E b> 0.01949701573124951 E Column coeffs data differs in row 1: E a> 3.177503273214698 E b> 0.018673696589945013 E Column coeffs data differs in row 2: E a> -0.11994273558430325 E b> 0.5410506125732107 E Column coeffs data differs in row 3: E a> -0.5046066355828924 E b> 0.030445803796642624 E Column coeffs data differs in row 4: E a> -0.16404879085511143 E b> 1.0534506575420177 E Column coeffs data differs in row 5: E a> 3.2665472012125614 E b> 8.843358287720525 E Column coeffs data differs in row 6: E a> -0.011214367128198122 E b> 1.0885565476956713 E Column coeffs data differs in row 7: E a> -0.0165836715468044 E b> 0.27047606620538567 E Column coeffs data differs in row 8: E a> -0.013652571101410386 E b> 0.09505997545955341 E Column coeffs data differs in row 9: E a> -3.3111885509431054 E b> 0.11224810100418148 E ...25 additional difference(s) found. E ... E 35 different table data element(s) found (100.00% different). E E Extension HDU 5: E Extension names differ: E a: FRINGE_AMP E b: CLOSURE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_AMP E b> CLOSURE_PHA E Keyword NAXIS2 has different values: E a> 21 E b> 35 E E Data contains differences: E Table rows differ: E a: 21 E b: 35 E No further data comparison performed. E E Extension HDU 6: E Extension names differ: E a: FRINGE_PHA E b: FRINGE_AMP E E Headers contain differences: E Keyword EXTNAME has different values: E a> FRINGE_PHA E ? -- E b> FRINGE_AMP E ? ++ E E Data contains differences: E Column coeffs data differs in row 0: E a> 0.21256263306360826 E b> 0.8358541996491737 E Column coeffs data differs in row 1: E a> -0.19825735839702283 E b> 0.9804703512909378 E Column coeffs data differs in row 2: E a> -0.4352352358707057 E b> 1.0010989600709608 E Column coeffs data differs in row 3: E a> -0.1672066539967351 E b> 1.0362526896849298 E Column coeffs data differs in row 4: E a> 0.4030326027186127 E b> 0.9698878680777598 E Column coeffs data differs in row 5: E a> -0.3685764873144839 E b> 0.9411345897399609 E Column coeffs data differs in row 6: E a> -0.2976091444410675 E b> 1.0185856373046183 E Column coeffs data differs in row 7: E a> -0.04486211153776865 E b> 1.0015573911136304 E Column coeffs data differs in row 8: E a> -0.2550976332592633 E b> 0.9976170654206505 E Column coeffs data differs in row 9: E a> -0.52616214932453 E b> 1.1039560598864797 E ...11 additional difference(s) found. E ... E 21 different table data element(s) found (100.00% different). E E Extension HDU 7: E Extension names differ: E a: PUPIL_PHA E b: FRINGE_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> PUPIL_PHA E b> FRINGE_PHA E Keyword NAXIS2 has different values: E a> 7 E b> 21 E E Data contains differences: E Table rows differ: E a: 7 E b: 21 E No further data comparison performed. E E Extension HDU 8: E Extension names differ: E a: SOLNS E b: PUPIL_PHA E E Headers contain differences: E Keyword EXTNAME has different values: E a> SOLNS E b> PUPIL_PHA E Keyword NAXIS2 has different values: E a> 44 E b> 7 E E Data contains differences: E Table rows differ: E a: 44 E b: 7 E No further data comparison performed. E E Extension HDU 9: E Extension names differ: E a: HDRTAB E b: SOLNS E E Headers contain differences: E Headers have different number of cards: E a: 684 E b: 12 E Extra keyword 'TTYPE10' in a: 'DATAMODL' E Extra keyword 'TTYPE100' in a: 'EXPEND' E Extra keyword 'TTYPE101' in a: 'MJD-END' E Extra keyword 'TTYPE102' in a: 'TDB-BEG' E Extra keyword 'TTYPE103' in a: 'TDB-MID' E Extra keyword 'TTYPE104' in a: 'TDB-END' E Extra keyword 'TTYPE105' in a: 'READPATT' E Extra keyword 'TTYPE106' in a: 'EXSEGNUM' E Extra keyword 'TTYPE107' in a: 'EXSEGTOT' E Extra keyword 'TTYPE108' in a: 'NOUTPUTS' E Extra keyword 'TTYPE109' in a: 'NINTS' E Extra keyword 'TTYPE11' in a: 'TELESCOP' E Extra keyword 'TTYPE110' in a: 'INTSTART' E Extra keyword 'TTYPE111' in a: 'INTEND' E Extra keyword 'TTYPE112' in a: 'NGROUPS' E Extra keyword 'TTYPE113' in a: 'NFRAMES' E Extra keyword 'TTYPE114' in a: 'MIRNGRPS' E Extra keyword 'TTYPE115' in a: 'MIRNFRMS' E Extra keyword 'TTYPE116' in a: 'FRMDIVSR' E Extra keyword 'TTYPE117' in a: 'GROUPGAP' E Extra keyword 'TTYPE118' in a: 'DRPFRMS1' E Extra keyword 'TTYPE119' in a: 'DRPFRMS3' E Extra keyword 'TTYPE12' in a: 'HGA_MOVE' E Extra keyword 'TTYPE120' in a: 'NSAMPLES' E Extra keyword 'TTYPE121' in a: 'TSAMPLE' E Extra keyword 'TTYPE122' in a: 'TFRAME' E Extra keyword 'TTYPE123' in a: 'TGROUP' E Extra keyword 'TTYPE124' in a: 'EFFINTTM' E Extra keyword 'TTYPE125' in a: 'EFFEXPTM' E Extra keyword 'TTYPE126' in a: 'XPOSURE' E Extra keyword 'TTYPE127' in a: 'DURATION' E Extra keyword 'TTYPE128' in a: 'TELAPSE' E Extra keyword 'TTYPE129' in a: 'NRSTSTRT' E Extra keyword 'TTYPE13' in a: 'HGA_STRT' E Extra keyword 'TTYPE130' in a: 'NRESETS' E Extra keyword 'TTYPE131' in a: 'ZEROFRAM' E Extra keyword 'TTYPE132' in a: 'DATAPROB' E Extra keyword 'TTYPE133' in a: 'SCA_NUM' E Extra keyword 'TTYPE134' in a: 'DATAMODE' E Extra keyword 'TTYPE135' in a: 'NRS_NORM' E Extra keyword 'TTYPE136' in a: 'NRS_REF' E Extra keyword 'TTYPE137' in a: 'SCTARATE' E Extra keyword 'TTYPE138' in a: 'GAINFACT' E Extra keyword 'TTYPE139' in a: 'IS_IMPRT' E Extra keyword 'TTYPE14' in a: 'HGA_STOP' E Extra keyword 'TTYPE140' in a: 'IS_PSF' E Extra keyword 'TTYPE141' in a: 'SELFREF' E Extra keyword 'TTYPE142' in a: 'SUBARRAY' E Extra keyword 'TTYPE143' in a: 'SUBSTRT1' E Extra keyword 'TTYPE144' in a: 'SUBSTRT2' E Extra keyword 'TTYPE145' in a: 'SUBSIZE1' E Extra keyword 'TTYPE146' in a: 'SUBSIZE2' E Extra keyword 'TTYPE147' in a: 'FASTAXIS' E Extra keyword 'TTYPE148' in a: 'SLOWAXIS' E Extra keyword 'TTYPE149' in a: 'DETXCOR' E Extra keyword 'TTYPE15' in a: 'PWFSEET' E Extra keyword 'TTYPE150' in a: 'DETYCOR' E Extra keyword 'TTYPE151' in a: 'DETXSIZ' E Extra keyword 'TTYPE152' in a: 'DETYSIZ' E Extra keyword 'TTYPE153' in a: 'PATTTYPE' E Extra keyword 'TTYPE154' in a: 'PRIDTYPE' E Extra keyword 'TTYPE155' in a: 'PRIDTPTS' E Extra keyword 'TTYPE156' in a: 'PATT_NUM' E Extra keyword 'TTYPE157' in a: 'PATTSTRT' E Extra keyword 'TTYPE158' in a: 'NUMDTHPT' E Extra keyword 'TTYPE159' in a: 'PATTNPTS' E Extra keyword 'TTYPE16' in a: 'NWFSEST' E Extra keyword 'TTYPE160' in a: 'PATTSIZE' E Extra keyword 'TTYPE161' in a: 'SMGRDPAT' E Extra keyword 'TTYPE162' in a: 'SUBPXPTS' E Extra keyword 'TTYPE163' in a: 'SUBPXPAT' E Extra keyword 'TTYPE164' in a: 'SPEC_NUM' E Extra keyword 'TTYPE165' in a: 'SPECNSTP' E Extra keyword 'TTYPE166' in a: 'SPECSTEP' E Extra keyword 'TTYPE167' in a: 'SPCOFFST' E Extra keyword 'TTYPE168' in a: 'SPAT_NUM' E Extra keyword 'TTYPE169' in a: 'SPATNSTP' E Extra keyword 'TTYPE17' in a: 'ASNPOOL' E Extra keyword 'TTYPE170' in a: 'SPATSTEP' E Extra keyword 'TTYPE171' in a: 'SPTOFFST' E Extra keyword 'TTYPE172' in a: 'XOFFSET' E Extra keyword 'TTYPE173' in a: 'YOFFSET' E Extra keyword 'TTYPE174' in a: 'REFFRAME' E Extra keyword 'TTYPE175' in a: 'EPH_TYPE' E Extra keyword 'TTYPE176' in a: 'EPH_TIME' E Extra keyword 'TTYPE177' in a: 'JWST_X' E Extra keyword 'TTYPE178' in a: 'JWST_Y' E Extra keyword 'TTYPE179' in a: 'JWST_Z' E Extra keyword 'TTYPE18' in a: 'ASNTABLE' E Extra keyword 'TTYPE180' in a: 'JWST_DX' E Extra keyword 'TTYPE181' in a: 'JWST_DY' E Extra keyword 'TTYPE182' in a: 'JWST_DZ' E Extra keyword 'TTYPE183' in a: 'APERNAME' E Extra keyword 'TTYPE184' in a: 'PPS_APER' E Extra keyword 'TTYPE185' in a: 'VA_RA' E Extra keyword 'TTYPE186' in a: 'VA_DEC' E Extra keyword 'TTYPE187' in a: 'BARTDELT' E Extra keyword 'TTYPE188' in a: 'BSTRTIME' E Extra keyword 'TTYPE189' in a: 'BENDTIME' E Extra keyword 'TTYPE19' in a: 'TITLE' E Extra keyword 'TTYPE190' in a: 'BMIDTIME' E Extra keyword 'TTYPE191' in a: 'HELIDELT' E Extra keyword 'TTYPE192' in a: 'HSTRTIME' E Extra keyword 'TTYPE193' in a: 'HENDTIME' E Extra keyword 'TTYPE194' in a: 'HMIDTIME' E Extra keyword 'TTYPE195' in a: 'FAM_LA1' E Extra keyword 'TTYPE196' in a: 'FASTEP1' E Extra keyword 'TTYPE197' in a: 'FAUNIT1' E Extra keyword 'TTYPE198' in a: 'FAPHASE1' E Extra keyword 'TTYPE199' in a: 'FA1VALUE' E Extra keyword 'TTYPE2' in a: 'ORIGIN' E Extra keyword 'TTYPE20' in a: 'PI_NAME' E Extra keyword 'TTYPE200' in a: 'FAM_LA2' E Extra keyword 'TTYPE201' in a: 'FASTEP2' E Extra keyword 'TTYPE202' in a: 'FAUNIT2' E Extra keyword 'TTYPE203' in a: 'FAPHASE2' E Extra keyword 'TTYPE204' in a: 'FA2VALUE' E Extra keyword 'TTYPE205' in a: 'FAM_LA3' E Extra keyword 'TTYPE206' in a: 'FASTEP3' E Extra keyword 'TTYPE207' in a: 'FAUNIT3' E Extra keyword 'TTYPE208' in a: 'FAPHASE3' E Extra keyword 'TTYPE209' in a: 'FA3VALUE' E Extra keyword 'TTYPE21' in a: 'CATEGORY' E Extra keyword 'TTYPE210' in a: 'RMA_POS' E Extra keyword 'TTYPE211' in a: 'FCSRLPOS' E Extra keyword 'TTYPE212' in a: 'GS_ORDER' E Extra keyword 'TTYPE213' in a: 'GSSTRTTM' E Extra keyword 'TTYPE214' in a: 'GSENDTIM' E Extra keyword 'TTYPE215' in a: 'GDSTARID' E Extra keyword 'TTYPE216' in a: 'GS_RA' E Extra keyword 'TTYPE217' in a: 'GS_DEC' E Extra keyword 'TTYPE218' in a: 'GS_URA' E Extra keyword 'TTYPE219' in a: 'GS_UDEC' E Extra keyword 'TTYPE22' in a: 'SUBCAT' E Extra keyword 'TTYPE220' in a: 'GS_MAG' E Extra keyword 'TTYPE221' in a: 'GS_UMAG' E Extra keyword 'TTYPE222' in a: 'PCS_MODE' E Extra keyword 'TTYPE223' in a: 'VISITEND' E Extra keyword 'TTYPE224' in a: 'GSACSTAT' E Extra keyword 'TTYPE225' in a: 'GSCENTX' E Extra keyword 'TTYPE226' in a: 'GSCENTY' E Extra keyword 'TTYPE227' in a: 'GS_EPOCH' E Extra keyword 'TTYPE228' in a: 'GS_MURA' E Extra keyword 'TTYPE229' in a: 'GS_MUDEC' E Extra keyword 'TTYPE23' in a: 'SCICAT' E Extra keyword 'TTYPE230' in a: 'GS_PARA' E Extra keyword 'TTYPE231' in a: 'CRDS_VER' E Extra keyword 'TTYPE232' in a: 'CRDS_CTX' E Extra keyword 'TTYPE233' in a: 'R_AREA' E Extra keyword 'TTYPE234' in a: 'R_MSAOPE' E Extra keyword 'TTYPE235' in a: 'R_BARSHA' E Extra keyword 'TTYPE236' in a: 'R_CAMERA' E Extra keyword 'TTYPE237' in a: 'R_COLLIM' E Extra keyword 'TTYPE238' in a: 'R_CUBPAR' E Extra keyword 'TTYPE239' in a: 'R_DARK' E Extra keyword 'TTYPE24' in a: 'CONT_ID' E Extra keyword 'TTYPE240' in a: 'R_DISPER' E Extra keyword 'TTYPE241' in a: 'R_DISTOR' E Extra keyword 'TTYPE242' in a: 'R_DRZPAR' E Extra keyword 'TTYPE243' in a: 'R_EXTR1D' E Extra keyword 'TTYPE244' in a: 'R_FILOFF' E Extra keyword 'TTYPE245' in a: 'R_FLAT' E Extra keyword 'TTYPE246' in a: 'R_DFLAT' E Extra keyword 'TTYPE247' in a: 'R_FFLAT' E Extra keyword 'TTYPE248' in a: 'R_SFLAT' E Extra keyword 'TTYPE249' in a: 'R_FORE' E Extra keyword 'TTYPE25' in a: 'DATE-OBS' E Extra keyword 'TTYPE250' in a: 'R_FPA' E Extra keyword 'TTYPE251' in a: 'R_FRINGE' E Extra keyword 'TTYPE252' in a: 'R_GAIN' E Extra keyword 'TTYPE253' in a: 'R_IFUFOR' E Extra keyword 'TTYPE254' in a: 'R_IFUPOS' E Extra keyword 'TTYPE255' in a: 'R_IFUSLI' E Extra keyword 'TTYPE256' in a: 'R_IPC' E Extra keyword 'TTYPE257' in a: 'R_LASTFR' E Extra keyword 'TTYPE258' in a: 'R_LINEAR' E Extra keyword 'TTYPE259' in a: 'R_MASK' E Extra keyword 'TTYPE26' in a: 'TIME-OBS' E Extra keyword 'TTYPE260' in a: 'R_MSA' E Extra keyword 'TTYPE261' in a: 'R_OTE' E Extra keyword 'TTYPE262' in a: 'R_PTHLOS' E Extra keyword 'TTYPE263' in a: 'R_PERSAT' E Extra keyword 'TTYPE264' in a: 'R_PHOTOM' E Extra keyword 'TTYPE265' in a: 'R_PSFMAS' E Extra keyword 'TTYPE266' in a: 'R_READNO' E Extra keyword 'TTYPE267' in a: 'R_REFPIX' E Extra keyword 'TTYPE268' in a: 'R_REGION' E Extra keyword 'TTYPE269' in a: 'R_RESAMP' E Extra keyword 'TTYPE27' in a: 'DATE-BEG' E Extra keyword 'TTYPE270' in a: 'R_RESOL' E Extra keyword 'TTYPE271' in a: 'R_RESET' E Extra keyword 'TTYPE272' in a: 'R_RSCD' E Extra keyword 'TTYPE273' in a: 'R_SATURA' E Extra keyword 'TTYPE274' in a: 'R_SPCWCS' E Extra keyword 'TTYPE275' in a: 'R_STRAY' E Extra keyword 'TTYPE276' in a: 'R_SUPERB' E Extra keyword 'TTYPE277' in a: 'R_THRPUT' E Extra keyword 'TTYPE278' in a: 'R_TRPDEN' E Extra keyword 'TTYPE279' in a: 'R_TRPPAR' E Extra keyword 'TTYPE28' in a: 'DATE-END' E Extra keyword 'TTYPE280' in a: 'R_TSPHOT' E Extra keyword 'TTYPE281' in a: 'R_V2V3' E Extra keyword 'TTYPE282' in a: 'R_WAVCOR' E Extra keyword 'TTYPE283' in a: 'R_WAVRAN' E Extra keyword 'TTYPE284' in a: 'S_PSFALI' E Extra keyword 'TTYPE285' in a: 'S_AMIANA' E Extra keyword 'TTYPE286' in a: 'S_AMIAVG' E Extra keyword 'TTYPE287' in a: 'S_AMINOR' E Extra keyword 'TTYPE288' in a: 'S_WCS' E Extra keyword 'TTYPE289' in a: 'S_MTWCS' E Extra keyword 'TTYPE29' in a: 'OBS_ID' E Extra keyword 'TTYPE290' in a: 'S_BKDSUB' E Extra keyword 'TTYPE291' in a: 'S_BARSHA' E Extra keyword 'TTYPE292' in a: 'S_COMB1D' E Extra keyword 'TTYPE293' in a: 'S_IFUCUB' E Extra keyword 'TTYPE294' in a: 'S_DARK' E Extra keyword 'TTYPE295' in a: 'S_DQINIT' E Extra keyword 'TTYPE296' in a: 'S_TELEMI' E Extra keyword 'TTYPE297' in a: 'S_ERRINI' E Extra keyword 'TTYPE298' in a: 'S_EXTR1D' E Extra keyword 'TTYPE299' in a: 'S_EXTR2D' E Extra keyword 'TTYPE3' in a: 'TIMESYS' E Extra keyword 'TTYPE30' in a: 'VISIT_ID' E Extra keyword 'TTYPE300' in a: 'S_FRSTFR' E Extra keyword 'TTYPE301' in a: 'S_FLAT' E Extra keyword 'TTYPE302' in a: 'S_FRINGE' E Extra keyword 'TTYPE303' in a: 'S_GANSCL' E Extra keyword 'TTYPE304' in a: 'S_GRPSCL' E Extra keyword 'TTYPE305' in a: 'S_GUICDS' E Extra keyword 'TTYPE306' in a: 'S_IMPRNT' E Extra keyword 'TTYPE307' in a: 'S_IPC' E Extra keyword 'TTYPE308' in a: 'S_JUMP' E Extra keyword 'TTYPE309' in a: 'S_KLIP' E Extra keyword 'TTYPE31' in a: 'PROGRAM' E Extra keyword 'TTYPE310' in a: 'S_LASTFR' E Extra keyword 'TTYPE311' in a: 'S_LINEAR' E Extra keyword 'TTYPE312' in a: 'S_MSBSUB' E Extra keyword 'TTYPE313' in a: 'S_MRSMAT' E Extra keyword 'TTYPE314' in a: 'S_MSAFLG' E Extra keyword 'TTYPE315' in a: 'S_OUTLIR' E Extra keyword 'TTYPE316' in a: 'S_PTHLOS' E Extra keyword 'TTYPE317' in a: 'S_PERSIS' E Extra keyword 'TTYPE318' in a: 'S_PHOTOM' E Extra keyword 'TTYPE319' in a: 'S_RAMP' E Extra keyword 'TTYPE32' in a: 'OBSERVTN' E Extra keyword 'TTYPE320' in a: 'S_REFPIX' E Extra keyword 'TTYPE321' in a: 'S_RESAMP' E Extra keyword 'TTYPE322' in a: 'S_RESET' E Extra keyword 'TTYPE323' in a: 'S_RSCD' E Extra keyword 'TTYPE324' in a: 'S_SATURA' E Extra keyword 'TTYPE325' in a: 'S_SKYMAT' E Extra keyword 'TTYPE326' in a: 'S_SRCCAT' E Extra keyword 'TTYPE327' in a: 'S_SRCTYP' E Extra keyword 'TTYPE328' in a: 'S_PSFSTK' E Extra keyword 'TTYPE329' in a: 'S_STRAY' E Extra keyword 'TTYPE33' in a: 'VISIT' E Extra keyword 'TTYPE330' in a: 'S_SUPERB' E Extra keyword 'TTYPE331' in a: 'S_TSPHOT' E Extra keyword 'TTYPE332' in a: 'S_TWKREG' E Extra keyword 'TTYPE333' in a: 'S_WAVCOR' E Extra keyword 'TTYPE334' in a: 'S_WFSCOM' E Extra keyword 'TTYPE335' in a: 'S_WHTLIT' E Extra keyword 'TTYPE336' in a: 'BKGLEVEL' E Extra keyword 'TTYPE337' in a: 'BKGSUB' E Extra keyword 'TTYPE34' in a: 'VISITGRP' E Extra keyword 'TTYPE35' in a: 'SEQ_ID' E Extra keyword 'TTYPE36' in a: 'ACT_ID' E Extra keyword 'TTYPE37' in a: 'EXPOSURE' E Extra keyword 'TTYPE38' in a: 'BKGDTARG' E Extra keyword 'TTYPE39' in a: 'TEMPLATE' E Extra keyword 'TTYPE4' in a: 'FILENAME' E Extra keyword 'TTYPE40' in a: 'OBSLABEL' E Extra keyword 'TTYPE41' in a: 'ENG_QUAL' E Extra keyword 'TTYPE42' in a: 'ENGQLPTG' E Extra keyword 'TTYPE43' in a: 'VISITYPE' E Extra keyword 'TTYPE44' in a: 'VSTSTART' E Extra keyword 'TTYPE45' in a: 'VISITSTA' E Extra keyword 'TTYPE46' in a: 'NEXPOSUR' E Extra keyword 'TTYPE47' in a: 'INTARGET' E Extra keyword 'TTYPE48' in a: 'TARGOOPP' E Extra keyword 'TTYPE49' in a: 'TSOVISIT' E Extra keyword 'TTYPE5' in a: 'FILETYPE' E Extra keyword 'TTYPE50' in a: 'EXP_ONLY' E Extra keyword 'TTYPE51' in a: 'TARGPROP' E Extra keyword 'TTYPE52' in a: 'TARGNAME' E Extra keyword 'TTYPE53' in a: 'TARGTYPE' E Extra keyword 'TTYPE54' in a: 'TARG_RA' E Extra keyword 'TTYPE55' in a: 'TARG_DEC' E Extra keyword 'TTYPE56' in a: 'TARGURA' E Extra keyword 'TTYPE57' in a: 'TARGUDEC' E Extra keyword 'TTYPE58' in a: 'MU_RA' E Extra keyword 'TTYPE59' in a: 'MU_DEC' E Extra keyword 'TTYPE6' in a: 'SDP_VER' E Extra keyword 'TTYPE60' in a: 'MU_EPOCH' E Extra keyword 'TTYPE61' in a: 'PROP_RA' E Extra keyword 'TTYPE62' in a: 'PROP_DEC' E Extra keyword 'TTYPE63' in a: 'SRCTYAPT' E Extra keyword 'TTYPE64' in a: 'INSTRUME' E Extra keyword 'TTYPE65' in a: 'DETECTOR' E Extra keyword 'TTYPE66' in a: 'MODULE' E Extra keyword 'TTYPE67' in a: 'CHANNEL' E Extra keyword 'TTYPE68' in a: 'FILTER' E Extra keyword 'TTYPE69' in a: 'PUPIL' E Extra keyword 'TTYPE7' in a: 'PRD_VER' E Extra keyword 'TTYPE70' in a: 'PILIN' E Extra keyword 'TTYPE71' in a: 'GRATING' E Extra keyword 'TTYPE72' in a: 'BAND' E Extra keyword 'TTYPE73' in a: 'FXD_SLIT' E Extra keyword 'TTYPE74' in a: 'FOCUSPOS' E Extra keyword 'TTYPE75' in a: 'PREIMAGE' E Extra keyword 'TTYPE76' in a: 'CCCSTATE' E Extra keyword 'TTYPE77' in a: 'CORONMSK' E Extra keyword 'TTYPE78' in a: 'MSASTATE' E Extra keyword 'TTYPE79' in a: 'MSAMETFL' E Extra keyword 'TTYPE8' in a: 'CAL_VER' E Extra keyword 'TTYPE80' in a: 'MSAMETID' E Extra keyword 'TTYPE81' in a: 'MSACONID' E Extra keyword 'TTYPE82' in a: 'LAMP' E Extra keyword 'TTYPE83' in a: 'OPMODE' E Extra keyword 'TTYPE84' in a: 'GWA_XTIL' E Extra keyword 'TTYPE85' in a: 'GWA_YTIL' E Extra keyword 'TTYPE86' in a: 'GWA_XP_V' E Extra keyword 'TTYPE87' in a: 'GWA_YP_V' E Extra keyword 'TTYPE88' in a: 'GWA_PXAV' E Extra keyword 'TTYPE89' in a: 'GWA_PYAV' E Extra keyword 'TTYPE9' in a: 'CAL_VCS' E Extra keyword 'TTYPE90' in a: 'GWA_TILT' E Extra keyword 'TTYPE91' in a: 'FWCPOS' E Extra keyword 'TTYPE92' in a: 'PWCPOS' E Extra keyword 'TTYPE93' in a: 'EXPCOUNT' E Extra keyword 'TTYPE94' in a: 'EXPRIPAR' E Extra keyword 'TTYPE95' in a: 'EXP_TYPE' E Extra keyword 'TTYPE96' in a: 'EXPSTART' E Extra keyword 'TTYPE97' in a: 'MJD-BEG' E Extra keyword 'TTYPE98' in a: 'EXPMID' E Extra keyword 'TTYPE99' in a: 'MJD-AVG' E Keyword EXTNAME has different values: E a> HDRTAB E b> SOLNS E Keyword NAXIS2 has different values: E a> 2 E b> 44 E Keyword TFIELDS has different values: E a> 337 E b> 1 E Keyword TTYPE1 has different values: E a> DATE E b> coeffs E E Data contains differences: E Tables have different number of columns: E a: 337 E b: 1 E Extra column ORIGIN of format 5A in a E Extra column TIMESYS of format 3A in a E Extra column FILENAME of format 57A in a E Extra column FILETYPE of format 12A in a E Extra column SDP_VER of format 6A in a E Extra column PRD_VER of format 15A in a E Extra column DATAMODL of format 10A in a E Extra column TELESCOP of format 4A in a E Extra column HGA_MOVE of format L in a E Extra column HGA_STRT of format D in a E Extra column HGA_STOP of format D in a E Extra column PWFSEET of format D in a E Extra column NWFSEST of format D in a E Extra column ASNPOOL of format 28A in a E Extra column ASNTABLE of format 47A in a E Extra column TITLE of format 43A in a E Extra column PI_NAME of format 17A in a E Extra column CATEGORY of format 3A in a E Extra column SUBCAT of format 6A in a E Extra column SCICAT of format D in a E Extra column CONT_ID of format D in a E Extra column DATE-OBS of format 10A in a E Extra column TIME-OBS of format 15A in a E Extra column DATE-BEG of format 23A in a E Extra column DATE-END of format 23A in a E Extra column OBS_ID of format 26A in a E Extra column VISIT_ID of format 11A in a E Extra column PROGRAM of format 5A in a E Extra column OBSERVTN of format 3A in a E Extra column VISIT of format 3A in a E Extra column VISITGRP of format 2A in a E Extra column SEQ_ID of format 1A in a E Extra column ACT_ID of format 2A in a E Extra column EXPOSURE of format 1A in a E Extra column BKGDTARG of format L in a E Extra column TEMPLATE of format 38A in a E Extra column OBSLABEL of format 33A in a E Extra column ENG_QUAL of format 7A in a E Extra column ENGQLPTG of format D in a E Extra column VISITYPE of format 20A in a E Extra column VSTSTART of format 27A in a E Extra column VISITSTA of format 10A in a E Extra column NEXPOSUR of format K in a E Extra column INTARGET of format L in a E Extra column TARGOOPP of format L in a E Extra column TSOVISIT of format L in a E Extra column EXP_ONLY of format L in a E Extra column TARGPROP of format 14A in a E Extra column TARGNAME of format 1A in a E Extra column TARGTYPE of format 5A in a E Extra column TARG_RA of format D in a E Extra column TARG_DEC of format D in a E Extra column TARGURA of format D in a E Extra column TARGUDEC of format D in a E Extra column MU_RA of format D in a E Extra column MU_DEC of format D in a E Extra column MU_EPOCH of format D in a E Extra column PROP_RA of format D in a E Extra column PROP_DEC of format D in a E Extra column SRCTYAPT of format D in a E Extra column INSTRUME of format 6A in a E Extra column DETECTOR of format 3A in a E Extra column MODULE of format D in a E Extra column CHANNEL of format D in a E Extra column FILTER of format 5A in a E Extra column PUPIL of format 3A in a E Extra column PILIN of format D in a E Extra column GRATING of format D in a E Extra column BAND of format D in a E Extra column FXD_SLIT of format D in a E Extra column FOCUSPOS of format D in a E Extra column PREIMAGE of format D in a E Extra column CCCSTATE of format D in a E Extra column CORONMSK of format D in a E Extra column MSASTATE of format D in a E Extra column MSAMETFL of format D in a E Extra column MSAMETID of format D in a E Extra column MSACONID of format D in a E Extra column LAMP of format 4A in a E Extra column OPMODE of format 4A in a E Extra column GWA_XTIL of format D in a E Extra column GWA_YTIL of format D in a E Extra column GWA_XP_V of format D in a E Extra column GWA_YP_V of format D in a E Extra column GWA_PXAV of format D in a E Extra column GWA_PYAV of format D in a E Extra column GWA_TILT of format D in a E Extra column FWCPOS of format D in a E Extra column PWCPOS of format D in a E Extra column EXPCOUNT of format K in a E Extra column EXPRIPAR of format 5A in a E Extra column EXP_TYPE of format 7A in a E Extra column EXPSTART of format D in a E Extra column MJD-BEG of format D in a E Extra column EXPMID of format D in a E Extra column MJD-AVG of format D in a E Extra column EXPEND of format D in a E Extra column MJD-END of format D in a E Extra column TDB-BEG of format D in a E Extra column TDB-MID of format D in a E Extra column TDB-END of format D in a E Extra column READPATT of format 8A in a E Extra column EXSEGNUM of format D in a E Extra column EXSEGTOT of format D in a E Extra column NOUTPUTS of format D in a E Extra column NINTS of format K in a E Extra column INTSTART of format D in a E Extra column INTEND of format D in a E Extra column NGROUPS of format K in a E Extra column NFRAMES of format K in a E Extra column MIRNGRPS of format D in a E Extra column MIRNFRMS of format D in a E Extra column FRMDIVSR of format K in a E Extra column GROUPGAP of format K in a E Extra column DRPFRMS1 of format K in a E Extra column DRPFRMS3 of format K in a E Extra column NSAMPLES of format K in a E Extra column TSAMPLE of format D in a E Extra column TFRAME of format D in a E Extra column TGROUP of format D in a E Extra column EFFINTTM of format D in a E Extra column EFFEXPTM of format D in a E Extra column XPOSURE of format D in a E Extra column DURATION of format D in a E Extra column TELAPSE of format D in a E Extra column NRSTSTRT of format K in a E Extra column NRESETS of format K in a E Extra column ZEROFRAM of format L in a E Extra column DATAPROB of format L in a E Extra column SCA_NUM of format K in a E Extra column DATAMODE of format K in a E Extra column NRS_NORM of format D in a E Extra column NRS_REF of format D in a E Extra column SCTARATE of format D in a E Extra column GAINFACT of format D in a E Extra column IS_IMPRT of format D in a E Extra column IS_PSF of format L in a E Extra column SELFREF of format L in a E Extra column SUBARRAY of format 5A in a E Extra column SUBSTRT1 of format K in a E Extra column SUBSTRT2 of format K in a E Extra column SUBSIZE1 of format K in a E Extra column SUBSIZE2 of format K in a E Extra column FASTAXIS of format K in a E Extra column SLOWAXIS of format K in a E Extra column DETXCOR of format D in a E Extra column DETYCOR of format D in a E Extra column DETXSIZ of format D in a E Extra column DETYSIZ of format D in a E Extra column PATTTYPE of format D in a E Extra column PRIDTYPE of format D in a E Extra column PRIDTPTS of format D in a E Extra column PATT_NUM of format K in a E Extra column PATTSTRT of format D in a E Extra column NUMDTHPT of format K in a E Extra column PATTNPTS of format D in a E Extra column PATTSIZE of format 4A in a E Extra column SMGRDPAT of format D in a E Extra column SUBPXPTS of format K in a E Extra column SUBPXPAT of format D in a E Extra column SPEC_NUM of format D in a E Extra column SPECNSTP of format D in a E Extra column SPECSTEP of format D in a E Extra column SPCOFFST of format D in a E Extra column SPAT_NUM of format D in a E Extra column SPATNSTP of format D in a E Extra column SPATSTEP of format D in a E Extra column SPTOFFST of format D in a E Extra column XOFFSET of format D in a E Extra column YOFFSET of format D in a E Extra column REFFRAME of format 7A in a E Extra column EPH_TYPE of format 10A in a E Extra column EPH_TIME of format D in a E Extra column JWST_X of format D in a E Extra column JWST_Y of format D in a E Extra column JWST_Z of format D in a E Extra column JWST_DX of format D in a E Extra column JWST_DY of format D in a E Extra column JWST_DZ of format D in a E Extra column APERNAME of format 8A in a E Extra column PPS_APER of format 8A in a E Extra column VA_RA of format D in a E Extra column VA_DEC of format D in a E Extra column BARTDELT of format D in a E Extra column BSTRTIME of format D in a E Extra column BENDTIME of format D in a E Extra column BMIDTIME of format D in a E Extra column HELIDELT of format D in a E Extra column HSTRTIME of format D in a E Extra column HENDTIME of format D in a E Extra column HMIDTIME of format D in a E Extra column FAM_LA1 of format D in a E Extra column FASTEP1 of format D in a E Extra column FAUNIT1 of format D in a E Extra column FAPHASE1 of format D in a E Extra column FA1VALUE of format D in a E Extra column FAM_LA2 of format D in a E Extra column FASTEP2 of format D in a E Extra column FAUNIT2 of format D in a E Extra column FAPHASE2 of format D in a E Extra column FA2VALUE of format D in a E Extra column FAM_LA3 of format D in a E Extra column FASTEP3 of format D in a E Extra column FAUNIT3 of format D in a E Extra column FAPHASE3 of format D in a E Extra column FA3VALUE of format D in a E Extra column RMA_POS of format D in a E Extra column FCSRLPOS of format D in a E Extra column GS_ORDER of format K in a E Extra column GSSTRTTM of format 27A in a E Extra column GSENDTIM of format 27A in a E Extra column GDSTARID of format 10A in a E Extra column GS_RA of format D in a E Extra column GS_DEC of format D in a E Extra column GS_URA of format D in a E Extra column GS_UDEC of format D in a E Extra column GS_MAG of format D in a E Extra column GS_UMAG of format D in a E Extra column PCS_MODE of format 9A in a E Extra column VISITEND of format 27A in a E Extra column GSACSTAT of format D in a E Extra column GSCENTX of format D in a E Extra column GSCENTY of format D in a E Extra column GS_EPOCH of format D in a E Extra column GS_MURA of format D in a E Extra column GS_MUDEC of format D in a E Extra column GS_PARA of format D in a E Extra column R_AREA of format 3A in a E Extra column R_MSAOPE of format D in a E Extra column R_BARSHA of format D in a E Extra column R_CAMERA of format 3A in a E Extra column R_COLLIM of format 3A in a E Extra column R_CUBPAR of format D in a E Extra column R_DARK of format 33A in a E Extra column R_DISPER of format 3A in a E Extra column R_DISTOR of format 39A in a E Extra column R_DRZPAR of format D in a E Extra column R_EXTR1D of format D in a E Extra column R_FILOFF of format 3A in a E Extra column R_FLAT of format 33A in a E Extra column R_DFLAT of format 3A in a E Extra column R_FFLAT of format 3A in a E Extra column R_SFLAT of format 3A in a E Extra column R_FORE of format 3A in a E Extra column R_FPA of format 3A in a E Extra column R_FRINGE of format D in a E Extra column R_GAIN of format 33A in a E Extra column R_IFUFOR of format 3A in a E Extra column R_IFUPOS of format 3A in a E Extra column R_IFUSLI of format 3A in a E Extra column R_IPC of format D in a E Extra column R_LASTFR of format D in a E Extra column R_LINEAR of format 38A in a E Extra column R_MASK of format 33A in a E Extra column R_MSA of format 3A in a E Extra column R_OTE of format 3A in a E Extra column R_PTHLOS of format D in a E Extra column R_PERSAT of format 35A in a E Extra column R_PHOTOM of format 35A in a E Extra column R_PSFMAS of format D in a E Extra column R_READNO of format 38A in a E Extra column R_REFPIX of format D in a E Extra column R_REGION of format 3A in a E Extra column R_RESAMP of format D in a E Extra column R_RESOL of format D in a E Extra column R_RESET of format D in a E Extra column R_RSCD of format D in a E Extra column R_SATURA of format 39A in a E Extra column R_SPCWCS of format 3A in a E Extra column R_STRAY of format D in a E Extra column R_SUPERB of format 38A in a E Extra column R_THRPUT of format 39A in a E Extra column R_TRPDEN of format 40A in a E Extra column R_TRPPAR of format 37A in a E Extra column R_TSPHOT of format D in a E Extra column R_V2V3 of format D in a E Extra column R_WAVCOR of format D in a E Extra column R_WAVRAN of format 3A in a E Extra column S_PSFALI of format D in a E Extra column S_AMIANA of format 8A in a E Extra column S_AMIAVG of format 8A in a E Extra column S_AMINOR of format D in a E Extra column S_WCS of format 8A in a E Extra column S_MTWCS of format D in a E Extra column S_BKDSUB of format D in a E Extra column S_BARSHA of format D in a E Extra column S_COMB1D of format D in a E Extra column S_IFUCUB of format D in a E Extra column S_DARK of format 8A in a E Extra column S_DQINIT of format 8A in a E Extra column S_TELEMI of format D in a E Extra column S_ERRINI of format D in a E Extra column S_EXTR1D of format D in a E Extra column S_EXTR2D of format D in a E Extra column S_FRSTFR of format D in a E Extra column S_FLAT of format 8A in a E Extra column S_FRINGE of format D in a E Extra column S_GANSCL of format 7A in a E Extra column S_GRPSCL of format 7A in a E Extra column S_GUICDS of format D in a E Extra column S_IMPRNT of format D in a E Extra column S_IPC of format D in a E Extra column S_JUMP of format 8A in a E Extra column S_KLIP of format D in a E Extra column S_LASTFR of format D in a E Extra column S_LINEAR of format 8A in a E Extra column S_MSBSUB of format D in a E Extra column S_MRSMAT of format D in a E Extra column S_MSAFLG of format D in a E Extra column S_OUTLIR of format D in a E Extra column S_PTHLOS of format D in a E Extra column S_PERSIS of format 8A in a E Extra column S_PHOTOM of format 8A in a E Extra column S_RAMP of format 8A in a E Extra column S_REFPIX of format 8A in a E Extra column S_RESAMP of format D in a E Extra column S_RESET of format D in a E Extra column S_RSCD of format D in a E Extra column S_SATURA of format 8A in a E Extra column S_SKYMAT of format D in a E Extra column S_SRCCAT of format D in a E Extra column S_SRCTYP of format D in a E Extra column S_PSFSTK of format D in a E Extra column S_STRAY of format D in a E Extra column S_SUPERB of format 8A in a E Extra column S_TSPHOT of format D in a E Extra column S_TWKREG of format D in a E Extra column S_WAVCOR of format D in a E Extra column S_WFSCOM of format D in a E Extra column S_WHTLIT of format D in a E Extra column BKGLEVEL of format D in a E Extra column BKGSUB of format D in a E Extra column coeffs of format D in b E Table rows differ: E a: 2 E b: 44 E No further data comparison performed. E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e3981c0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_ami3.py:52: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_ami3/jw00793-c1014_t005_niriss_f480m-nrm-sub80_aminorm.fits HTTP/1.1" 200 221760 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[calints] | 108.57 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'calints' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_calints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 228 E b: 218 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Photometric reference file information E Keyword [37] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [38] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [39] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [40] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [41] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [42] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 37 E b: 41 E Extra keyword 'EPH_TIME' in b: 58626.61944444444 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 5 time(s) in a, 6 times in (b) E Keyword has different values: E a> Velocity aberration correction information E b> JWST ephemeris information E Keyword [2] has different values: E a> Photometry information E b> Velocity aberration correction information E Keyword [3] has different values: E a> Information about the coordinates in the file E b> Photometry information E Keyword [4] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [5] has different values: E a> WCS parameters E b> Spacecraft pointing information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e05f820>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError -----------------------------Captured stderr setup------------------------------ 2021-06-04 04:50:47,761 - stpipe - INFO - PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf 2021-06-04 04:50:47,804 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-06-04 04:50:47,805 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-06-04 04:50:47,806 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-06-04 04:50:47,807 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-06-04 04:50:47,807 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-06-04 04:50:47,808 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-06-04 04:50:47,810 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-06-04 04:50:47,811 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:50:47,812 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:50:47,813 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:50:47,813 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-06-04 04:50:47,814 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-06-04 04:50:47,815 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:50:47,815 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-06-04 04:50:47,816 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-06-04 04:50:47,817 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-06-04 04:50:47,817 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:50:47,818 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:50:47,819 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-06-04 04:50:47,819 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-06-04 04:50:47,821 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-06-04 04:50:47,822 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:50:47,822 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:50:47,822 - stpipe - INFO - OS: Linux 2021-06-04 04:50:47,923 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits',). 2021-06-04 04:50:47,935 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-06-04 04:50:48,044 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg001_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is 'N/A'. 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-06-04 04:50:48,059 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-06-04 04:50:48,060 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-06-04 04:50:48,060 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is 'N/A'. 2021-06-04 04:50:48,060 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. 2021-06-04 04:50:48,062 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-06-04 04:50:48,062 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-06-04 04:50:48,062 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. 2021-06-04 04:50:48,063 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-06-04 04:50:48,064 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. 2021-06-04 04:50:48,066 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-06-04 04:50:48,066 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-06-04 04:50:48,066 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. 2021-06-04 04:50:48,067 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-06-04 04:50:48,068 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is 'N/A'. 2021-06-04 04:50:48,068 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-06-04 04:50:48,069 - stpipe.Spec2Pipeline - INFO - Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis 2021-06-04 04:50:48,069 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits ... 2021-06-04 04:50:48,274 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-06-04 04:50:48,275 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-06-04 04:50:49,212 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-06-04 04:50:49,217 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-06-04 04:50:49,314 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). 2021-06-04 04:50:49,315 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} 2021-06-04 04:50:49,315 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step skipped. 2021-06-04 04:50:49,316 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-06-04 04:50:49,406 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). 2021-06-04 04:50:49,407 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:50:49,407 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-06-04 04:50:49,408 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-06-04 04:50:49,497 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-06-04 04:50:49,497 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:50:49,497 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-06-04 04:50:49,498 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-06-04 04:50:49,589 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). 2021-06-04 04:50:49,590 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:50:49,597 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_SOSS 2021-06-04 04:50:49,598 - stpipe.Spec2Pipeline.srctype - INFO - Input SRCTYAPT = None 2021-06-04 04:50:49,598 - stpipe.Spec2Pipeline.srctype - WARNING - SRCTYAPT keyword not found in input; using SRCTYPE instead 2021-06-04 04:50:49,598 - stpipe.Spec2Pipeline.srctype - INFO - Input is a TSO exposure; setting SRCTYPE = POINT 2021-06-04 04:50:50,028 - stpipe.Spec2Pipeline.srctype - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_srctype.fits 2021-06-04 04:50:50,028 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-06-04 04:50:50,121 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_srctype.fits>,). 2021-06-04 04:50:50,122 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-06-04 04:50:52,093 - stpipe.Spec2Pipeline.flat_field - INFO - Extracting matching subarray from flat 2021-06-04 04:50:52,831 - stpipe.Spec2Pipeline.flat_field - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_flat_field.fits 2021-06-04 04:50:52,831 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-06-04 04:50:52,925 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:52,926 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-06-04 04:50:52,926 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-06-04 04:50:52,927 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-06-04 04:50:53,005 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:53,006 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:50:53,006 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-06-04 04:50:53,007 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-06-04 04:50:53,083 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:53,084 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:50:53,084 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-06-04 04:50:53,085 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-06-04 04:50:53,170 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:53,171 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:50:53,171 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-06-04 04:50:53,172 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-06-04 04:50:53,262 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). 2021-06-04 04:50:53,263 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:50:53,289 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits 2021-06-04 04:50:53,289 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_SOSS 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - filter: CLEAR 2021-06-04 04:50:53,478 - stpipe.Spec2Pipeline.photom - INFO - pupil: GR700XD 2021-06-04 04:50:53,553 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 1.39603e-10 2021-06-04 04:50:53,815 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-06-04 04:50:53,908 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-06-04 04:50:53,909 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:50:53,926 - stpipe.Spec2Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-06-04 04:50:53,934 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-06-04 04:50:53,934 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-06-04 04:50:53,964 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 1 2021-06-04 04:50:53,964 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:50:54,083 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:50:54,083 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:50:54,083 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:50:54,090 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:50:55,443 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:50:55,443 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:50:55,595 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:50:56,943 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:50:56,944 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:50:57,133 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:50:58,474 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:50:58,475 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:50:58,671 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:00,019 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:00,019 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:00,238 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:01,600 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:01,601 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:01,793 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:03,134 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:03,134 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:03,327 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:04,735 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:04,735 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:04,906 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:06,263 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:06,264 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:06,415 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:07,769 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:07,770 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:07,921 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:09,302 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:09,303 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:09,331 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:51:09,331 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 2 2021-06-04 04:51:09,331 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:51:09,448 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:51:09,448 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:51:09,448 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:51:09,456 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:10,845 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:10,845 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:10,845 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-06-04 04:51:11,000 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:12,383 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:12,383 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:12,539 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:13,905 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:13,905 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:14,058 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:15,417 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:15,417 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:15,573 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:16,923 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:16,923 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:17,075 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:18,422 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:18,423 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:18,575 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:19,924 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:19,925 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:20,077 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:21,427 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:21,427 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:21,580 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:22,956 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:22,956 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:23,117 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:51:24,703 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:24,704 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:24,734 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:51:24,734 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 3 2021-06-04 04:51:24,734 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:51:24,856 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:51:24,856 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:51:24,856 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:51:24,864 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:26,272 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:26,272 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:26,272 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-06-04 04:51:26,427 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:27,804 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:27,805 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:27,960 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:29,327 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:29,327 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:29,482 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:30,849 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:30,849 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:31,002 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:32,372 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:32,372 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:32,522 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:33,883 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:33,884 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:34,034 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:35,403 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:35,403 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:35,557 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:36,909 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:36,910 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:37,060 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:38,425 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:38,425 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:38,577 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:51:39,939 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:51:39,940 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:51:39,968 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:51:40,896 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_x1dints.fits 2021-06-04 04:51:40,897 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:51:40,897 - stpipe.Spec2Pipeline - INFO - Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis 2021-06-04 04:51:40,897 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-06-04 04:51:41,374 - stpipe.Spec2Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_calints.fits 2021-06-04 04:51:41,374 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done 2021-06-04 04:51:42,883 - stpipe - INFO - PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf 2021-06-04 04:51:42,910 - stpipe.Spec2Pipeline - INFO - Spec2Pipeline instance created. 2021-06-04 04:51:42,913 - stpipe.Spec2Pipeline.bkg_subtract - INFO - BackgroundStep instance created. 2021-06-04 04:51:42,914 - stpipe.Spec2Pipeline.assign_wcs - INFO - AssignWcsStep instance created. 2021-06-04 04:51:42,915 - stpipe.Spec2Pipeline.imprint_subtract - INFO - ImprintStep instance created. 2021-06-04 04:51:42,915 - stpipe.Spec2Pipeline.msa_flagging - INFO - MSAFlagOpenStep instance created. 2021-06-04 04:51:42,916 - stpipe.Spec2Pipeline.extract_2d - INFO - Extract2dStep instance created. 2021-06-04 04:51:43,122 - stpipe.Spec2Pipeline.master_background - INFO - MasterBackgroundNrsSlitsStep instance created. 2021-06-04 04:51:43,123 - stpipe.Spec2Pipeline.master_background.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:51:43,124 - stpipe.Spec2Pipeline.master_background.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:51:43,125 - stpipe.Spec2Pipeline.master_background.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:51:43,126 - stpipe.Spec2Pipeline.master_background.photom - INFO - PhotomStep instance created. 2021-06-04 04:51:43,126 - stpipe.Spec2Pipeline.wavecorr - INFO - WavecorrStep instance created. 2021-06-04 04:51:43,127 - stpipe.Spec2Pipeline.flat_field - INFO - FlatFieldStep instance created. 2021-06-04 04:51:43,128 - stpipe.Spec2Pipeline.srctype - INFO - SourceTypeStep instance created. 2021-06-04 04:51:43,128 - stpipe.Spec2Pipeline.straylight - INFO - StraylightStep instance created. 2021-06-04 04:51:43,129 - stpipe.Spec2Pipeline.fringe - INFO - FringeStep instance created. 2021-06-04 04:51:43,130 - stpipe.Spec2Pipeline.pathloss - INFO - PathLossStep instance created. 2021-06-04 04:51:43,130 - stpipe.Spec2Pipeline.barshadow - INFO - BarShadowStep instance created. 2021-06-04 04:51:43,131 - stpipe.Spec2Pipeline.photom - INFO - PhotomStep instance created. 2021-06-04 04:51:43,132 - stpipe.Spec2Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-06-04 04:51:43,133 - stpipe.Spec2Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-06-04 04:51:43,134 - stpipe.Spec2Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:51:43,134 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:51:43,134 - stpipe - INFO - OS: Linux 2021-06-04 04:51:43,227 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits',). 2021-06-04 04:51:43,239 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} 2021-06-04 04:51:43,355 - stpipe.Spec2Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] 2021-06-04 04:51:43,361 - stpipe.Spec2Pipeline - INFO - Prefetch for APCORR reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for AREA reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for CAMERA reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for COLLIMATOR reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for DFLAT reference file is 'N/A'. 2021-06-04 04:51:43,362 - stpipe.Spec2Pipeline - INFO - Prefetch for DISPERSER reference file is 'N/A'. 2021-06-04 04:51:43,363 - stpipe.Spec2Pipeline - INFO - Prefetch for DISTORTION reference file is 'N/A'. 2021-06-04 04:51:43,363 - stpipe.Spec2Pipeline - INFO - Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. 2021-06-04 04:51:43,364 - stpipe.Spec2Pipeline - INFO - Prefetch for FFLAT reference file is 'N/A'. 2021-06-04 04:51:43,364 - stpipe.Spec2Pipeline - INFO - Prefetch for FILTEROFFSET reference file is 'N/A'. 2021-06-04 04:51:43,365 - stpipe.Spec2Pipeline - INFO - Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. 2021-06-04 04:51:43,366 - stpipe.Spec2Pipeline - INFO - Prefetch for FORE reference file is 'N/A'. 2021-06-04 04:51:43,366 - stpipe.Spec2Pipeline - INFO - Prefetch for FPA reference file is 'N/A'. 2021-06-04 04:51:43,366 - stpipe.Spec2Pipeline - INFO - Prefetch for FRINGE reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUFORE reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUPOST reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for IFUSLICER reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for MSA reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for OTE reference file is 'N/A'. 2021-06-04 04:51:43,367 - stpipe.Spec2Pipeline - INFO - Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. 2021-06-04 04:51:43,369 - stpipe.Spec2Pipeline - INFO - Prefetch for REGIONS reference file is 'N/A'. 2021-06-04 04:51:43,369 - stpipe.Spec2Pipeline - INFO - Prefetch for SFLAT reference file is 'N/A'. 2021-06-04 04:51:43,369 - stpipe.Spec2Pipeline - INFO - Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. 2021-06-04 04:51:43,370 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVECORR reference file is 'N/A'. 2021-06-04 04:51:43,370 - stpipe.Spec2Pipeline - INFO - Prefetch for WAVELENGTHRANGE reference file is 'N/A'. 2021-06-04 04:51:43,371 - stpipe.Spec2Pipeline - INFO - Starting calwebb_spec2 ... 2021-06-04 04:51:43,371 - stpipe.Spec2Pipeline - INFO - Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis 2021-06-04 04:51:43,372 - stpipe.Spec2Pipeline - INFO - Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits ... 2021-06-04 04:51:43,589 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:43,590 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} 2021-06-04 04:51:43,904 - stpipe.Spec2Pipeline.assign_wcs - INFO - COMPLETED assign_wcs 2021-06-04 04:51:43,909 - stpipe.Spec2Pipeline.assign_wcs - INFO - Step assign_wcs done 2021-06-04 04:51:44,007 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). 2021-06-04 04:51:44,008 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} 2021-06-04 04:51:44,008 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step skipped. 2021-06-04 04:51:44,009 - stpipe.Spec2Pipeline.bkg_subtract - INFO - Step bkg_subtract done 2021-06-04 04:51:44,091 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). 2021-06-04 04:51:44,092 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:51:44,092 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step skipped. 2021-06-04 04:51:44,093 - stpipe.Spec2Pipeline.imprint_subtract - INFO - Step imprint_subtract done 2021-06-04 04:51:44,171 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:44,172 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:51:44,172 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step skipped. 2021-06-04 04:51:44,173 - stpipe.Spec2Pipeline.msa_flagging - INFO - Step msa_flagging done 2021-06-04 04:51:44,250 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:44,251 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:51:44,259 - stpipe.Spec2Pipeline.srctype - INFO - Input EXP_TYPE is NIS_SOSS 2021-06-04 04:51:44,259 - stpipe.Spec2Pipeline.srctype - INFO - Input SRCTYAPT = None 2021-06-04 04:51:44,259 - stpipe.Spec2Pipeline.srctype - WARNING - SRCTYAPT keyword not found in input; using SRCTYPE instead 2021-06-04 04:51:44,259 - stpipe.Spec2Pipeline.srctype - INFO - Input is a TSO exposure; setting SRCTYPE = POINT 2021-06-04 04:51:44,260 - stpipe.Spec2Pipeline.srctype - INFO - Step srctype done 2021-06-04 04:51:44,342 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:44,343 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} 2021-06-04 04:51:44,672 - stpipe.Spec2Pipeline.flat_field - INFO - Extracting matching subarray from flat 2021-06-04 04:51:44,824 - stpipe.Spec2Pipeline.flat_field - INFO - Step flat_field done 2021-06-04 04:51:44,918 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:44,919 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} 2021-06-04 04:51:44,919 - stpipe.Spec2Pipeline.straylight - INFO - Step skipped. 2021-06-04 04:51:44,920 - stpipe.Spec2Pipeline.straylight - INFO - Step straylight done 2021-06-04 04:51:45,001 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:45,001 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} 2021-06-04 04:51:45,002 - stpipe.Spec2Pipeline.fringe - INFO - Step skipped. 2021-06-04 04:51:45,002 - stpipe.Spec2Pipeline.fringe - INFO - Step fringe done 2021-06-04 04:51:45,083 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:45,084 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:51:45,084 - stpipe.Spec2Pipeline.pathloss - INFO - Step skipped. 2021-06-04 04:51:45,085 - stpipe.Spec2Pipeline.pathloss - INFO - Step pathloss done 2021-06-04 04:51:45,165 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:45,166 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:51:45,166 - stpipe.Spec2Pipeline.barshadow - INFO - Step skipped. 2021-06-04 04:51:45,167 - stpipe.Spec2Pipeline.barshadow - INFO - Step barshadow done 2021-06-04 04:51:45,246 - stpipe.Spec2Pipeline.photom - INFO - Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). 2021-06-04 04:51:45,247 - stpipe.Spec2Pipeline.photom - INFO - Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} 2021-06-04 04:51:45,272 - stpipe.Spec2Pipeline.photom - INFO - Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits 2021-06-04 04:51:45,272 - stpipe.Spec2Pipeline.photom - INFO - Using area reference file: N/A 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - Using instrument: NIRISS 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - detector: NIS 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - exp_type: NIS_SOSS 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - filter: CLEAR 2021-06-04 04:51:45,446 - stpipe.Spec2Pipeline.photom - INFO - pupil: GR700XD 2021-06-04 04:51:45,466 - stpipe.Spec2Pipeline.photom - INFO - PHOTMJSR value: 1.39603e-10 2021-06-04 04:51:45,724 - stpipe.Spec2Pipeline.photom - INFO - Step photom done 2021-06-04 04:51:45,826 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-06-04 04:51:45,827 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:51:45,843 - stpipe.Spec2Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-06-04 04:51:45,851 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-06-04 04:51:45,851 - stpipe.Spec2Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-06-04 04:51:45,871 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 1 2021-06-04 04:51:45,872 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:51:45,988 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:51:45,989 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:51:45,989 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:51:45,996 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:47,354 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:47,355 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:47,507 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:48,865 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:48,865 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:49,016 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:50,371 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:50,372 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:50,523 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:51,876 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:51,876 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:52,028 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:53,384 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:53,385 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:53,540 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:54,897 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:54,898 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:55,048 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:56,402 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:56,403 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:56,553 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:57,906 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:57,907 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:58,062 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:51:59,411 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:51:59,412 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:51:59,564 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:00,931 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:00,932 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:00,961 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:52:00,961 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 2 2021-06-04 04:52:00,961 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:52:01,078 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:52:01,078 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:52:01,078 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:52:01,086 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:02,471 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:02,471 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:02,471 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-06-04 04:52:02,624 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:03,982 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:03,983 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:04,134 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:05,488 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:05,489 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:05,641 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:06,996 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:06,997 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:07,148 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:08,506 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:08,506 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:08,659 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:10,012 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:10,012 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:10,164 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:11,517 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:11,517 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:11,668 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:13,020 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:13,020 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:13,172 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:14,525 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:14,526 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:14,678 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:52:16,046 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:16,046 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:16,075 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:52:16,075 - stpipe.Spec2Pipeline.extract_1d - INFO - Processing spectral order 3 2021-06-04 04:52:16,076 - stpipe.Spec2Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:52:16,195 - stpipe.Spec2Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:52:16,195 - stpipe.Spec2Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:52:16,195 - stpipe.Spec2Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:52:16,203 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:17,567 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:17,568 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:17,568 - stpipe.Spec2Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-06-04 04:52:17,723 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:19,080 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:19,081 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:19,231 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:20,580 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:20,580 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:20,731 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:22,085 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:22,085 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:22,239 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:23,603 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:23,603 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:23,756 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:25,188 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:25,189 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:25,342 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:26,700 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:26,700 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:26,856 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:28,215 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:28,216 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:28,382 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:29,740 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:29,741 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:29,894 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:52:31,254 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:52:31,255 - stpipe.Spec2Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:52:31,283 - stpipe.Spec2Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:52:32,240 - stpipe.Spec2Pipeline.extract_1d - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_x1dints.fits 2021-06-04 04:52:32,240 - stpipe.Spec2Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:52:32,240 - stpipe.Spec2Pipeline - INFO - Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis 2021-06-04 04:52:32,240 - stpipe.Spec2Pipeline - INFO - Ending calwebb_spec2 2021-06-04 04:52:32,652 - stpipe.Spec2Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_calints.fits 2021-06-04 04:52:32,653 - stpipe.Spec2Pipeline - INFO - Step Spec2Pipeline done -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg001_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS INFO stpipe:pipeline.py:179 PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf INFO stpipe:pipeline.py:179 PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf INFO stpipe.Spec2Pipeline:step.py:321 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:321 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:321 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:321 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:321 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:321 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:321 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:321 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:321 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:321 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:321 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:321 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:321 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Spec2Pipeline:step.py:367 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits',). INFO stpipe.Spec2Pipeline:step.py:371 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe.Spec2Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg001_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for APCORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISTORTION reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVELENGTHRANGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:88 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:105 Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:171 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:347 Science data does not allow fringe correction. Skipping "fringe". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:367 Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:371 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:470 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:367 Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:371 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:470 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:367 Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:371 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:470 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:367 Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:371 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:470 Step msa_flagging done INFO stpipe.Spec2Pipeline.srctype:step.py:367 Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:371 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_srctype.fits INFO stpipe.Spec2Pipeline.srctype:step.py:470 Step srctype done INFO stpipe.Spec2Pipeline.flat_field:step.py:367 Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_srctype.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:371 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is CubeModel of exposure type NIS_SOSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.flat_field:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_flat_field.fits INFO stpipe.Spec2Pipeline.flat_field:step.py:470 Step flat_field done INFO stpipe.Spec2Pipeline.straylight:step.py:367 Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:371 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:470 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:367 Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:371 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.fringe:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:470 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:367 Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:371 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:470 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:367 Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:371 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:470 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:367 Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_flat_field.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:371 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is CubeModel DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:961 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:961 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:713 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:photom.py:713 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:step.py:470 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:102 Input is a CubeModel for a multiple integ. file DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:259 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:264 APCORR reference file name is "N/A" INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:265 APCORR will NOT be applied DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Spec2Pipeline.extract_1d:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_x1dints.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:286 Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:133 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_calints.fits INFO stpipe.Spec2Pipeline:step.py:470 Step Spec2Pipeline done DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625023001_03101_00001-seg002_nis_rateints.fits HTTP/1.1" 200 104915520 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-MASTERBACKGROUNDNRSSLITSSTEP parameters from CRDS DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:pipeline.py:182 No PARS-MASTERBACKGROUNDNRSSLITSSTEP reference files found. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC2PIPELINE parameters from CRDS INFO stpipe:pipeline.py:179 PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf INFO stpipe:pipeline.py:179 PARS-SPEC2PIPELINE parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-spec2pipeline_0001.asdf INFO stpipe.Spec2Pipeline:step.py:321 Spec2Pipeline instance created. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:321 BackgroundStep instance created. INFO stpipe.Spec2Pipeline.assign_wcs:step.py:321 AssignWcsStep instance created. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:321 ImprintStep instance created. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:321 MSAFlagOpenStep instance created. INFO stpipe.Spec2Pipeline.extract_2d:step.py:321 Extract2dStep instance created. INFO stpipe.Spec2Pipeline.master_background:step.py:321 MasterBackgroundNrsSlitsStep instance created. INFO stpipe.Spec2Pipeline.master_background.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.master_background.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.master_background.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.master_background.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.wavecorr:step.py:321 WavecorrStep instance created. INFO stpipe.Spec2Pipeline.flat_field:step.py:321 FlatFieldStep instance created. INFO stpipe.Spec2Pipeline.srctype:step.py:321 SourceTypeStep instance created. INFO stpipe.Spec2Pipeline.straylight:step.py:321 StraylightStep instance created. INFO stpipe.Spec2Pipeline.fringe:step.py:321 FringeStep instance created. INFO stpipe.Spec2Pipeline.pathloss:step.py:321 PathLossStep instance created. INFO stpipe.Spec2Pipeline.barshadow:step.py:321 BarShadowStep instance created. INFO stpipe.Spec2Pipeline.photom:step.py:321 PhotomStep instance created. INFO stpipe.Spec2Pipeline.resample_spec:step.py:321 ResampleSpecStep instance created. INFO stpipe.Spec2Pipeline.cube_build:step.py:321 CubeBuildStep instance created. INFO stpipe.Spec2Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Spec2Pipeline:step.py:367 Step Spec2Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits',). INFO stpipe.Spec2Pipeline:step.py:371 Step Spec2Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_bsub': False, 'fail_on_exception': True, 'steps': {'bkg_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None}, 'assign_wcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55}, 'imprint_subtract': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'msa_flagging': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'extract_2d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'slit_name': None, 'extract_orders': None, 'tsgrism_extract_height': None, 'wfss_extract_half_height': 5, 'grism_objects': None, 'mmag_extract': 99.0}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'force_subtract': False, 'save_background': False, 'user_background': None, 'inverse': False, 'steps': {'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}}}, 'wavecorr': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'flat_field': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False}, 'srctype': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'straylight': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0}, 'fringe': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'}, 'pathloss': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'barshadow': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'photom': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}}} DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe.Spec2Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_rateints.fits' reftypes = ['apcorr', 'area', 'camera', 'collimator', 'dflat', 'disperser', 'distortion', 'extract1d', 'fflat', 'filteroffset', 'flat', 'fore', 'fpa', 'fringe', 'ifufore', 'ifupost', 'ifuslicer', 'msa', 'ote', 'photom', 'regions', 'sflat', 'specwcs', 'wavecorr', 'wavelengthrange'] INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for APCORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for AREA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for CAMERA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for COLLIMATOR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISPERSER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for DISTORTION reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for EXTRACT1D reference file is '/grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FILTEROFFSET reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FLAT reference file is '/grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FPA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for FRINGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUFORE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUPOST reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for IFUSLICER reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for MSA reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for OTE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for PHOTOM reference file is '/grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for REGIONS reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SFLAT reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for SPECWCS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVECORR reference file is 'N/A'. INFO stpipe.Spec2Pipeline:pipeline.py:288 Prefetch for WAVELENGTHRANGE reference file is 'N/A'. INFO stpipe.Spec2Pipeline:calwebb_spec2.py:88 Starting calwebb_spec2 ... INFO stpipe.Spec2Pipeline:calwebb_spec2.py:105 Processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:171 Working on input /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits ... DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_rateints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Spec2Pipeline:calwebb_spec2.py:347 Science data does not allow fringe correction. Skipping "fringe". INFO stpipe.Spec2Pipeline.assign_wcs:step.py:367 Step assign_wcs running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.assign_wcs:step.py:371 Step assign_wcs parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sip_approx': True, 'sip_max_pix_error': 0.25, 'sip_degree': None, 'sip_max_inv_pix_error': 0.25, 'sip_inv_degree': None, 'sip_npoints': 32, 'slit_y_low': -0.55, 'slit_y_high': 0.55} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:assign_wcs_step.py:81 reference files used in assign_wcs: {'distortion': 'N/A', 'filteroffset': 'N/A', 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': 'N/A', 'wavelengthrange': 'N/A', 'camera': 'N/A', 'collimator': 'N/A', 'disperser': 'N/A', 'fore': 'N/A', 'fpa': 'N/A', 'msa': 'N/A', 'ote': 'N/A', 'ifupost': 'N/A', 'ifufore': 'N/A', 'ifuslicer': 'N/A'} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:niriss.py:45 reference files used in NIRISS WCS pipeline: {'distortion': None, 'filteroffset': None, 'specwcs': '/grp/crds/cache/references/jwst/jwst_niriss_specwcs_0002.asdf', 'regions': None, 'wavelengthrange': None, 'camera': None, 'collimator': None, 'disperser': None, 'fore': None, 'fpa': None, 'msa': None, 'ote': None, 'ifupost': None, 'ifufore': None, 'ifuslicer': None} DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.assign_wcs:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:assign_wcs.py:93 COMPLETED assign_wcs INFO stpipe.Spec2Pipeline.assign_wcs:step.py:470 Step assign_wcs done INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:367 Step bkg_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:371 Step bkg_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'sigma': 3.0, 'maxiters': None} INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.bkg_subtract:step.py:470 Step bkg_subtract done INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:367 Step imprint_subtract running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>, []). INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:371 Step imprint_subtract parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.imprint_subtract:step.py:470 Step imprint_subtract done INFO stpipe.Spec2Pipeline.msa_flagging:step.py:367 Step msa_flagging running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.msa_flagging:step.py:371 Step msa_flagging parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.msa_flagging:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.msa_flagging:step.py:470 Step msa_flagging done INFO stpipe.Spec2Pipeline.srctype:step.py:367 Step srctype running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.srctype:step.py:371 Step srctype parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.srctype:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:35 Input EXP_TYPE is NIS_SOSS INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None INFO stpipe.Spec2Pipeline.srctype:srctype.py:59 Input SRCTYAPT = None WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead WARNING stpipe.Spec2Pipeline.srctype:srctype.py:61 SRCTYAPT keyword not found in input; using SRCTYPE instead INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:srctype.py:80 Input is a TSO exposure; setting SRCTYPE = POINT INFO stpipe.Spec2Pipeline.srctype:step.py:470 Step srctype done INFO stpipe.Spec2Pipeline.flat_field:step.py:367 Step flat_field running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.flat_field:step.py:371 Step flat_field parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_interpolated_flat': False, 'user_supplied_flat': None, 'inverse': False} DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:72 Input is CubeModel of exposure type NIS_SOSS DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:197 Using FLAT reference file: /grp/crds/cache/references/jwst/jwst_niriss_flat_0190.fits DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type FFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type SFLAT DEBUG stpipe.Spec2Pipeline.flat_field:flat_field_step.py:199 No reference found for type DFLAT DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:flat_field.py:111 Flat field correction for non-NIRSpec modes. DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:114 ref substrt1=1, subsize1=2048, substrt2=1, subsize2=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:167 sci substrt1=1, subsize1=2048, substrt2=1793, subsize2=256 INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat INFO stpipe.Spec2Pipeline.flat_field:flat_field.py:169 Extracting matching subarray from flat DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:reffile_utils.py:336 slice xstart=0, xstop=2048, ystart=1792, ystop=2048 DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.flat_field:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.flat_field:step.py:470 Step flat_field done INFO stpipe.Spec2Pipeline.straylight:step.py:367 Step straylight running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.straylight:step.py:371 Step straylight parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'method': 'ModShepard', 'roi': 50, 'power': 1.0} INFO stpipe.Spec2Pipeline.straylight:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.straylight:step.py:470 Step straylight done INFO stpipe.Spec2Pipeline.fringe:step.py:367 Step fringe running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.fringe:step.py:371 Step fringe parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0'} INFO stpipe.Spec2Pipeline.fringe:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.fringe:step.py:470 Step fringe done INFO stpipe.Spec2Pipeline.pathloss:step.py:367 Step pathloss running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.pathloss:step.py:371 Step pathloss parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.pathloss:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.pathloss:step.py:470 Step pathloss done INFO stpipe.Spec2Pipeline.barshadow:step.py:367 Step barshadow running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.barshadow:step.py:371 Step barshadow parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': True, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} INFO stpipe.Spec2Pipeline.barshadow:step.py:401 Step skipped. INFO stpipe.Spec2Pipeline.barshadow:step.py:470 Step barshadow done INFO stpipe.Spec2Pipeline.photom:step.py:367 Step photom running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_rateints.fits>,). INFO stpipe.Spec2Pipeline.photom:step.py:371 Step photom parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'inverse': False, 'source_type': None} DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:photom_step.py:33 Input is CubeModel DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom_step.py:52 Using photom reference file: /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits INFO stpipe.Spec2Pipeline.photom:photom_step.py:53 Using area reference file: N/A DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:140 Using instrument: NIRISS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:141 detector: NIS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:142 exp_type: NIS_SOSS INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:144 filter: CLEAR INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD INFO stpipe.Spec2Pipeline.photom:photom.py:146 pupil: GR700XD DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:188 Opening /grp/crds/cache/references/jwst/jwst_niriss_photom_0037.fits as <class 'jwst.datamodels.photom.NisSossPhotomModel'> DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec2Pipeline.photom:photom.py:961 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 DEBUG stpipe.Spec2Pipeline.photom:photom.py:961 PIXAR_SR = 1.011480262e-13, PIXAR_A2 = 0.00430336 INFO stpipe.Spec2Pipeline.photom:photom.py:713 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:photom.py:713 PHOTMJSR value: 1.39603e-10 INFO stpipe.Spec2Pipeline.photom:step.py:470 Step photom done INFO stpipe.Spec2Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Spec2Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1dints', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:102 Input is a CubeModel for a multiple integ. file DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:259 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:264 APCORR reference file name is "N/A" INFO stpipe.Spec2Pipeline.extract_1d:extract_1d_step.py:265 APCORR will NOT be applied DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Spec2Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec2Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Spec2Pipeline.extract_1d:extract.py:3289 All 10 integrations done DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Spec2Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Spec2Pipeline.extract_1d:step.py:928 Saved model in jw00625023001_03101_00001-seg002_nis_x1dints.fits INFO stpipe.Spec2Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Spec2Pipeline:calwebb_spec2.py:286 Finished processing product /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis INFO stpipe.Spec2Pipeline:calwebb_spec2.py:133 Ending calwebb_spec2 INFO stpipe.Spec2Pipeline:step.py:928 Saved model in jw00625023001_03101_00001-seg002_nis_calints.fits INFO stpipe.Spec2Pipeline:step.py:470 Step Spec2Pipeline done -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_calints.fits HTTP/1.1" 200 178436160 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[flat_field] | 2.21 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'flat_field' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_flat_field.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_flat_field.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 219 E b: 209 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 41 time(s) in a, 40 times in (b) E Keyword [9] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [10] has different values: E a> Aperture information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [21] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [22] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [23] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [24] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [25] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [26] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [27] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [28] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [29] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [30] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [31] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [32] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [33] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [34] has different values: E a> Nirspec OTE Model reference file information E b> Read noise reference file information E Keyword [35] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [36] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [37] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [38] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [39] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [40] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 32 E b: 36 E Extra keyword 'EPH_TIME' in b: 58626.61944444444 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 4 time(s) in a, 5 times in (b) E Keyword has different values: E a> Velocity aberration correction information E b> JWST ephemeris information E Keyword [2] has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [3] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [4] has different values: E a> WCS parameters E b> Spacecraft pointing information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e775940>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_flat_field.fits HTTP/1.1" 200 176333760 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[srctype] | 1.65 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'srctype' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_srctype.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_srctype.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 210 E b: 200 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 37 time(s) in a, 36 times in (b) E Keyword [9] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [10] has different values: E a> Aperture information E b> Time information E Keyword [11] has different values: E a> Time information E b> Guide star information E Keyword [12] has different values: E a> Guide star information E b> Reference file information E Keyword [13] has different values: E a> Reference file information E b> CRDS parameters E Keyword [14] has different values: E a> CRDS parameters E b> Nirspec Camera reference file information E Keyword [15] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [16] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [17] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [18] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [19] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [20] has different values: E a> Filter Offset reference file information E b> Nirspec FORE Model reference file information E Keyword [21] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [22] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [23] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [24] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [25] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [26] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [27] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [28] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [29] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [30] has different values: E a> Nirspec OTE Model reference file information E b> Read noise reference file information E Keyword [31] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [32] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [33] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [34] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [35] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [36] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 32 E b: 36 E Extra keyword 'EPH_TIME' in b: 58626.61944444444 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 4 time(s) in a, 5 times in (b) E Keyword has different values: E a> Velocity aberration correction information E b> JWST ephemeris information E Keyword [2] has different values: E a> Information about the coordinates in the file E b> Velocity aberration correction information E Keyword [3] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [4] has different values: E a> WCS parameters E b> Spacecraft pointing information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6dcde130>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155355840 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155355840 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155355840 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_srctype.fits HTTP/1.1" 200 155355840 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage2[x1dints] | 0.88 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes..., 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits'} run_tso_spec2 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} suffix = 'x1dints' @pytest.mark.bigdata @pytest.mark.parametrize("suffix", ["calints", "flat_field", "srctype", "x1dints"]) def test_niriss_soss_stage2(rtdata_module, run_tso_spec2, fitsdiff_default_kwargs, suffix): """Regression test of tso-spec2 pipeline performed on NIRISS SOSS data.""" rtdata = rtdata_module output = f"jw00625023001_03101_00001-seg001_nis_{suffix}.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_x1dints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_x1dints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 231 E b: 221 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 45 time(s) in a, 44 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^^ - E b> 1-D extraction parameters reference file information E ? ++ ^^^ ++ +++++++++++ E Keyword [22] has different values: E a> 1-D extraction parameters reference file information E b> Filter Offset reference file information E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Photometric reference file information E Keyword [38] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [39] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [40] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [41] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [42] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [43] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [44] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 2 (EXTRACT1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 3 (EXTRACT1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 4 (EXTRACT1D, 3): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 5 (EXTRACT1D, 4): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 6 (EXTRACT1D, 5): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 7 (EXTRACT1D, 6): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 8 (EXTRACT1D, 7): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 9 (EXTRACT1D, 8): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 10 (EXTRACT1D, 9): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 11 (EXTRACT1D, 10): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 12 (EXTRACT1D, 11): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 13 (EXTRACT1D, 12): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 14 (EXTRACT1D, 13): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 15 (EXTRACT1D, 14): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 16 (EXTRACT1D, 15): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 17 (EXTRACT1D, 16): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 18 (EXTRACT1D, 17): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 19 (EXTRACT1D, 18): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 20 (EXTRACT1D, 19): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 21 (EXTRACT1D, 20): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 22 (EXTRACT1D, 21): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 23 (EXTRACT1D, 22): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 24 (EXTRACT1D, 23): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 25 (EXTRACT1D, 24): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 26 (EXTRACT1D, 25): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 27 (EXTRACT1D, 26): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 28 (EXTRACT1D, 27): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 29 (EXTRACT1D, 28): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 30 (EXTRACT1D, 29): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E Extension HDU 31 (EXTRACT1D, 30): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6d30f400>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:50: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 7960320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 7960320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 7960320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_x1dints.fits HTTP/1.1" 200 7960320 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_crfints | 104.02 | |
|
rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...ruth_remote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits'} run_tso_spec3 = None fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata def test_niriss_soss_stage3_crfints(rtdata_module, run_tso_spec3, fitsdiff_default_kwargs): """Regression test of tso-spec3 pipeline outlier_detection results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625023001_03101_00001-seg001_nis_o023_crfints.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 229 E b: 219 E Extra keyword 'EPH_TIME' in a: 58626.61944444444 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106472653312633 E Extra keyword 'JWST_DY' in a: -0.128933277736072 E Extra keyword 'JWST_DZ' in a: -0.109122921139797 E Extra keyword 'JWST_X' in a: -1276109.90553488 E Extra keyword 'JWST_Y' in a: -868198.642748892 E Extra keyword 'JWST_Z' in a: -182167.973772755 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Photometric reference file information E Keyword [37] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [38] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [39] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [40] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [41] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [42] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 37 E b: 41 E Extra keyword 'EPH_TIME' in b: 58626.61944444444 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 5 time(s) in a, 6 times in (b) E Keyword has different values: E a> Velocity aberration correction information E b> JWST ephemeris information E Keyword [2] has different values: E a> Photometry information E b> Velocity aberration correction information E Keyword [3] has different values: E a> Information about the coordinates in the file E b> Photometry information E Keyword [4] has different values: E a> Spacecraft pointing information E b> Information about the coordinates in the file E Keyword [5] has different values: E a> WCS parameters E b> Spacecraft pointing information E E Extension HDU 3 (DQ, 1): E E Data contains differences: E Data differs at [14, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [35, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [138, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [327, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [412, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [425, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [429, 1, 1]: E a> 4227072 E b> 4227089 E Data differs at [442, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [452, 1, 1]: E a> 4194304 E b> 4194321 E Data differs at [551, 1, 1]: E a> 4194304 E b> 4194321 E ... E 37293 different pixels found (0.71% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a60e60280>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:63: AssertionError -----------------------------Captured stderr setup------------------------------ 2021-06-04 04:52:40,207 - stpipe - INFO - PARS-OUTLIERDETECTIONSTEP parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-outlierdetectionstep_0001.asdf 2021-06-04 04:52:40,216 - stpipe - INFO - PARS-OUTLIERDETECTIONSTEP parameters are {'resample_data': False} 2021-06-04 04:52:41,356 - stpipe.Tso3Pipeline - INFO - Tso3Pipeline instance created. 2021-06-04 04:52:41,357 - stpipe.Tso3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created. 2021-06-04 04:52:41,357 - stpipe.Tso3Pipeline.tso_photometry - INFO - TSOPhotometryStep instance created. 2021-06-04 04:52:41,358 - stpipe.Tso3Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:52:41,359 - stpipe.Tso3Pipeline.white_light - INFO - WhiteLightStep instance created. 2021-06-04 04:52:41,359 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:52:41,359 - stpipe - INFO - OS: Linux 2021-06-04 04:52:41,607 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_20191210t204036_tso3_001_asn.json',). 2021-06-04 04:52:41,611 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None}}} 2021-06-04 04:52:41,844 - stpipe.Tso3Pipeline - INFO - Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_calints.fits' reftypes = ['gain', 'readnoise'] 2021-06-04 04:52:41,851 - stpipe.Tso3Pipeline - INFO - Prefetch for GAIN reference file is '/grp/crds/cache/references/jwst/jwst_niriss_gain_0006.fits'. 2021-06-04 04:52:41,853 - stpipe.Tso3Pipeline - INFO - Prefetch for READNOISE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_readnoise_0004.fits'. 2021-06-04 04:52:41,854 - stpipe.Tso3Pipeline - INFO - Starting calwebb_tso3... 2021-06-04 04:52:42,675 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ... 2021-06-04 04:52:42,785 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,). 2021-06-04 04:52:42,786 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} 2021-06-04 04:52:42,789 - stpipe.Tso3Pipeline.outlier_detection - INFO - Performing outlier detection on 10 inputs 2021-06-04 04:52:42,989 - stpipe.Tso3Pipeline.outlier_detection - INFO - Generating median from 10 images 2021-06-04 04:52:44,417 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done 2021-06-04 04:52:44,759 - stpipe.Tso3Pipeline - INFO - Performing outlier detection on input images ... 2021-06-04 04:52:44,884 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection running with args (<ModelContainer>,). 2021-06-04 04:52:44,885 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} 2021-06-04 04:52:44,887 - stpipe.Tso3Pipeline.outlier_detection - INFO - Performing outlier detection on 10 inputs 2021-06-04 04:52:45,071 - stpipe.Tso3Pipeline.outlier_detection - INFO - Generating median from 10 images 2021-06-04 04:52:46,430 - stpipe.Tso3Pipeline.outlier_detection - INFO - Step outlier_detection done 2021-06-04 04:52:46,441 - stpipe.Tso3Pipeline - INFO - Saving crfints products with updated DQ arrays ... 2021-06-04 04:52:46,916 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg002_nis_o023_crfints.fits 2021-06-04 04:52:47,480 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625023001_03101_00001-seg001_nis_o023_crfints.fits 2021-06-04 04:52:47,493 - stpipe.Tso3Pipeline - INFO - Extracting 1-D spectra ... 2021-06-04 04:52:47,702 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-06-04 04:52:47,703 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:52:47,723 - stpipe.Tso3Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-06-04 04:52:47,732 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-06-04 04:52:47,732 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-06-04 04:52:47,752 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 1 2021-06-04 04:52:47,752 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:52:47,866 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:52:47,867 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:52:47,867 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:52:47,874 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:49,245 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:49,245 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:49,395 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:50,757 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:50,757 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:50,908 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:52,267 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:52,268 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:52,417 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:53,803 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:53,804 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:53,954 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:55,313 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:55,313 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:55,462 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:56,813 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:56,813 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:56,962 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:58,330 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:58,330 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:52:58,480 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:52:59,860 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:52:59,861 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:00,019 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:01,372 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:01,372 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:01,522 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:02,868 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:02,869 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:02,898 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:53:02,898 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 2 2021-06-04 04:53:02,898 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:53:03,012 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:53:03,013 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:53:03,013 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:53:03,020 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:04,394 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:04,395 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:04,395 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-06-04 04:53:04,544 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:05,896 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:05,896 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:06,046 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:07,491 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:07,491 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:07,641 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:08,989 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:08,990 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:09,139 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:10,501 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:10,501 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:10,650 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:11,997 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:11,997 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:12,146 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:13,491 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:13,492 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:13,641 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:14,996 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:14,996 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:15,151 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:16,514 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:16,515 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:16,667 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:18,135 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:18,135 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:18,164 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:53:18,165 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 3 2021-06-04 04:53:18,165 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:53:18,281 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:53:18,281 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:53:18,281 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:53:18,289 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:19,658 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:19,658 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:19,659 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-06-04 04:53:19,808 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:21,167 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:21,168 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:21,316 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:22,683 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:22,683 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:22,833 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:24,307 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:24,308 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:24,461 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:25,919 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:25,920 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:26,072 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:27,492 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:27,492 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:27,641 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:28,985 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:28,985 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:29,137 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:30,478 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:30,478 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:30,629 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:31,977 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:31,977 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:32,125 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:53:33,472 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:33,472 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:33,499 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:53:33,562 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:53:33,664 - stpipe.Tso3Pipeline - INFO - Performing white-light photometry ... 2021-06-04 04:53:33,820 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg002_nis_calints.fits>,). 2021-06-04 04:53:33,821 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} 2021-06-04 04:53:33,832 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light done 2021-06-04 04:53:33,832 - stpipe.Tso3Pipeline - INFO - Extracting 1-D spectra ... 2021-06-04 04:53:33,938 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-06-04 04:53:33,939 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'extract_1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:53:33,958 - stpipe.Tso3Pipeline.extract_1d - INFO - Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json 2021-06-04 04:53:33,966 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR reference file name is "N/A" 2021-06-04 04:53:33,967 - stpipe.Tso3Pipeline.extract_1d - INFO - APCORR will NOT be applied 2021-06-04 04:53:33,987 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 1 2021-06-04 04:53:33,987 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:53:34,103 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:53:34,103 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:53:34,103 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:53:34,110 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:35,469 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:35,470 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:35,622 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:36,972 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:36,973 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:37,123 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:38,502 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:38,502 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:38,657 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:40,071 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:40,071 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:40,230 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:41,607 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:41,608 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:41,760 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:43,142 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:43,143 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:43,296 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:44,763 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:44,764 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:44,920 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:46,397 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:46,397 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:46,550 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:47,930 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:47,930 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:48,084 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=2.830937 (column 4) 2021-06-04 04:53:49,454 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.841178 (column 2043) 2021-06-04 04:53:49,454 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.840238 (column 2044) 2021-06-04 04:53:49,483 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:53:49,483 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 2 2021-06-04 04:53:49,484 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:53:49,601 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:53:49,601 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:53:49,601 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:53:49,609 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:50,971 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:50,972 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:50,972 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 207 elements 2021-06-04 04:53:51,122 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:52,488 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:52,489 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:52,641 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:54,057 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:54,058 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:54,208 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:55,576 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:55,577 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:55,727 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:57,098 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:57,098 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:57,248 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:53:58,605 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:53:58,606 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:53:58,755 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:54:00,114 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:00,114 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:00,263 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:54:01,623 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:01,624 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:01,774 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:54:03,129 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:03,130 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:03,279 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=1.409195 (column 4) 2021-06-04 04:54:04,664 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:04,664 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:04,694 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:54:04,695 - stpipe.Tso3Pipeline.extract_1d - INFO - Processing spectral order 3 2021-06-04 04:54:04,695 - stpipe.Tso3Pipeline.extract_1d - INFO - Beginning loop over 10 integrations ... 2021-06-04 04:54:04,818 - stpipe.Tso3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:04,818 - stpipe.Tso3Pipeline.extract_1d - INFO - xstart=4, xstop=2044, ystart=20, ystop=220 2021-06-04 04:54:04,818 - stpipe.Tso3Pipeline.extract_1d - INFO - with background subtraction 2021-06-04 04:54:04,826 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:06,188 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:06,188 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:06,189 - stpipe.Tso3Pipeline.extract_1d - INFO - Output arrays have been trimmed by 1202 elements 2021-06-04 04:54:06,337 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:07,703 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:07,704 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:07,853 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:09,202 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:09,202 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:09,351 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:10,698 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:10,698 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:10,847 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:12,193 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:12,193 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:12,343 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:13,692 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:13,692 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:13,841 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:15,200 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:15,200 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:15,349 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:16,697 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:16,698 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:16,846 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:18,205 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:18,205 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:18,355 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.953127 (column 4) 2021-06-04 04:54:19,745 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2043) 2021-06-04 04:54:19,746 - stpipe.Tso3Pipeline.extract_1d - WARNING - Not enough valid pixels to determine background for lambda=0.010000 (column 2044) 2021-06-04 04:54:19,773 - stpipe.Tso3Pipeline.extract_1d - INFO - All 10 integrations done 2021-06-04 04:54:19,834 - stpipe.Tso3Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:54:19,934 - stpipe.Tso3Pipeline - INFO - Performing white-light photometry ... 2021-06-04 04:54:20,085 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg001_nis_calints.fits>,). 2021-06-04 04:54:20,086 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} 2021-06-04 04:54:20,097 - stpipe.Tso3Pipeline.white_light - INFO - Step white_light done 2021-06-04 04:54:21,731 - stpipe.Tso3Pipeline - INFO - Saved model in jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits 2021-06-04 04:54:21,732 - stpipe.Tso3Pipeline - INFO - Writing Level 3 photometry catalog jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv 2021-06-04 04:54:21,736 - stpipe.Tso3Pipeline - INFO - Step Tso3Pipeline done -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/soss/jw00625-o023_20191210t204036_tso3_001_asn.json HTTP/1.1" 200 2402 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe:step.py:783 PARS-OUTLIERDETECTIONSTEP parameters found: /grp/crds/cache/references/jwst/jwst_niriss_pars-outlierdetectionstep_0001.asdf INFO stpipe:step.py:791 PARS-OUTLIERDETECTIONSTEP parameters are {'resample_data': False} DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-TSO3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-TSO3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:188 Opening jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe:pipeline.py:182 No PARS-TSO3PIPELINE reference files found. DEBUG stpipe:pipeline.py:182 No PARS-TSO3PIPELINE reference files found. INFO stpipe.Tso3Pipeline:step.py:321 Tso3Pipeline instance created. INFO stpipe.Tso3Pipeline.outlier_detection:step.py:321 OutlierDetectionStep instance created. INFO stpipe.Tso3Pipeline.tso_photometry:step.py:321 TSOPhotometryStep instance created. INFO stpipe.Tso3Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe.Tso3Pipeline.white_light:step.py:321 WhiteLightStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Tso3Pipeline:step.py:367 Step Tso3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_20191210t204036_tso3_001_asn.json',). INFO stpipe.Tso3Pipeline:step.py:371 Step Tso3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'scale_detection': False, 'steps': {'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'tso_photometry': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'save_catalog': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'white_light': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None}}} DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. INFO stpipe.Tso3Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00625023001_03101_00001-seg002_nis_calints.fits' reftypes = ['gain', 'readnoise'] INFO stpipe.Tso3Pipeline:pipeline.py:288 Prefetch for GAIN reference file is '/grp/crds/cache/references/jwst/jwst_niriss_gain_0006.fits'. INFO stpipe.Tso3Pipeline:pipeline.py:288 Prefetch for READNOISE reference file is '/grp/crds/cache/references/jwst/jwst_niriss_readnoise_0004.fits'. INFO stpipe.Tso3Pipeline:calwebb_tso3.py:57 Starting calwebb_tso3... DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg002_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:container.py:214 Files accepted for processing jw00625023001_03101_00001-seg001_nis_calints.fits: DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg002_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625023001_03101_00001-seg001_nis_calints.fits as <class 'jwst.datamodels.cube.CubeModel'> DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:688 FITS hash matches. Skipping FITS updating. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:fits_support.py:464 Skipping FITS keyword updating except for BinTableHDU and its associated header keywords. DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:97 Performing outlier detection on input images ... INFO stpipe.Tso3Pipeline.outlier_detection:step.py:367 Step outlier_detection running with args (<ModelContainer>,). INFO stpipe.Tso3Pipeline.outlier_detection:step.py:371 Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:201 Performing outlier detection on 10 inputs DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:163 Using OutlierDetection class for outlier_detection DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60690 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60690 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61399 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61399 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61481 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61481 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60713 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60713 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60530 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60530 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61698 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61698 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60758 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60758 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60944 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60944 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61718 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61718 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 INFO stpipe.Tso3Pipeline.outlier_detection:step.py:470 Step outlier_detection done DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:97 Performing outlier detection on input images ... INFO stpipe.Tso3Pipeline.outlier_detection:step.py:367 Step outlier_detection running with args (<ModelContainer>,). INFO stpipe.Tso3Pipeline.outlier_detection:step.py:371 Step outlier_detection parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'outlier_detection', 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': False, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None} DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:201 Performing outlier detection on 10 inputs DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection_step.py:163 Using OutlierDetection class for outlier_detection DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:176 Defined output product suffix as: _outlier_s2d.fits DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:284 Percentage of pixels with low weight: 3.2697677612304688 INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images INFO stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:296 Generating median from 10 images DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60690 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60690 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61399 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61399 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61481 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61481 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60713 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60713 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60530 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60530 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61698 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61698 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60758 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60758 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60944 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60944 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61718 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 61718 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524287 DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:499 Pixels in input DQ: 60630 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 DEBUG stpipe.Tso3Pipeline.outlier_detection:outlier_detection.py:500 Pixels in cr_mask: 524288 INFO stpipe.Tso3Pipeline.outlier_detection:step.py:470 Step outlier_detection done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:117 Saving crfints products with updated DQ arrays ... INFO stpipe.Tso3Pipeline:step.py:928 Saved model in jw00625023001_03101_00001-seg002_nis_o023_crfints.fits INFO stpipe.Tso3Pipeline:step.py:928 Saved model in jw00625023001_03101_00001-seg001_nis_o023_crfints.fits DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline:calwebb_tso3.py:160 Extracting 1-D spectra ... INFO stpipe.Tso3Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:102 Input is a CubeModel for a multiple integ. file DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:259 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:264 APCORR reference file name is "N/A" INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:265 APCORR will NOT be applied DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Tso3Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:165 Performing white-light photometry ... INFO stpipe.Tso3Pipeline.white_light:step.py:367 Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg002_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.white_light:step.py:371 Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. INFO stpipe.Tso3Pipeline.white_light:step.py:470 Step white_light done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:160 Extracting 1-D spectra ... INFO stpipe.Tso3Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<CubeModel(10, 256, 2048) from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'extract_1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:102 Input is a CubeModel for a multiple integ. file DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:259 Using EXTRACT1D reference file /grp/crds/cache/references/jwst/jwst_niriss_extract1d_0003.json DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:264 APCORR reference file name is "N/A" INFO stpipe.Tso3Pipeline.extract_1d:extract_1d_step.py:265 APCORR will NOT be applied DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 1 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=2.830937 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.841178 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.840238 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 2 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 207 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 207 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=1.409195 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3144 Processing spectral order 3 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3181 Beginning loop over 10 integrations ... DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:441 spectral order = 3 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:442 initial xstart = 4 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:443 initial xstop = 2044 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:444 initial ystart = 20 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:445 initial ystop = 220 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:446 extract_width = 201 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:449 bkg_fit = poly DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1717 bkg_coeff = [[221.5], [251.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[19.5], [220.5]] INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3767 xstart=4, xstop=2044, ystart=20, ystop=220 INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3771 with background subtraction DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:1964 1202 NaNs in wavelength array WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3885 Output arrays have been trimmed by 1202 elements DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.953127 (column 4) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2043) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) WARNING stpipe.Tso3Pipeline.extract_1d:extract1d.py:224 Not enough valid pixels to determine background for lambda=0.010000 (column 2044) DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done INFO stpipe.Tso3Pipeline.extract_1d:extract.py:3289 All 10 integrations done DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3425 TSO data, so copying times from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 DEBUG stpipe.Tso3Pipeline.extract_1d:extract.py:3451 Number of output spectra = 30; number of spectra for each integration = 3; number of integrations = 10 INFO stpipe.Tso3Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Tso3Pipeline:calwebb_tso3.py:165 Performing white-light photometry ... INFO stpipe.Tso3Pipeline.white_light:step.py:367 Step white_light running with args (<MultiSpecModel from jw00625023001_03101_00001-seg001_nis_calints.fits>,). INFO stpipe.Tso3Pipeline.white_light:step.py:371 Step white_light parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.ecsv', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'whtlt', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0', 'min_wavelength': None, 'max_wavelength': None} DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:40 norders = 3, sporders = [1, 2, 3], ntables_order = [10, 10, 10] DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. DEBUG stpipe.Tso3Pipeline.white_light:white_light.py:103 Times are from the INT_TIMES table. INFO stpipe.Tso3Pipeline.white_light:step.py:470 Step white_light done INFO stpipe.Tso3Pipeline:step.py:928 Saved model in jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits INFO stpipe.Tso3Pipeline:calwebb_tso3.py:183 Writing Level 3 photometry catalog jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv INFO stpipe.Tso3Pipeline:step.py:470 Step Tso3Pipeline done -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178436160 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625023001_03101_00001-seg001_nis_o023_crfints.fits HTTP/1.1" 200 178436160 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_x1dints | 1.58 | |
|
run_tso_spec3 = None rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...te': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits'} fitsdiff_default_kwargs = {'atol': 1e-07, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata def test_niriss_soss_stage3_x1dints(run_tso_spec3, rtdata_module, fitsdiff_default_kwargs): """Regression test of tso-spec3 pipeline extract_1d results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_soss_rtdata_module0/truth/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-07 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 229 E b: 219 E Extra keyword 'EPH_TIME' in a: 58626.66180555556 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.106829731422051 E Extra keyword 'JWST_DY' in a: -0.128842129056121 E Extra keyword 'JWST_DZ' in a: -0.109184206721607 E Extra keyword 'JWST_X' in a: -1275719.56093582 E Extra keyword 'JWST_Y' in a: -868670.372087584 E Extra keyword 'JWST_Z' in a: -182567.476089127 E Extra keyword 'REFFRAME' in a: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 44 time(s) in a, 43 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Time information E Keyword [12] has different values: E a> Time information E b> Guide star information E Keyword [13] has different values: E a> Guide star information E b> Reference file information E Keyword [14] has different values: E a> Reference file information E b> CRDS parameters E Keyword [15] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [16] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [17] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [18] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [19] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [20] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [21] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [22] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [23] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [24] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [25] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [26] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [27] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [28] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [29] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [30] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [31] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [32] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [33] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [34] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [35] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [36] has different values: E a> Nirspec OTE Model reference file information E b> Photometric reference file information E Keyword [37] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [38] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [39] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [40] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [41] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [42] has different values: E a> Superbias reference file information E b> Wavelength Range reference file information E Keyword [43] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (EXTRACT1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...2727 additional difference(s) found. E ... E 2737 different table data element(s) found (14.90% different). E E Extension HDU 2 (EXTRACT1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...2725 additional difference(s) found. E ... E 2735 different table data element(s) found (14.89% different). E E Extension HDU 3 (EXTRACT1D, 3): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...2780 additional difference(s) found. E ... E 2790 different table data element(s) found (15.19% different). E E Extension HDU 4 (EXTRACT1D, 4): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...2769 additional difference(s) found. E ... E 2779 different table data element(s) found (15.13% different). E E Extension HDU 5 (EXTRACT1D, 5): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...2733 additional difference(s) found. E ... E 2743 different table data element(s) found (14.93% different). E E Extension HDU 6 (EXTRACT1D, 6): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...2789 additional difference(s) found. E ... E 2799 different table data element(s) found (15.24% different). E E Extension HDU 7 (EXTRACT1D, 7): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...2733 additional difference(s) found. E ... E 2743 different table data element(s) found (14.93% different). E E Extension HDU 8 (EXTRACT1D, 8): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...2739 additional difference(s) found. E ... E 2749 different table data element(s) found (14.97% different). E E Extension HDU 9 (EXTRACT1D, 9): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...2775 additional difference(s) found. E ... E 2785 different table data element(s) found (15.16% different). E E Extension HDU 10 (EXTRACT1D, 10): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...2731 additional difference(s) found. E ... E 2741 different table data element(s) found (14.92% different). E E Extension HDU 11 (EXTRACT1D, 11): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...2472 additional difference(s) found. E ... E 2482 different table data element(s) found (15.04% different). E E Extension HDU 12 (EXTRACT1D, 12): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...2430 additional difference(s) found. E ... E 2440 different table data element(s) found (14.78% different). E E Extension HDU 13 (EXTRACT1D, 13): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...2522 additional difference(s) found. E ... E 2532 different table data element(s) found (15.34% different). E E Extension HDU 14 (EXTRACT1D, 14): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...2527 additional difference(s) found. E ... E 2537 different table data element(s) found (15.37% different). E E Extension HDU 15 (EXTRACT1D, 15): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...2431 additional difference(s) found. E ... E 2441 different table data element(s) found (14.79% different). E E Extension HDU 16 (EXTRACT1D, 16): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...2539 additional difference(s) found. E ... E 2549 different table data element(s) found (15.44% different). E E Extension HDU 17 (EXTRACT1D, 17): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...2480 additional difference(s) found. E ... E 2490 different table data element(s) found (15.09% different). E E Extension HDU 18 (EXTRACT1D, 18): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...2441 additional difference(s) found. E ... E 2451 different table data element(s) found (14.85% different). E E Extension HDU 19 (EXTRACT1D, 19): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...2519 additional difference(s) found. E ... E 2529 different table data element(s) found (15.32% different). E E Extension HDU 20 (EXTRACT1D, 20): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...2492 additional difference(s) found. E ... E 2502 different table data element(s) found (15.16% different). E E Extension HDU 21 (EXTRACT1D, 21): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...1253 additional difference(s) found. E ... E 1263 different table data element(s) found (16.73% different). E E Extension HDU 22 (EXTRACT1D, 22): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...1168 additional difference(s) found. E ... E 1178 different table data element(s) found (15.60% different). E E Extension HDU 23 (EXTRACT1D, 23): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...1029 additional difference(s) found. E ... E 1039 different table data element(s) found (13.76% different). E E Extension HDU 24 (EXTRACT1D, 24): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...1273 additional difference(s) found. E ... E 1283 different table data element(s) found (16.99% different). E E Extension HDU 25 (EXTRACT1D, 25): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...1155 additional difference(s) found. E ... E 1165 different table data element(s) found (15.43% different). E E Extension HDU 26 (EXTRACT1D, 26): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...1029 additional difference(s) found. E ... E 1039 different table data element(s) found (13.76% different). E E Extension HDU 27 (EXTRACT1D, 27): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...1249 additional difference(s) found. E ... E 1259 different table data element(s) found (16.67% different). E E Extension HDU 28 (EXTRACT1D, 28): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...1135 additional difference(s) found. E ... E 1145 different table data element(s) found (15.16% different). E E Extension HDU 29 (EXTRACT1D, 29): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...1025 additional difference(s) found. E ... E 1035 different table data element(s) found (13.71% different). E E Extension HDU 30 (EXTRACT1D, 30): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...1263 additional difference(s) found. E ... E 1273 different table data element(s) found (16.86% different). E E Extension HDU 31 (EXTRACT1D, 31): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...2727 additional difference(s) found. E ... E 2737 different table data element(s) found (14.90% different). E E Extension HDU 32 (EXTRACT1D, 32): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...2725 additional difference(s) found. E ... E 2735 different table data element(s) found (14.89% different). E E Extension HDU 33 (EXTRACT1D, 33): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...2780 additional difference(s) found. E ... E 2790 different table data element(s) found (15.19% different). E E Extension HDU 34 (EXTRACT1D, 34): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...2769 additional difference(s) found. E ... E 2779 different table data element(s) found (15.13% different). E E Extension HDU 35 (EXTRACT1D, 35): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...2733 additional difference(s) found. E ... E 2743 different table data element(s) found (14.93% different). E E Extension HDU 36 (EXTRACT1D, 36): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...2789 additional difference(s) found. E ... E 2799 different table data element(s) found (15.24% different). E E Extension HDU 37 (EXTRACT1D, 37): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...2733 additional difference(s) found. E ... E 2743 different table data element(s) found (14.93% different). E E Extension HDU 38 (EXTRACT1D, 38): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...2739 additional difference(s) found. E ... E 2749 different table data element(s) found (14.97% different). E E Extension HDU 39 (EXTRACT1D, 39): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...2775 additional difference(s) found. E ... E 2785 different table data element(s) found (15.16% different). E E Extension HDU 40 (EXTRACT1D, 40): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...2731 additional difference(s) found. E ... E 2741 different table data element(s) found (14.92% different). E E Extension HDU 41 (EXTRACT1D, 41): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...2472 additional difference(s) found. E ... E 2482 different table data element(s) found (15.04% different). E E Extension HDU 42 (EXTRACT1D, 42): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...2430 additional difference(s) found. E ... E 2440 different table data element(s) found (14.78% different). E E Extension HDU 43 (EXTRACT1D, 43): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...2522 additional difference(s) found. E ... E 2532 different table data element(s) found (15.34% different). E E Extension HDU 44 (EXTRACT1D, 44): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...2527 additional difference(s) found. E ... E 2537 different table data element(s) found (15.37% different). E E Extension HDU 45 (EXTRACT1D, 45): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...2431 additional difference(s) found. E ... E 2441 different table data element(s) found (14.79% different). E E Extension HDU 46 (EXTRACT1D, 46): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...2539 additional difference(s) found. E ... E 2549 different table data element(s) found (15.44% different). E E Extension HDU 47 (EXTRACT1D, 47): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...2480 additional difference(s) found. E ... E 2490 different table data element(s) found (15.09% different). E E Extension HDU 48 (EXTRACT1D, 48): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...2441 additional difference(s) found. E ... E 2451 different table data element(s) found (14.85% different). E E Extension HDU 49 (EXTRACT1D, 49): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...2519 additional difference(s) found. E ... E 2529 different table data element(s) found (15.32% different). E E Extension HDU 50 (EXTRACT1D, 50): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...2492 additional difference(s) found. E ... E 2502 different table data element(s) found (15.16% different). E E Extension HDU 51 (EXTRACT1D, 51): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7437.520075403492 E b> 6632.414157862301 E Column BACKGROUND data differs in row 5: E a> 20420.859582207682 E b> 19445.530924948005 E Column BACKGROUND data differs in row 7: E a> 2634.565962639366 E b> 2023.8707315234988 E Column BACKGROUND data differs in row 8: E a> 11831.961008922184 E b> 8977.00972576158 E Column BACKGROUND data differs in row 11: E a> 2386.9627709568945 E b> 3467.915147384682 E Column BACKGROUND data differs in row 12: E a> 7774.0813786815415 E b> 7336.446033361309 E Column BACKGROUND data differs in row 17: E a> 12805.991791188611 E b> 11842.662151225653 E Column BACKGROUND data differs in row 18: E a> -4959.266764137738 E b> -4125.64100482339 E Column BACKGROUND data differs in row 20: E a> 11985.85278950427 E b> 11256.682014043381 E Column BACKGROUND data differs in row 35: E a> -3154.906435390138 E b> -2062.397846513409 E ...1253 additional difference(s) found. E ... E 1263 different table data element(s) found (16.73% different). E E Extension HDU 52 (EXTRACT1D, 52): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9601.672560131854 E b> -8287.826188620611 E Column BACKGROUND data differs in row 2: E a> -7591.468726495638 E b> -6281.328911479804 E Column BACKGROUND data differs in row 5: E a> -17276.265181358624 E b> -11955.53896428969 E Column BACKGROUND data differs in row 6: E a> -14482.277646030343 E b> -13380.05090527655 E Column BACKGROUND data differs in row 7: E a> -6911.615776110007 E b> -6249.187377166994 E Column BACKGROUND data differs in row 8: E a> -15241.780935600975 E b> -14773.756276352902 E Column BACKGROUND data differs in row 22: E a> -7100.655324934815 E b> -6052.350128031682 E Column BACKGROUND data differs in row 36: E a> -5084.996315423924 E b> -3806.2255556550235 E Column BACKGROUND data differs in row 37: E a> -4342.875467228615 E b> -3819.0078305459856 E Column BACKGROUND data differs in row 40: E a> 9209.032109624564 E b> 8251.88972842246 E ...1168 additional difference(s) found. E ... E 1178 different table data element(s) found (15.60% different). E E Extension HDU 53 (EXTRACT1D, 53): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14420.625984016782 E b> 12915.19009510469 E Column BACKGROUND data differs in row 10: E a> 7176.166425541645 E b> 6446.928176133335 E Column BACKGROUND data differs in row 16: E a> 3664.0104559957927 E b> 3245.482584313169 E Column BACKGROUND data differs in row 18: E a> 4177.627166271499 E b> 3802.025797261372 E Column BACKGROUND data differs in row 20: E a> 11680.88398838597 E b> 10758.553255575775 E Column BACKGROUND data differs in row 29: E a> 4375.214372139418 E b> 3619.2667354759 E Column BACKGROUND data differs in row 34: E a> 14453.607699984832 E b> 12922.814223138534 E Column BACKGROUND data differs in row 36: E a> 12244.759378604827 E b> 11412.981074233792 E Column BACKGROUND data differs in row 37: E a> 11980.101945511276 E b> 11491.87561773603 E Column BACKGROUND data differs in row 39: E a> 9376.893289849588 E b> 8281.871593322032 E ...1029 additional difference(s) found. E ... E 1039 different table data element(s) found (13.76% different). E E Extension HDU 54 (EXTRACT1D, 54): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6970.576937074482 E b> 6158.066566380512 E Column BACKGROUND data differs in row 5: E a> 20035.203002063387 E b> 19255.85839414615 E Column BACKGROUND data differs in row 7: E a> 2167.6556645795795 E b> 1549.0001846422913 E Column BACKGROUND data differs in row 8: E a> 11384.529522531437 E b> 8733.37543934849 E Column BACKGROUND data differs in row 11: E a> 1910.2788283264515 E b> 2997.676534606712 E Column BACKGROUND data differs in row 12: E a> 7424.806937337432 E b> 6978.766875232779 E Column BACKGROUND data differs in row 17: E a> 12323.233883646706 E b> 11368.486539829768 E Column BACKGROUND data differs in row 18: E a> -5383.639184431551 E b> -4549.758342385771 E Column BACKGROUND data differs in row 20: E a> 11595.372843272544 E b> 10862.422530744358 E Column BACKGROUND data differs in row 35: E a> -3491.3732244431853 E b> -2411.601325913712 E ...1273 additional difference(s) found. E ... E 1283 different table data element(s) found (16.99% different). E E Extension HDU 55 (EXTRACT1D, 55): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -9958.529848614924 E b> -8661.137492531534 E Column BACKGROUND data differs in row 2: E a> -7996.269718308214 E b> -6676.932413112066 E Column BACKGROUND data differs in row 5: E a> -17663.55374332208 E b> -11962.062474254615 E Column BACKGROUND data differs in row 6: E a> -14595.623801189851 E b> -13433.496198150324 E Column BACKGROUND data differs in row 7: E a> -7289.347292737115 E b> -6128.258217981184 E Column BACKGROUND data differs in row 8: E a> -15660.323714940541 E b> -15196.793188865207 E Column BACKGROUND data differs in row 14: E a> -4062.645587142685 E b> -3521.03142670109 E Column BACKGROUND data differs in row 22: E a> -7442.985738233202 E b> -6381.479330685088 E Column BACKGROUND data differs in row 28: E a> -824.6990519034814 E b> -108.93331950406645 E Column BACKGROUND data differs in row 36: E a> -5432.756438732921 E b> -4152.501248947965 E ...1155 additional difference(s) found. E ... E 1165 different table data element(s) found (15.43% different). E E Extension HDU 56 (EXTRACT1D, 56): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 14038.882880619522 E b> 12549.192498969274 E Column BACKGROUND data differs in row 10: E a> 6769.367768293622 E b> 6023.30191241585 E Column BACKGROUND data differs in row 16: E a> 3248.7237193488804 E b> 2824.2181858550744 E Column BACKGROUND data differs in row 18: E a> 3804.5935574148134 E b> 3426.09187275734 E Column BACKGROUND data differs in row 20: E a> 11306.704503225315 E b> 10386.84247442515 E Column BACKGROUND data differs in row 29: E a> 3986.8460320751724 E b> 3236.319980859829 E Column BACKGROUND data differs in row 34: E a> 14088.788459368134 E b> 12566.549677252033 E Column BACKGROUND data differs in row 36: E a> 11898.758311888896 E b> 11070.420038111624 E Column BACKGROUND data differs in row 37: E a> 11387.481354634372 E b> 10900.36616657694 E Column BACKGROUND data differs in row 39: E a> 8808.511063190235 E b> 8388.040593207525 E ...1029 additional difference(s) found. E ... E 1039 different table data element(s) found (13.76% different). E E Extension HDU 57 (EXTRACT1D, 57): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 7614.960271927483 E b> 6806.3880128175615 E Column BACKGROUND data differs in row 5: E a> 20694.0434757491 E b> 19328.906287052105 E Column BACKGROUND data differs in row 7: E a> 2807.4204117300296 E b> 2196.1542151953154 E Column BACKGROUND data differs in row 8: E a> 12034.158099194534 E b> 9161.777893785167 E Column BACKGROUND data differs in row 11: E a> 2536.1846763631665 E b> 3616.633295765357 E Column BACKGROUND data differs in row 12: E a> 7956.249796410991 E b> 7520.342566379968 E Column BACKGROUND data differs in row 17: E a> 12918.534634020674 E b> 11953.0134084744 E Column BACKGROUND data differs in row 18: E a> -4811.200092087873 E b> -3973.080288484697 E Column BACKGROUND data differs in row 20: E a> 12163.67951136408 E b> 11427.736207585722 E Column BACKGROUND data differs in row 35: E a> -3004.769065659921 E b> -1902.1124963138298 E ...1249 additional difference(s) found. E ... E 1259 different table data element(s) found (16.67% different). E E Extension HDU 58 (EXTRACT1D, 58): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> -10185.488071094009 E b> -8890.15936959729 E Column BACKGROUND data differs in row 2: E a> -8270.428046510833 E b> -6946.5812874743415 E Column BACKGROUND data differs in row 5: E a> -17932.930298274885 E b> -12225.142185538647 E Column BACKGROUND data differs in row 6: E a> -15077.105909318554 E b> -13978.401268518617 E Column BACKGROUND data differs in row 7: E a> -7523.384158086176 E b> -6364.504940109043 E Column BACKGROUND data differs in row 8: E a> -15911.575549466197 E b> -15448.730435784279 E Column BACKGROUND data differs in row 14: E a> -4326.18089154092 E b> -3792.1950704477836 E Column BACKGROUND data differs in row 22: E a> -7708.1340370631 E b> -6646.911417340128 E Column BACKGROUND data differs in row 28: E a> -1026.9310490404246 E b> -314.0743117671332 E Column BACKGROUND data differs in row 36: E a> -5652.66984650911 E b> -4367.061394014666 E ...1135 additional difference(s) found. E ... E 1145 different table data element(s) found (15.16% different). E E Extension HDU 59 (EXTRACT1D, 59): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 1: E a> 13723.779330139185 E b> 12235.84283670775 E Column BACKGROUND data differs in row 10: E a> 6438.110500126377 E b> 5685.86699087356 E Column BACKGROUND data differs in row 16: E a> 2933.4303914378534 E b> 2509.4891033426356 E Column BACKGROUND data differs in row 18: E a> 3507.903676214774 E b> 3133.144592237482 E Column BACKGROUND data differs in row 20: E a> 10953.423642869175 E b> 10041.069732524147 E Column BACKGROUND data differs in row 34: E a> 13747.464000582082 E b> 12230.015428924838 E Column BACKGROUND data differs in row 36: E a> 11533.963550136055 E b> 10710.039595793583 E Column BACKGROUND data differs in row 37: E a> 11385.07686926491 E b> 10915.562653014566 E Column BACKGROUND data differs in row 39: E a> 8624.772900034803 E b> 8211.422995491943 E Column BACKGROUND data differs in row 52: E a> 13217.4192683748 E b> 12204.542514504486 E ...1025 additional difference(s) found. E ... E 1035 different table data element(s) found (13.71% different). E E Extension HDU 60 (EXTRACT1D, 60): E E Headers contain differences: E Headers have different number of cards: E a: 48 E b: 75 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column BACKGROUND data differs in row 4: E a> 6939.0492184053555 E b> 6141.643604375477 E Column BACKGROUND data differs in row 5: E a> 19901.638031924937 E b> 19133.984988340024 E Column BACKGROUND data differs in row 7: E a> 2171.5990822794356 E b> 1554.0886060484315 E Column BACKGROUND data differs in row 8: E a> 11342.28857932161 E b> 8700.74039216092 E Column BACKGROUND data differs in row 11: E a> 1915.4016556319852 E b> 3004.3751610226404 E Column BACKGROUND data differs in row 12: E a> 7398.514832197771 E b> 6962.204500289307 E Column BACKGROUND data differs in row 17: E a> 12264.215457281276 E b> 11305.065479483881 E Column BACKGROUND data differs in row 18: E a> -5112.396462664948 E b> -4271.802779470682 E Column BACKGROUND data differs in row 20: E a> 11542.834866750401 E b> 10818.430903166112 E Column BACKGROUND data differs in row 35: E a> -3502.720820133866 E b> -2423.790337954175 E ...1263 additional difference(s) found. E ... E 1273 different table data element(s) found (16.86% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6e6fbc70>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:76: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 15871680 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 15871680 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 15871680 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_x1dints.fits HTTP/1.1" 200 15871680 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py::test_niriss_soss_stage3_whtlt | 0.14 | |
|
run_tso_spec3 = None rtdata_module = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...mote': 'jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv'} diff_astropy_tables = <function diff_astropy_tables.<locals>._diff_astropy_tables at 0x7f1a6e8d2dc0> @pytest.mark.bigdata def test_niriss_soss_stage3_whtlt(run_tso_spec3, rtdata_module, diff_astropy_tables): """Regression test of tso-spec3 pipeline white_light results performed on NIRISS SOSS data.""" rtdata = rtdata_module output = "jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv" rtdata.output = output rtdata.get_truth(f"truth/test_niriss_soss_stages/{output}") > assert diff_astropy_tables(rtdata.output, rtdata.truth) E AssertionError: E ---------------------------------- E Column 'whitelight_flux' values do not match (within tolerances) E E Not equal to tolerance rtol=1e-05, atol=1e-07 E E Mismatched elements: 56 / 60 (93.3%) E Max absolute difference: 50.91503042 E Max relative difference: 0.00721623 E x: Column([7102.493321, 7115.69341 , 7126.474667, 7063.146133, 7084.266435, E 7094.150966, 7075.796925, 7039.070878, 7095.428274, 7071.184794, E 7015.865229, 7027.586566, 7036.984862, 6976.456677, 6996.129418,... E y: Column([7094.671365, 7117.321815, 7161.894861, 7072.802787, 7101.27465 , E 7145.063148, 7079.465668, 7067.752538, 7132.09847 , 7070.558117, E 7008.035902, 7029.231104, 7072.405319, 6986.109104, 7013.157445,... /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_soss.py:88: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2530 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2530 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2530 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_soss_stages/jw00625-o023_t001_niriss_clear-gr700xd-substrip256_whtlt.ecsv HTTP/1.1" 200 2530 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-cal] | 25.88 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits'} suffix = 'cal', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 237 E b: 228 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 47 E b: 51 E Extra keyword 'EPH_TIME' in b: 58651.0 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 7 time(s) in a, 8 times in (b) E Keyword has different values: E a> META info from the exposure source file E b> JWST ephemeris information E Keyword [2] has different values: E a> Photometry information E b> META info from the exposure source file E Keyword [3] has different values: E a> Information about the coordinates in the file E b> Photometry information E Keyword [4] has different values: E a> Aperture information E b> Information about the coordinates in the file E Keyword [5] has different values: E a> Spacecraft pointing information E b> Aperture information E Keyword [6] has different values: E a> Velocity aberration correction information E b> Spacecraft pointing information E Keyword [7] has different values: E a> WCS parameters E b> Velocity aberration correction information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6c72d6a0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -----------------------------Captured stderr setup------------------------------ 2021-06-04 04:54:40,914 - stpipe.Spec3Pipeline - INFO - Spec3Pipeline instance created. 2021-06-04 04:54:40,914 - stpipe.Spec3Pipeline.assign_mtwcs - INFO - AssignMTWcsStep instance created. 2021-06-04 04:54:40,915 - stpipe.Spec3Pipeline.master_background - INFO - MasterBackgroundStep instance created. 2021-06-04 04:54:40,916 - stpipe.Spec3Pipeline.mrs_imatch - INFO - MRSIMatchStep instance created. 2021-06-04 04:54:40,917 - stpipe.Spec3Pipeline.outlier_detection - INFO - OutlierDetectionStep instance created. 2021-06-04 04:54:40,918 - stpipe.Spec3Pipeline.resample_spec - INFO - ResampleSpecStep instance created. 2021-06-04 04:54:40,919 - stpipe.Spec3Pipeline.cube_build - INFO - CubeBuildStep instance created. 2021-06-04 04:54:40,920 - stpipe.Spec3Pipeline.extract_1d - INFO - Extract1dStep instance created. 2021-06-04 04:54:40,921 - stpipe.Spec3Pipeline.combine_1d - INFO - Combine1dStep instance created. 2021-06-04 04:54:40,921 - stpipe - INFO - Hostname: jwcalibdev.stsci.edu 2021-06-04 04:54:40,921 - stpipe - INFO - OS: Linux 2021-06-04 04:54:41,038 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_20191121t041727_spec3_001_asn.json',). 2021-06-04 04:54:41,043 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'steps': {'assign_mtwcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_mtwcs', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'user_background': None, 'save_background': False, 'force_subtract': False}, 'mrs_imatch': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'bkg_degree': 1, 'subtract': False}, 'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'combine_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'}}} 2021-06-04 04:54:41,714 - stpipe.Spec3Pipeline - INFO - Prefetching reference files for dataset: 'jw00625030001_0210e_00004_nis_cal.fits' reftypes = ['apcorr', 'cubepar', 'drizpars', 'extract1d', 'resol'] 2021-06-04 04:54:41,720 - stpipe.Spec3Pipeline - INFO - Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. 2021-06-04 04:54:41,722 - stpipe.Spec3Pipeline - INFO - Prefetch for CUBEPAR reference file is 'N/A'. 2021-06-04 04:54:41,722 - stpipe.Spec3Pipeline - INFO - Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. 2021-06-04 04:54:41,723 - stpipe.Spec3Pipeline - INFO - Prefetch for EXTRACT1D reference file is 'N/A'. 2021-06-04 04:54:41,723 - stpipe.Spec3Pipeline - INFO - Prefetch for RESOL reference file is 'N/A'. 2021-06-04 04:54:41,724 - stpipe.Spec3Pipeline - INFO - Starting calwebb_spec3 ... 2021-06-04 04:54:47,913 - stpipe.Spec3Pipeline - INFO - Convert from exposure-based to source-based data. 2021-06-04 04:54:47,914 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits 2021-06-04 04:54:48,119 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits 2021-06-04 04:54:48,211 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits 2021-06-04 04:54:48,307 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits 2021-06-04 04:54:48,407 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits 2021-06-04 04:54:48,544 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits 2021-06-04 04:54:48,685 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits 2021-06-04 04:54:48,833 - stpipe.Spec3Pipeline - INFO - Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits 2021-06-04 04:54:51,736 - stpipe.Spec3Pipeline - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits 2021-06-04 04:54:51,939 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d running with args (<SourceModelContainer>,). 2021-06-04 04:54:51,940 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:54:52,033 - stpipe.Spec3Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-06-04 04:54:52,033 - stpipe.Spec3Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-06-04 04:54:52,097 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,098 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,098 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,099 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,099 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=15, ystart=0, ystop=42 2021-06-04 04:54:52,135 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,135 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,135 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,136 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,136 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=42 2021-06-04 04:54:52,170 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,170 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,170 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,171 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,172 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=42 2021-06-04 04:54:52,204 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,204 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,204 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,206 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,206 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=15, ystart=0, ystop=42 2021-06-04 04:54:52,239 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,239 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,239 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,240 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,240 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=9 2021-06-04 04:54:52,272 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,272 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,272 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,273 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,273 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=9 2021-06-04 04:54:52,309 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,309 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,309 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,310 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,311 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=19, ystart=0, ystop=9 2021-06-04 04:54:52,342 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,342 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,342 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,344 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,344 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=87, ystart=0, ystop=9 2021-06-04 04:54:52,379 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,379 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,379 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,380 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,380 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=4, ystart=0, ystop=9 2021-06-04 04:54:52,411 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,411 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,411 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,412 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,412 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=9 2021-06-04 04:54:52,447 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,448 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,448 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,449 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,449 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=14, ystart=0, ystop=9 2021-06-04 04:54:52,480 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 1 2021-06-04 04:54:52,481 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:52,481 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:52,482 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:52,482 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=86, ystart=0, ystop=8 2021-06-04 04:54:52,785 - stpipe.Spec3Pipeline.extract_1d - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits 2021-06-04 04:54:52,786 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:54:53,002 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits>,). 2021-06-04 04:54:53,003 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} 2021-06-04 04:54:53,008 - stpipe.Spec3Pipeline.combine_1d - INFO - Using exposure time as the weight. 2021-06-04 04:54:53,034 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-06-04 04:54:53,035 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-06-04 04:54:53,035 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-06-04 04:54:53,036 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-06-04 04:54:53,036 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-06-04 04:54:53,037 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-06-04 04:54:53,037 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-06-04 04:54:53,038 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-06-04 04:54:53,038 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-06-04 04:54:53,053 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-06-04 04:54:53,053 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-06-04 04:54:53,054 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-06-04 04:54:53,055 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-06-04 04:54:53,056 - stpipe.Spec3Pipeline.combine_1d - WARNING - 2 output pixel numbers were NaN 2021-06-04 04:54:53,185 - stpipe.Spec3Pipeline.combine_1d - INFO - Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits 2021-06-04 04:54:53,185 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d done 2021-06-04 04:54:56,614 - stpipe.Spec3Pipeline - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits 2021-06-04 04:54:56,812 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d running with args (<SourceModelContainer>,). 2021-06-04 04:54:56,813 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} 2021-06-04 04:54:56,898 - stpipe.Spec3Pipeline.extract_1d - INFO - Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits 2021-06-04 04:54:56,898 - stpipe.Spec3Pipeline.extract_1d - INFO - No EXTRACT1D reference file will be used 2021-06-04 04:54:56,934 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:56,934 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:56,934 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:56,935 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:56,936 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-06-04 04:54:56,970 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:56,970 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:56,970 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:56,972 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:56,972 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=93 2021-06-04 04:54:57,008 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,008 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,008 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,009 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,009 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=12, ystart=0, ystop=43 2021-06-04 04:54:57,043 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,043 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,043 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,044 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,044 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-06-04 04:54:57,080 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,080 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,081 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,082 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,082 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-06-04 04:54:57,115 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,116 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,116 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,117 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,117 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-06-04 04:54:57,153 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,153 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,153 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,155 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,155 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=43 2021-06-04 04:54:57,188 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,188 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,188 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,189 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,189 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=11, ystart=0, ystop=93 2021-06-04 04:54:57,225 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,225 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,225 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,226 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,226 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=40, ystart=0, ystop=8 2021-06-04 04:54:57,259 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,259 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,259 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,261 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,261 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-06-04 04:54:57,296 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,296 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,296 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,298 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,298 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=40, ystart=0, ystop=8 2021-06-04 04:54:57,331 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,332 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,332 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,333 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,333 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-06-04 04:54:57,369 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,369 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,369 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,370 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,370 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=41, ystart=0, ystop=8 2021-06-04 04:54:57,403 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,403 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,403 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,405 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,405 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-06-04 04:54:57,440 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,440 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,440 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,442 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,442 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=41, ystart=0, ystop=8 2021-06-04 04:54:57,474 - stpipe.Spec3Pipeline.extract_1d - INFO - Working on slit 2 2021-06-04 04:54:57,474 - stpipe.Spec3Pipeline.extract_1d - INFO - Setting use_source_posn to False for source type None 2021-06-04 04:54:57,475 - stpipe.Spec3Pipeline.extract_1d - WARNING - Pixel area (solid angle) is not populated; the flux will not be correct. 2021-06-04 04:54:57,476 - stpipe.Spec3Pipeline.extract_1d - INFO - Using extraction limits: 2021-06-04 04:54:57,476 - stpipe.Spec3Pipeline.extract_1d - INFO - xstart=0, xstop=90, ystart=0, ystop=8 2021-06-04 04:54:57,858 - stpipe.Spec3Pipeline.extract_1d - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits 2021-06-04 04:54:57,859 - stpipe.Spec3Pipeline.extract_1d - INFO - Step extract_1d done 2021-06-04 04:54:58,080 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits>,). 2021-06-04 04:54:58,081 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} 2021-06-04 04:54:58,086 - stpipe.Spec3Pipeline.combine_1d - INFO - Using exposure time as the weight. 2021-06-04 04:54:58,111 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-06-04 04:54:58,111 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-06-04 04:54:58,112 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-06-04 04:54:58,113 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-06-04 04:54:58,113 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-06-04 04:54:58,114 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-06-04 04:54:58,114 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-06-04 04:54:58,115 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-06-04 04:54:58,115 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-06-04 04:54:58,139 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 1 2021-06-04 04:54:58,140 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 2 2021-06-04 04:54:58,140 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 3 2021-06-04 04:54:58,141 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 4 2021-06-04 04:54:58,142 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 5 2021-06-04 04:54:58,143 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 6 2021-06-04 04:54:58,144 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 7 2021-06-04 04:54:58,144 - stpipe.Spec3Pipeline.combine_1d - INFO - Accumulating data from input spectrum 8 2021-06-04 04:54:58,145 - stpipe.Spec3Pipeline.combine_1d - WARNING - 4 output pixel numbers were NaN 2021-06-04 04:54:58,270 - stpipe.Spec3Pipeline.combine_1d - INFO - Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits 2021-06-04 04:54:58,270 - stpipe.Spec3Pipeline.combine_1d - INFO - Step combine_1d done 2021-06-04 04:54:58,270 - stpipe.Spec3Pipeline - INFO - Ending calwebb_spec3 2021-06-04 04:54:58,270 - stpipe.Spec3Pipeline - INFO - Step Spec3Pipeline done -------------------------------Captured log setup------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625-o030_20191121t041727_spec3_001_asn.json HTTP/1.1" 200 3477 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00004_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00003_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00002_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210e_00001_nis_cal.fits HTTP/1.1" 200 299520 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00003_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00004_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00002_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/niriss/wfss/jw00625030001_0210g_00001_nis_cal.fits HTTP/1.1" 200 400320 DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:pipeline.py:161 Retrieving all substep parameters from CRDS DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC3PIPELINE parameters from CRDS DEBUG stpipe:pipeline.py:170 Retrieving pipeline PARS-SPEC3PIPELINE parameters from CRDS DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:188 Opening jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe:pipeline.py:182 No PARS-SPEC3PIPELINE reference files found. DEBUG stpipe:pipeline.py:182 No PARS-SPEC3PIPELINE reference files found. INFO stpipe.Spec3Pipeline:step.py:321 Spec3Pipeline instance created. INFO stpipe.Spec3Pipeline.assign_mtwcs:step.py:321 AssignMTWcsStep instance created. INFO stpipe.Spec3Pipeline.master_background:step.py:321 MasterBackgroundStep instance created. INFO stpipe.Spec3Pipeline.mrs_imatch:step.py:321 MRSIMatchStep instance created. INFO stpipe.Spec3Pipeline.outlier_detection:step.py:321 OutlierDetectionStep instance created. INFO stpipe.Spec3Pipeline.resample_spec:step.py:321 ResampleSpecStep instance created. INFO stpipe.Spec3Pipeline.cube_build:step.py:321 CubeBuildStep instance created. INFO stpipe.Spec3Pipeline.extract_1d:step.py:321 Extract1dStep instance created. INFO stpipe.Spec3Pipeline.combine_1d:step.py:321 Combine1dStep instance created. INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:295 Hostname: jwcalibdev.stsci.edu INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe:cmdline.py:296 OS: Linux INFO stpipe.Spec3Pipeline:step.py:367 Step Spec3Pipeline running with args ('/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_20191121t041727_spec3_001_asn.json',). INFO stpipe.Spec3Pipeline:step.py:371 Step Spec3Pipeline parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'steps': {'assign_mtwcs': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': 'assign_mtwcs', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20'}, 'master_background': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'user_background': None, 'save_background': False, 'force_subtract': False}, 'mrs_imatch': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'bkg_degree': 1, 'subtract': False}, 'outlier_detection': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'weight_type': 'ivm', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'nlow': 0, 'nhigh': 0, 'maskpt': 0.7, 'grow': 1, 'snr': '4.0 3.0', 'scale': '0.5 0.4', 'backg': 0.0, 'save_intermediate_results': False, 'resample_data': True, 'good_bits': '~DO_NOT_USE', 'scale_detection': False, 'allowed_memory': None}, 'resample_spec': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'pixfrac': 1.0, 'kernel': 'square', 'fillval': 'INDEF', 'weight_type': 'ivm', 'pixel_scale_ratio': 1.0, 'single': False, 'blendheaders': True, 'allowed_memory': None}, 'cube_build': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': True, 'output_use_index': True, 'save_results': False, 'skip': False, 'suffix': None, 'search_output_file': False, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'channel': 'all', 'band': 'all', 'grating': 'all', 'filter': 'all', 'output_type': 'band', 'scale1': 0.0, 'scale2': 0.0, 'scalew': 0.0, 'weighting': 'emsm', 'coord_system': 'skyalign', 'rois': 0.0, 'roiw': 0.0, 'weight_power': 2.0, 'wavemin': None, 'wavemax': None, 'single': False, 'xdebug': None, 'ydebug': None, 'zdebug': None, 'skip_dqflagging': False}, 'extract_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True}, 'combine_1d': {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': None, 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'}}} DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science']: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec3Pipeline:pipeline.py:280 Prefetching reference files for dataset: 'jw00625030001_0210e_00004_nis_cal.fits' reftypes = ['apcorr', 'cubepar', 'drizpars', 'extract1d', 'resol'] INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for APCORR reference file is '/grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits'. INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for CUBEPAR reference file is 'N/A'. INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for DRIZPARS reference file is '/grp/crds/cache/references/jwst/jwst_niriss_drizpars_0002.fits'. INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for EXTRACT1D reference file is 'N/A'. INFO stpipe.Spec3Pipeline:pipeline.py:288 Prefetch for RESOL reference file is 'N/A'. INFO stpipe.Spec3Pipeline:calwebb_spec3.py:72 Starting calwebb_spec3 ... DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science', 'background']: DEBUG stpipe.Spec3Pipeline:container.py:208 Filtering datasets based on allowed exptypes ['science', 'background']: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210e_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00003_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00004_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00002_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:container.py:214 Files accepted for processing jw00625030001_0210g_00001_nis_cal.fits: DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210e_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00003_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00004_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00002_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:188 Opening /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625030001_0210g_00001_nis_cal.fits as <class 'jwst.datamodels.multislit.MultiSlitModel'> DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". INFO stpipe.Spec3Pipeline:calwebb_spec3.py:156 Convert from exposure-based to source-based data. INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00004_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00003_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00002_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210e_00001_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00003_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00004_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00002_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits INFO stpipe.Spec3Pipeline:exp_to_source.py:37 Reorganizing data from exposure jw00625030001_0210g_00001_nis_cal.fits DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 1 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:exp_to_source.py:40 Copying source 2 DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline:step.py:928 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<SourceModelContainer>,). INFO stpipe.Spec3Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:107 Input is a SourceModelContainer DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:134 Input contains 12 items DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:152 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:155 No EXTRACT1D reference file will be used DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [15.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [15.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=15, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=15, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [14.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [14.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [14.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [14.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 15 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 42 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [15.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [15.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=15, ystart=0, ystop=42 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=15, ystart=0, ystop=42 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 19 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 19 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=19, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=19, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 87 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 87 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=87, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=87, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 4 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 4 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=4, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=4, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 14 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 9 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [9.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=9 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=14, ystart=0, ystop=9 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 1 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 86 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=86, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3313 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3313 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec3Pipeline.extract_1d:step.py:928 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Spec3Pipeline.combine_1d:step.py:367 Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits>,). INFO stpipe.Spec3Pipeline.combine_1d:step.py:371 Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:549 Using exptime_key = exposure_time. DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:549 Using exptime_key = exposure_time. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:514 Using exposure time as the weight. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:514 Using exposure time as the weight. DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 2 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 2 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:step.py:928 Saved model in jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits INFO stpipe.Spec3Pipeline.combine_1d:step.py:470 Step combine_1d done INFO stpipe.Spec3Pipeline:step.py:928 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:367 Step extract_1d running with args (<SourceModelContainer>,). INFO stpipe.Spec3Pipeline.extract_1d:step.py:371 Step extract_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'x1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'smoothing_length': None, 'bkg_fit': 'poly', 'bkg_order': None, 'bkg_sigma_clip': 3.0, 'log_increment': 50, 'subtract_background': None, 'use_source_posn': None, 'apply_apcorr': True} DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:107 Input is a SourceModelContainer DEBUG stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:134 Input contains 16 items DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:152 Using APCORR file /grp/crds/cache/references/jwst/jwst_niriss_apcorr_0004.fits INFO stpipe.Spec3Pipeline.extract_1d:extract_1d_step.py:155 No EXTRACT1D reference file will be used DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "SKIP_FITS_UPDATE" cannot be found. Using default value of "None". DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:fits_support.py:674 No ASDF information found. Cannot skip updating from FITS headers. DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [12.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [12.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 12 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [12.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [12.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=12, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 43 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=43 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 11 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 93 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [11.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=11, ystart=0, ystop=93 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=40, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=40, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 40 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=40, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=40, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=41, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=41, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 41 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=41, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=41, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2780 Working on slit 2 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None INFO stpipe.Spec3Pipeline.extract_1d:extract.py:2798 Setting use_source_posn to False for source type None WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. WARNING stpipe.Spec3Pipeline.extract_1d:extract.py:2839 Pixel area (solid angle) is not populated; the flux will not be correct. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:439 Initial parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:440 dispaxis = 1 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:441 spectral order = 2 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:442 initial xstart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:443 initial xstop = 90 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:444 initial ystart = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:445 initial ystop = 8 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:446 extract_width = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:447 initial src_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:448 initial bkg_coeff = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:449 bkg_fit = None DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:450 bkg_order = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:451 smoothing_length = 0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:452 independent_var = pixel DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:453 use_source_posn = False DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1700 Updated parameters: DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1701 position_correction = 0.0 DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:1775 Converting extraction limits to [[-0.5], [8.5]] INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3754 Using extraction limits: INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 INFO stpipe.Spec3Pipeline.extract_1d:extract.py:3767 xstart=0, xstop=90, ystart=0, ystop=8 DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3313 Not copying from the INT_TIMES table because this is not a TSO exposure. DEBUG stpipe.Spec3Pipeline.extract_1d:extract.py:3313 Not copying from the INT_TIMES table because this is not a TSO exposure. INFO stpipe.Spec3Pipeline.extract_1d:step.py:928 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits INFO stpipe.Spec3Pipeline.extract_1d:step.py:470 Step extract_1d done INFO stpipe.Spec3Pipeline.combine_1d:step.py:367 Step combine_1d running with args (<MultiSpecModel from jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits>,). INFO stpipe.Spec3Pipeline.combine_1d:step.py:371 Step combine_1d parameters are: {'pre_hooks': [], 'post_hooks': [], 'output_file': None, 'output_dir': None, 'output_ext': '.fits', 'output_use_model': False, 'output_use_index': True, 'save_results': True, 'skip': False, 'suffix': 'c1d', 'search_output_file': True, 'input_dir': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20', 'exptime_key': 'exposure_time'} DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:549 Using exptime_key = exposure_time. DEBUG stpipe.Spec3Pipeline.combine_1d:combine1d.py:549 Using exptime_key = exposure_time. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:514 Using exposure time as the weight. INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:514 Using exposure time as the weight. DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 1 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 2 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 3 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 4 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 5 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 6 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 7 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 INFO stpipe.Spec3Pipeline.combine_1d:combine1d.py:195 Accumulating data from input spectrum 8 WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN WARNING stpipe.Spec3Pipeline.combine_1d:combine1d.py:223 4 output pixel numbers were NaN DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "STRICT_VALIDATION" cannot be found. Using default value of "False". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". DEBUG stpipe.Spec3Pipeline.combine_1d:util.py:175 Environmental "VALIDATE_ON_ASSIGNMENT" cannot be found. Using default value of "True". INFO stpipe.Spec3Pipeline.combine_1d:step.py:928 Saved model in jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits INFO stpipe.Spec3Pipeline.combine_1d:step.py:470 Step combine_1d done INFO stpipe.Spec3Pipeline:calwebb_spec3.py:234 Ending calwebb_spec3 INFO stpipe.Spec3Pipeline:step.py:470 Step Spec3Pipeline done -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1336320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1336320 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1336320 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1336320 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-x1d] | 0.39 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits'} suffix = 'x1d', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 238 E b: 229 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (EXTRACT1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 399340.8085815356 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 159460.40654469279 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 102309.98326032748 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 97662.43954860566 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 91898.8224675545 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 90546.65133054355 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 96913.08371667005 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 106060.36592172875 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 95795.85329165884 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 108888.39087509098 E ...33 additional difference(s) found. E ... E 43 different table data element(s) found (11.11% different). E E Extension HDU 2 (EXTRACT1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 553020.102483702 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 230160.19700932075 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 99828.94641422732 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 98708.69702229959 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 85616.87321932461 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 95044.61835440864 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 97601.1254328612 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 115420.98065870634 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 98060.26835510314 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 116905.16078372987 E ...33 additional difference(s) found. E ... E 43 different table data element(s) found (11.11% different). E E Extension HDU 3 (EXTRACT1D, 3): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 326735.17461978144 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 144093.99814960064 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 85476.4175304206 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 89817.10479752618 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 80043.22503549443 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 96161.67135269807 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 93732.71377606587 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 90953.51432651097 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 98259.3978870598 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 112601.74109666942 E ...33 additional difference(s) found. E ... E 43 different table data element(s) found (11.11% different). E E Extension HDU 4 (EXTRACT1D, 4): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 247582.66207351876 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 123545.26116548321 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 98130.78441855406 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 101675.8331278106 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 89455.25703371568 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 103686.1422721554 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 91259.54514357622 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 108970.58598838166 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 105169.64034928313 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 110062.33144878208 E ...33 additional difference(s) found. E ... E 43 different table data element(s) found (11.11% different). E E Extension HDU 5 (EXTRACT1D, 5): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 121167.93224514692 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 29867.77912172637 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 55829.53121333689 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 56338.856888834154 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 50648.10051231784 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 42022.868663963665 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 52338.811109792514 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 51635.31051823855 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 50325.29681745941 E 9 different table data element(s) found (7.69% different). E E Extension HDU 6 (EXTRACT1D, 6): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 5881692.420757364 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 10362411.215958117 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 6981494.78445389 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 4314441.402852707 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 2522300.8799757436 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 1472570.3465491906 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1047334.0926829422 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 800694.5480933785 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 735735.807405491 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 339436.013055438 E ...77 additional difference(s) found. E ... E 87 different table data element(s) found (11.11% different). E E Extension HDU 7 (EXTRACT1D, 7): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 69070.07017165028 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 49662.29074603856 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 55872.82432326793 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 48445.455732545 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 66297.48427908905 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 51044.41830104194 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 43410.54124140045 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 74384.772332229 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 56168.093380566046 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 76530.48113031924 E ...6 additional difference(s) found. E ... E 16 different table data element(s) found (8.89% different). E E Extension HDU 8 (EXTRACT1D, 8): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 8037848.30610151 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 5173470.961859941 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 3498800.290770887 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 1833714.6044070795 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 1143675.7084535565 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 914045.611378156 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 546118.3689134453 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 390349.50639959064 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 362639.90855341544 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 721580.6567719539 E ...78 additional difference(s) found. E ... E 88 different table data element(s) found (11.11% different). E E Extension HDU 9 (EXTRACT1D, 9): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 46874.84918753733 E 1 different table data element(s) found (2.22% different). E E Extension HDU 10 (EXTRACT1D, 10): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 13806105.252215056 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 7099549.403083978 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 3545597.421773349 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 2214573.908881753 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 1403602.547529675 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 473692.3316587024 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 337601.72218196536 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 371825.0322588581 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 296554.75844834425 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 399785.05412178056 E ...77 additional difference(s) found. E ... E 87 different table data element(s) found (11.11% different). E E Extension HDU 11 (EXTRACT1D, 11): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 1173957.2844079204 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 36298.99429653587 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 401598.13322687615 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 65461.858534194915 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 65920.84606407996 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 72889.98565872807 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 47879.59383661453 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 57190.41266948435 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 61327.9854382578 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 75140.54777378529 E ...1 additional difference(s) found. E ... E 11 different table data element(s) found (8.15% different). E E Extension HDU 12 (EXTRACT1D, 12): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 7527209.904825665 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 4490520.418254383 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 3505261.2747357027 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 2166353.7702443786 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 891356.9719574205 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 1506862.3193696241 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1054647.2294205518 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 940378.6259984156 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 918087.4613073523 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 874747.3591396427 E ...77 additional difference(s) found. E ... E 87 different table data element(s) found (11.11% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6d7296a0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 305280 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 305280 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 305280 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 305280 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00001-c1d] | 0.17 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits'} suffix = 'c1d', source_id = 's00001' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 239 E b: 230 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (COMBINE1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 29 E b: 34 E Extra keyword 'TUNIT1' in b: 'um' E Extra keyword 'TUNIT2' in b: 'Jy' E Extra keyword 'TUNIT3' in b: 'Jy' E Extra keyword 'TUNIT4' in b: 'MJy/sr' E Extra keyword 'TUNIT5' in b: 'MJy/sr' E E Data contains differences: E Column ERROR has different units: E (NoneType) a> None E (str) b> 'Jy' E Column FLUX has different units: E (NoneType) a> None E (str) b> 'Jy' E Column SB_ERROR has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column SURF_BRIGHT has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column WAVELENGTH has different units: E (NoneType) a> None E (str) b> 'um' E Column ERROR data differs in row 0: E a> 0.0 E b> 13216007310084.059 E Column ERROR data differs in row 1: E a> 0.0 E b> 15468843110799.6 E Column ERROR data differs in row 2: E a> 0.0 E b> 12323277222056.625 E Column ERROR data differs in row 3: E a> 0.0 E b> 12698907562244.092 E Column ERROR data differs in row 4: E a> 0.0 E b> 11552547623252.867 E Column ERROR data differs in row 5: E a> 0.0 E b> 12268261749804.373 E Column ERROR data differs in row 6: E a> 0.0 E b> 10428780706253.314 E Column ERROR data differs in row 7: E a> 0.0 E b> 10459524552508.998 E Column ERROR data differs in row 8: E a> 0.0 E b> 8650269979007.381 E Column ERROR data differs in row 9: E a> 0.0 E b> 9796328925706.49 E ...76 additional difference(s) found. E ... E 86 different table data element(s) found (25.00% different). E E Extension HDU 2 (COMBINE1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 29 E b: 34 E Extra keyword 'TUNIT1' in b: 'um' E Extra keyword 'TUNIT2' in b: 'Jy' E Extra keyword 'TUNIT3' in b: 'Jy' E Extra keyword 'TUNIT4' in b: 'MJy/sr' E Extra keyword 'TUNIT5' in b: 'MJy/sr' E E Data contains differences: E Column ERROR has different units: E (NoneType) a> None E (str) b> 'Jy' E Column FLUX has different units: E (NoneType) a> None E (str) b> 'Jy' E Column SB_ERROR has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column SURF_BRIGHT has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column WAVELENGTH has different units: E (NoneType) a> None E (str) b> 'um' E Column ERROR data differs in row 0: E a> 0.0 E b> 4221932955651.4136 E Column ERROR data differs in row 1: E a> 0.0 E b> 3910009726988.6226 E Column ERROR data differs in row 2: E a> 0.0 E b> 3051135539754.5723 E Column ERROR data differs in row 3: E a> 0.0 E b> 3039582205197.9277 E Column ERROR data differs in row 4: E a> 0.0 E b> 3010867079635.468 E Column ERROR data differs in row 5: E a> 0.0 E b> 3307282392533.5 E Column ERROR data differs in row 6: E a> 0.0 E b> 3710631576699.682 E Column ERROR data differs in row 7: E a> 0.0 E b> 4130978031436.9033 E Column ERROR data differs in row 8: E a> 0.0 E b> 5585330806943.516 E Column ERROR data differs in row 9: E a> 0.0 E b> 5629262931075.699 E ...166 additional difference(s) found. E ... E 176 different table data element(s) found (25.00% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6ca2b850>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00001_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-cal] | 0.49 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits'} suffix = 'cal', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 237 E b: 228 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (SCI, 1): E E Headers contain differences: E Headers have different number of cards: E a: 47 E b: 51 E Extra keyword 'EPH_TIME' in b: 58651.0 E Extra keyword 'EPH_TYPE' in b: 'Predicted' E Extra keyword 'REFFRAME' in b: 'EME2000' E Inconsistent duplicates of keyword '' : E Occurs 7 time(s) in a, 8 times in (b) E Keyword has different values: E a> META info from the exposure source file E b> JWST ephemeris information E Keyword [2] has different values: E a> Photometry information E b> META info from the exposure source file E Keyword [3] has different values: E a> Information about the coordinates in the file E b> Photometry information E Keyword [4] has different values: E a> Aperture information E b> Information about the coordinates in the file E Keyword [5] has different values: E a> Spacecraft pointing information E b> Aperture information E Keyword [6] has different values: E a> Velocity aberration correction information E b> Spacecraft pointing information E Keyword [7] has different values: E a> WCS parameters E b> Velocity aberration correction information E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6c9c1fa0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1823040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1823040 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1823040 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_cal.fits HTTP/1.1" 200 1823040 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-x1d] | 0.39 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits'} suffix = 'x1d', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 238 E b: 229 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (EXTRACT1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 408339.82987038523 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 164352.8458056807 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 102016.77959555804 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 94862.39702806504 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 95186.17805483493 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 729856.2147617757 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 108210.893953558 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 100098.1329831121 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 107054.08916667126 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 105990.06163173576 E ...34 additional difference(s) found. E ... E 44 different table data element(s) found (11.11% different). E E Extension HDU 2 (EXTRACT1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 20148960.118704833 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 14480096.179749515 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 10157565.860162 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 7014896.746871187 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 4609105.945358319 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 2765761.9553811573 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1614755.27694642 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 979190.0097376867 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 733492.3512382085 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 724876.9696489318 E ...84 additional difference(s) found. E ... E 94 different table data element(s) found (11.11% different). E E Extension HDU 3 (EXTRACT1D, 3): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 411738.58337901114 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 246579.01335934567 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 89628.85010944068 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 676946.3950729498 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 76453.57898369733 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 81750.24939219924 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 85318.64504537228 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 72582.88208141904 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 80639.64056452645 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 85670.13802209386 E ...34 additional difference(s) found. E ... E 44 different table data element(s) found (11.11% different). E E Extension HDU 4 (EXTRACT1D, 4): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 20942664.087816045 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 12969918.734049711 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 8985784.015430776 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 6137975.843503154 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 4250874.638803359 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 2609908.337057241 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1503604.0416384153 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 881584.424102596 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 628240.758486046 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 608489.7218466527 E ...84 additional difference(s) found. E ... E 94 different table data element(s) found (11.11% different). E E Extension HDU 5 (EXTRACT1D, 5): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 329569.3356473699 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 121419.00920786572 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 79080.11319347213 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 73582.53534499547 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 76745.0058904475 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 79063.48911280518 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 75324.42022138991 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 792645.0329954596 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 76970.89045827942 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 124601.09047102135 E ...34 additional difference(s) found. E ... E 44 different table data element(s) found (11.11% different). E E Extension HDU 6 (EXTRACT1D, 6): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 16418371.035956766 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 11092110.813414734 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 8380578.7642319305 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 5889384.302008054 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 716068057.2025145 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 2332889.5100716087 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1246245.1141018753 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 784560.5304314696 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 625331.2439561359 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 590455.7058909216 E ...84 additional difference(s) found. E ... E 94 different table data element(s) found (11.11% different). E E Extension HDU 7 (EXTRACT1D, 7): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 283053.70479181944 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 107581.4348503913 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 86137.39550419262 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 79861.48891137679 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 83775.32469209484 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 87133.7649549422 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 90650.49402963452 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 86629.87249855403 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 92002.39906259894 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 88927.26858485771 E ...34 additional difference(s) found. E ... E 44 different table data element(s) found (11.11% different). E E Extension HDU 8 (EXTRACT1D, 8): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 16491161.44623878 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 12939007.728769664 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 8125688.567041336 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 5793217.865424203 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 3509421.290102025 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 2047466.8003528258 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1140028.9396971033 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 792137.2774992979 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 645976.0205754226 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 648420.5285610261 E ...84 additional difference(s) found. E ... E 94 different table data element(s) found (11.11% different). E E Extension HDU 9 (EXTRACT1D, 9): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 160132.26751399497 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 83921.09126025141 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 77379.6036538842 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 70612.97605687172 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 79339.65691637265 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 84353.92278385774 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 80539.74087794837 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 119401.18157613771 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 121927.29613630878 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 128690.40913931571 E ...31 additional difference(s) found. E ... E 41 different table data element(s) found (11.11% different). E E Extension HDU 10 (EXTRACT1D, 10): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 13743147.807892838 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 8297763.264490853 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 5523388.944581479 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 2783146.687304704 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 1652294.911794606 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 931995.5252944821 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 48659188.10938345 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 563440.7632870591 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 543414.489180016 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 550768.5630822796 E ...81 additional difference(s) found. E ... E 91 different table data element(s) found (11.11% different). E E Extension HDU 11 (EXTRACT1D, 11): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 97125.39824149491 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 75568.14965011145 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 75296.74045186004 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 74355.3097107011 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 77939.1480290499 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 81713.38286926234 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 79588.05800523462 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 85561.49533419665 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 83729.84318483715 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 92862.74326359367 E ...31 additional difference(s) found. E ... E 41 different table data element(s) found (11.11% different). E E Extension HDU 12 (EXTRACT1D, 12): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 11734368.27867628 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 7924944.494714655 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 5873595.488861148 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 5449944.006742582 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 3349311.1357226246 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 1944836.341357975 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 1171557.6024315294 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 865600.1133045735 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 817958.6683956328 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 741759.2649889722 E ...81 additional difference(s) found. E ... E 91 different table data element(s) found (11.11% different). E E Extension HDU 13 (EXTRACT1D, 13): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 232272.68866768878 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 123668.11568603026 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 108597.75136612084 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 107402.05223778973 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 110789.49752069874 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 118776.24591549358 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 111987.04687226992 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 648664.0512086242 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 630551.8494462188 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 93167.9995726625 E ...32 additional difference(s) found. E ... E 42 different table data element(s) found (11.11% different). E E Extension HDU 14 (EXTRACT1D, 14): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 8825421.838144466 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 6466096.181688196 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 4849870.075260813 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 2945300.470740204 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 1717781.8572775675 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 968430.6537822246 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 558389.5837174837 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 549401.3921769855 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 535549.2706355399 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 546598.4221405607 E ...81 additional difference(s) found. E ... E 91 different table data element(s) found (11.11% different). E E Extension HDU 15 (EXTRACT1D, 15): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 189047.48170827932 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 5300782.602856044 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 76025.09174498363 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 79104.01081294686 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 74886.96114706699 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 82716.17341759014 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 83996.38919810536 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 86754.63944020851 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 111745880.36834824 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 92753.18116967069 E ...32 additional difference(s) found. E ... E 42 different table data element(s) found (11.11% different). E E Extension HDU 16 (EXTRACT1D, 16): E E Headers contain differences: E Headers have different number of cards: E a: 46 E b: 73 E Extra keyword 'TZERO6' in a: 2147483648 E Extra keyword 'TTYPE10' in b: 'SB_VAR_RNOISE' E Extra keyword 'TTYPE11' in b: 'SB_VAR_FLAT' E Extra keyword 'TTYPE12' in b: 'DQ' E Extra keyword 'TTYPE13' in b: 'BACKGROUND' E Extra keyword 'TTYPE14' in b: 'BKGD_ERROR' E Extra keyword 'TTYPE15' in b: 'BKGD_VAR_POISSON' E Extra keyword 'TTYPE16' in b: 'BKGD_VAR_RNOISE' E Extra keyword 'TTYPE17' in b: 'BKGD_VAR_FLAT' E Extra keyword 'TTYPE18' in b: 'NPIXELS' E Extra keyword 'TUNIT10' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT11' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT13' in b: 'MJy/sr' E Extra keyword 'TUNIT14' in b: 'MJy/sr' E Extra keyword 'TUNIT15' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT16' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT17' in b: '(MJy/sr)^2' E Extra keyword 'TUNIT6' in b: 'Jy^2' E Extra keyword 'TUNIT9' in b: '(MJy/sr)^2' E Extra keyword 'TZERO12' in b: 2147483648 E Keyword TFIELDS has different values: E a> 9 E b> 18 E Keyword TTYPE3 has different values: E a> ERROR E b> FLUX_ERROR E Keyword TTYPE4 has different values: E a> SURF_BRIGHT E b> FLUX_VAR_POISSON E Keyword TTYPE5 has different values: E a> SB_ERROR E b> FLUX_VAR_RNOISE E Keyword TTYPE6 has different values: E a> DQ E b> FLUX_VAR_FLAT E Keyword TTYPE7 has different values: E a> BACKGROUND E b> SURF_BRIGHT E Keyword TTYPE8 has different values: E a> BERROR E b> SB_ERROR E ? + + E Keyword TTYPE9 has different values: E a> NPIXELS E b> SB_VAR_POISSON E Keyword TUNIT4 has different values: E a> MJy/sr E b> Jy^2 E Keyword TUNIT5 has different values: E a> MJy/sr E b> Jy^2 E E Data contains differences: E Tables have different number of columns: E a: 9 E b: 18 E Extra column ERROR of format D in a E Extra column BERROR of format D in a E Extra column FLUX_ERROR of format D in b E Extra column FLUX_VAR_POISSON of format D in b E Extra column FLUX_VAR_RNOISE of format D in b E Extra column FLUX_VAR_FLAT of format D in b E Extra column SB_VAR_POISSON of format D in b E Extra column SB_VAR_RNOISE of format D in b E Extra column SB_VAR_FLAT of format D in b E Extra column BKGD_ERROR of format D in b E Extra column BKGD_VAR_POISSON of format D in b E Extra column BKGD_VAR_RNOISE of format D in b E Extra column BKGD_VAR_FLAT of format D in b E Column SB_ERROR data differs in row 0: E a> 0.0 E b> 14685916.864992665 E Column SB_ERROR data differs in row 1: E a> 0.0 E b> 10363463.578122355 E Column SB_ERROR data differs in row 2: E a> 0.0 E b> 6972741.59335082 E Column SB_ERROR data differs in row 3: E a> 0.0 E b> 4454653.024129168 E Column SB_ERROR data differs in row 4: E a> 0.0 E b> 2381267.1466749413 E Column SB_ERROR data differs in row 5: E a> 0.0 E b> 907876.6412854852 E Column SB_ERROR data differs in row 6: E a> 0.0 E b> 690268.4859476772 E Column SB_ERROR data differs in row 7: E a> 0.0 E b> 590507.958570156 E Column SB_ERROR data differs in row 8: E a> 0.0 E b> 570504.2280803195 E Column SB_ERROR data differs in row 9: E a> 0.0 E b> 550494.9104436964 E ...81 additional difference(s) found. E ... E 91 different table data element(s) found (11.11% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6c333b80>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 437760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 437760 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 437760 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_x1d.fits HTTP/1.1" 200 437760 | |||
| Failed | miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py::test_nis_wfss_spec3[s00002-c1d] | 0.17 | |
|
run_nis_wfss_spec3 = {'input': '/data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/tes...', 'truth_remote': 'jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits'} suffix = 'c1d', source_id = 's00002' fitsdiff_default_kwargs = {'atol': 1e-05, 'ignore_fields': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], 'ignore_hdus': ['ASDF'], 'ignore_keywords': ['DATE', 'CAL_VER', 'CAL_VCS', 'CRDS_VER', 'CRDS_CTX', 'NAXIS1', ...], ...} @pytest.mark.bigdata @pytest.mark.parametrize('suffix', ['cal', 'x1d', 'c1d']) @pytest.mark.parametrize('source_id', ['s00001', 's00002']) def test_nis_wfss_spec3(run_nis_wfss_spec3, suffix, source_id, fitsdiff_default_kwargs): """Regression test of the calwebb_spec3 pipeline applied to NIRISS WFSS data""" # Run the pipeline rtdata = run_nis_wfss_spec3 # Get outputs and truths output = "jw00625-o030_" + source_id + "_niriss_f090w-gr150c-gr150r_" + suffix + ".fits" rtdata.output = output rtdata.get_truth("truth/test_niriss_wfss/" + output) # Compare the results fitsdiff_default_kwargs['atol'] = 1e-5 diff = FITSDiff(rtdata.output, rtdata.truth, **fitsdiff_default_kwargs) > assert diff.identical, diff.report() E AssertionError: E fitsdiff: 4.2.1 E a: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits E b: /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/tmp/pytest-of-iraf/pytest-3/test_niriss_wfss_run_nis_wfss_spec20/truth/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits E HDU(s) not to be compared: E ASDF E Keyword(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Table column(s) not to be compared: E CAL_VCS CAL_VER CRDS_CTX CRDS_VER DATE NAXIS1 TFORM* E Maximum number of different data values to be reported: 10 E Relative tolerance: 1e-05, Absolute tolerance: 1e-05 E E Primary HDU: E E Headers contain differences: E Headers have different number of cards: E a: 239 E b: 230 E Extra keyword 'EPH_TIME' in a: 58651.0 E Extra keyword 'EPH_TYPE' in a: 'Predicted' E Extra keyword 'JWST_DX' in a: 0.367314464753657 E Extra keyword 'JWST_DY' in a: -0.0860893689831483 E Extra keyword 'JWST_DZ' in a: -0.128889392034097 E Extra keyword 'JWST_X' in a: -809796.549309411 E Extra keyword 'JWST_Y' in a: -1120789.92859506 E Extra keyword 'JWST_Z' in a: -449562.461211403 E Extra keyword 'REFFRAME' in a: 'EME2000' E Extra keyword 'NRIMDTPT' in b: 4 E Inconsistent duplicates of keyword '' : E Occurs 48 time(s) in a, 47 times in (b) E Keyword [10] has different values: E a> JWST ephemeris information E b> Aperture information E Keyword [11] has different values: E a> Aperture information E b> Velocity aberration correction information E Keyword [12] has different values: E a> Velocity aberration correction information E b> Time information E Keyword [13] has different values: E a> Time information E b> Guide star information E Keyword [14] has different values: E a> Guide star information E b> Reference file information E Keyword [15] has different values: E a> Reference file information E b> CRDS parameters E Keyword [16] has different values: E a> CRDS parameters E b> Pixel area reference file information E Keyword [17] has different values: E a> Pixel area reference file information E ? ^ ^ ^^ - E b> Nirspec Camera reference file information E ? ^ ^^^ ^^^ ++ E Keyword [18] has different values: E a> Nirspec Camera reference file information E ? ^^ - E b> Nirspec Collimator reference file information E ? +++++ ^^ E Keyword [19] has different values: E a> Nirspec Collimator reference file information E b> Dark reference file information E Keyword [20] has different values: E a> Dark reference file information E ? ^ ^ E b> Disperser reference file information E ? ^^^^ ^^^ E Keyword [21] has different values: E a> Disperser reference file information E ? ^^ ^^^ E b> Distortion reference file information E ? ^^ ^^^^ E Keyword [22] has different values: E a> Distortion reference file information E ? ^ ------ E b> Filter Offset reference file information E ? ^ ++++++++ + E Keyword [23] has different values: E a> Filter Offset reference file information E ? - --------- E b> Flat reference file information E ? + E Keyword [24] has different values: E a> Flat reference file information E b> DFlat reference file information E ? + E Keyword [25] has different values: E a> DFlat reference file information E ? ^ E b> FFlat reference file information E ? ^ E Keyword [26] has different values: E a> FFlat reference file information E ? ^ E b> SFlat reference file information E ? ^ E Keyword [27] has different values: E a> SFlat reference file information E ? ^ -- E b> Nirspec FORE Model reference file information E ? ^^^^^^^^ ++++++++ E Keyword [28] has different values: E a> Nirspec FORE Model reference file information E ? ^^^ E b> Nirspec FPA Model reference file information E ? ^^ E Keyword [29] has different values: E a> Nirspec FPA Model reference file information E b> Gain reference file information E Keyword [30] has different values: E a> Gain reference file information E ? ^^^^ E b> IFU fore reference file information E ? ^^^^^^^^ E Keyword [31] has different values: E a> IFU fore reference file information E ? ^ ^^ E b> IFU post reference file information E ? ^ ^^ E Keyword [32] has different values: E a> IFU post reference file information E ? -- ^ E b> IFU slicer reference file information E ? ^^^^^ E Keyword [33] has different values: E a> IFU slicer reference file information E ? ^^^^^^ ^ E b> Linearity reference file information E ? ^ ^ + +++ E Keyword [34] has different values: E a> Linearity reference file information E ? ^^^^ ^^^^ E b> Mask reference file information E ? ^ ^^ E Keyword [35] has different values: E a> Mask reference file information E b> Nirspec MSA Model reference file information E Keyword [36] has different values: E a> Nirspec MSA Model reference file information E ? ^^^ E b> Nirspec OTE Model reference file information E ? ^^^ E Keyword [37] has different values: E a> Nirspec OTE Model reference file information E b> Persistence saturation reference file information E Keyword [38] has different values: E a> Persistence saturation reference file information E b> Photometric reference file information E Keyword [39] has different values: E a> Photometric reference file information E ? ^^ ^^^ ---- E b> Read noise reference file information E ? ^^^^^^ ^^ E Keyword [40] has different values: E a> Read noise reference file information E ? ^^^ -- - E b> Regions reference file information E ? ^^^ E Keyword [41] has different values: E a> Regions reference file information E ? ^^^ - E b> Saturation reference file information E ? ^^^^^^^ E Keyword [42] has different values: E a> Saturation reference file information E ? ^ - E b> Spectral distortion reference file information E ? ^^^ ++++++++ E Keyword [43] has different values: E a> Spectral distortion reference file information E ? -- ---- ------- E b> Superbias reference file information E ? + ++ E Keyword [44] has different values: E a> Superbias reference file information E ? ^^ ^^ ^^ E b> Trap density reference file information E ? ^^^ ++ ^^ ^^ E Keyword [45] has different values: E a> Trap density reference file information E ? ^ ^ --- E b> Trap parameters reference file information E ? ^^^^^ ^^^ E Keyword [46] has different values: E a> Trap parameters reference file information E b> Wavelength Range reference file information E Keyword [47] has different values: E a> Wavelength Range reference file information E b> Calibration step information E E Extension HDU 1 (COMBINE1D, 1): E E Headers contain differences: E Headers have different number of cards: E a: 29 E b: 34 E Extra keyword 'TUNIT1' in b: 'um' E Extra keyword 'TUNIT2' in b: 'Jy' E Extra keyword 'TUNIT3' in b: 'Jy' E Extra keyword 'TUNIT4' in b: 'MJy/sr' E Extra keyword 'TUNIT5' in b: 'MJy/sr' E E Data contains differences: E Column ERROR has different units: E (NoneType) a> None E (str) b> 'Jy' E Column FLUX has different units: E (NoneType) a> None E (str) b> 'Jy' E Column SB_ERROR has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column SURF_BRIGHT has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column WAVELENGTH has different units: E (NoneType) a> None E (str) b> 'um' E Column ERROR data differs in row 0: E a> 0.0 E b> 12993849812092.79 E Column ERROR data differs in row 1: E a> 0.0 E b> 11963305746995.275 E Column ERROR data differs in row 2: E a> 0.0 E b> 11118138588588.49 E Column ERROR data differs in row 3: E a> 0.0 E b> 9865422670907.531 E Column ERROR data differs in row 4: E a> 0.0 E b> 8993084528569.97 E Column ERROR data differs in row 5: E a> 0.0 E b> 8764765923040.014 E Column ERROR data differs in row 6: E a> 0.0 E b> 8873493595087.262 E Column ERROR data differs in row 7: E a> 0.0 E b> 8683480570151.962 E Column ERROR data differs in row 8: E a> 0.0 E b> 7819558405270.292 E Column ERROR data differs in row 9: E a> 0.0 E b> 7304728666379.818 E ...78 additional difference(s) found. E ... E 88 different table data element(s) found (25.00% different). E E Extension HDU 2 (COMBINE1D, 2): E E Headers contain differences: E Headers have different number of cards: E a: 29 E b: 34 E Extra keyword 'TUNIT1' in b: 'um' E Extra keyword 'TUNIT2' in b: 'Jy' E Extra keyword 'TUNIT3' in b: 'Jy' E Extra keyword 'TUNIT4' in b: 'MJy/sr' E Extra keyword 'TUNIT5' in b: 'MJy/sr' E E Data contains differences: E Column ERROR has different units: E (NoneType) a> None E (str) b> 'Jy' E Column FLUX has different units: E (NoneType) a> None E (str) b> 'Jy' E Column SB_ERROR has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column SURF_BRIGHT has different units: E (NoneType) a> None E (str) b> 'MJy/sr' E Column WAVELENGTH has different units: E (NoneType) a> None E (str) b> 'um' E Column ERROR data differs in row 0: E a> 0.0 E b> 6774453060092.149 E Column ERROR data differs in row 1: E a> 0.0 E b> 5815685838295.526 E Column ERROR data differs in row 2: E a> 0.0 E b> 5078141289284.488 E Column ERROR data differs in row 3: E a> 0.0 E b> 5182663708656.793 E Column ERROR data differs in row 4: E a> 0.0 E b> 5691977301935.717 E Column ERROR data differs in row 5: E a> 0.0 E b> 5802675101363.237 E Column ERROR data differs in row 6: E a> 0.0 E b> 18564882989292.57 E Column ERROR data differs in row 7: E a> 0.0 E b> 6259910169817.548 E Column ERROR data differs in row 8: E a> 0.0 E b> 6430965438666.799 E Column ERROR data differs in row 9: E a> 0.0 E b> 5927682524946.992 E ...178 additional difference(s) found. E ... E 188 different table data element(s) found (25.00% different). E E assert False E + where False = <astropy.io.fits.diff.FITSDiff object at 0x7f1a6c70e2e0>.identical /data1/jenkins/workspace/Notebooks/jwst_validation_notebooks_spacetelescope/miniconda3/envs/jwst_validation_notebooks/lib/python3.8/site-packages/jwst/regtest/test_niriss_wfss.py:80: AssertionError -------------------------------Captured log call-------------------------------- DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/ HTTP/1.1" 302 0 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /ui/ HTTP/1.1" 200 1196 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:971 Starting new HTTPS connection (1): bytesalad.stsci.edu:443 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 DEBUG stpipe:connectionpool.py:452 https://bytesalad.stsci.edu:443 "GET /artifactory/jwst-pipeline/dev/truth/test_niriss_wfss/jw00625-o030_s00002_niriss_f090w-gr150c-gr150r_c1d.fits HTTP/1.1" 200 57600 | |||